Uses of Class
xal.model.probe.traj.EnvelopeProbeState
Packages that use EnvelopeProbeState
Package
Description
Author: C.K.
-
Uses of EnvelopeProbeState in xal.extension.jels
Methods in xal.extension.jels that return types with arguments of type EnvelopeProbeStateModifier and TypeMethodDescriptionstatic List<EnvelopeProbeState>ImporterHelpers.simulateInitialValues(EnvelopeProbe probe, AcceleratorSeqCombo seqCombo) -
Uses of EnvelopeProbeState in xal.extension.jels.matcher
Method parameters in xal.extension.jels.matcher with type arguments of type EnvelopeProbeStateModifier and TypeMethodDescriptionprotected voidOnlineModelEvaluator.fireEvaluationListeners(Trajectory<EnvelopeProbeState> t) PhaseAdvEvaluator.getPhases(Trajectory<EnvelopeProbeState> trajectory) voidMatcher.updateSimulationPlot(Trajectory<EnvelopeProbeState> t) -
Uses of EnvelopeProbeState in xal.extension.jels.model.probe
Methods in xal.extension.jels.model.probe that return EnvelopeProbeState -
Uses of EnvelopeProbeState in xal.extension.widgets.olmplot
Methods in xal.extension.widgets.olmplot with parameters of type EnvelopeProbeStateModifier and TypeMethodDescriptiondoublePLANE.getRmsEnvelope(EnvelopeProbeState state) Extracts the RMS envelope size of the phase plane represented by this enumeration constant from the given envelope probe state.Method parameters in xal.extension.widgets.olmplot with type arguments of type EnvelopeProbeStateModifier and TypeMethodDescriptionstatic TrajectoryGraphTrajectoryGraph.createEnvelopeGraph(Trajectory<EnvelopeProbeState> trjEnv) Creates a new graph object of the RMS envelope solution contained in the given trajectory.voidEnvelopeCurve.loadCurve(Trajectory<EnvelopeProbeState> trjEnv) Defines the graphics curve according to the RMS envelope trajectory data in the givenTrajectoryobject.Constructor parameters in xal.extension.widgets.olmplot with type arguments of type EnvelopeProbeStateModifierConstructorDescriptionEnvelopeCurve(PLANE plane, Trajectory<EnvelopeProbeState> trjEnv) Creates the basic data object representing a curve on a graph. -
Uses of EnvelopeProbeState in xal.model.probe
Methods in xal.model.probe that return EnvelopeProbeStateModifier and TypeMethodDescriptionEnvelopeProbe.createEmptyProbeState()Creates a new, emptyEnvelopeProbeState.EnvelopeProbe.createProbeState()Creates a snapshot of the current state and returns it as aProbeStateobject of the proper type.protected EnvelopeProbeStateEnvelopeProbe.readStateFrom(DataAdaptor container) Methods in xal.model.probe that return types with arguments of type EnvelopeProbeStateModifier and TypeMethodDescriptionEnvelopeProbe.createTrajectory()Creates aTrajectory<EnvelopeProbeState>object of the proper type for saving the probe's history.Method parameters in xal.model.probe with type arguments of type EnvelopeProbeStateModifier and TypeMethodDescriptionprotected voidEnvelopeProbe.initializeFrom(Probe<EnvelopeProbeState> probe) Deprecated.Never used -
Uses of EnvelopeProbeState in xal.model.probe.traj
Methods in xal.model.probe.traj that return EnvelopeProbeStateModifier and TypeMethodDescriptionEnvelopeProbeState.copy()Implements the cloning operation required by the base classProbeState.Constructors in xal.model.probe.traj with parameters of type EnvelopeProbeStateModifierConstructorDescriptionEnvelopeProbeState(EnvelopeProbeState prsEnv) Copy constructor for EnvelopeProbeState. -
Uses of EnvelopeProbeState in xal.sim.scenario
Method parameters in xal.sim.scenario with type arguments of type EnvelopeProbeStateModifier and TypeMethodDescriptionstatic voidProbeFactory.storeInitialValues(EditContext ecTableData, List<EnvelopeProbeState> states) -
Uses of EnvelopeProbeState in xal.tools.beam.calc
Methods in xal.tools.beam.calc that return types with arguments of type EnvelopeProbeStateModifier and TypeMethodDescriptionCalculationsOnBeams.getTrajectory()Returns the simulation trajectory from which all the machine properties are computed.Methods in xal.tools.beam.calc with parameters of type EnvelopeProbeStateModifier and TypeMethodDescriptionCalculationsOnBeams.computeBetatronPhase(EnvelopeProbeState state) Computes and returns the "betatron phase" of a beam particle within the simulated envelope at the given state location.CalculationsOnBeams.computeChromAberration(EnvelopeProbeState state) Computes the chromatic aberration for one pass around the ring starting at the given state location, or from the entrance to state position for a linear machine.CalculationsOnBeams.computeChromDispersion(EnvelopeProbeState state) Convenience function for returning the chromatic dispersion coefficients as defined by D.C.CalculationsOnBeams.computeCoordinatePosition(EnvelopeProbeState state) Returns the centroid location of the beam envelope.CalculationsOnBeams.computeFixedOrbit(EnvelopeProbeState state) IMPORTANT NOTETwiss[]CalculationsOnBeams.computeTwissParameters(EnvelopeProbeState state) Returns the Courant-Snyder parameters of the beam envelope at the location of the given probe state.Constructor parameters in xal.tools.beam.calc with type arguments of type EnvelopeProbeStateModifierConstructorDescriptionConstructor forCalculationsOnBeams.