Class DynapResultRequestImpl

    • Method Detail

      • isFastTune

        public boolean isFastTune()
        Specified by:
        isFastTune in interface DynapResultRequest
        Returns:
        If true, the only tunes of the particle tracked is returned
      • getLyapunov

        public double getLyapunov()
        Specified by:
        getLyapunov in interface DynapResultRequest
        Returns:
        The launch distance between two companion particles added to the x coordinate
      • isOrbit

        public boolean isOrbit()
        Specified by:
        isOrbit in interface DynapResultRequest
        Returns:
        If set, the flag orbit is true during the tracking and its initialization
      • setFastTune

        public void setFastTune​(boolean fastTune)
        Specified by:
        setFastTune in interface DynapResultRequest
        Parameters:
        fastTune - If true, the only tunes of the particle tracked is returned
      • setLyapunov

        public void setLyapunov​(double lyapunov)
        Specified by:
        setLyapunov in interface DynapResultRequest
        Parameters:
        lyapunov - The launch distance between two companion particles added to the x coordinate
      • setOrbit

        public void setOrbit​(boolean orbit)
        Specified by:
        setOrbit in interface DynapResultRequest
        Parameters:
        orbit - If set, the flag orbit is true during the tracking and its initialization