Uses of Class
xal.model.probe.traj.ParticleProbeState
Packages that use ParticleProbeState
Package
Description
Author: C.K.
-
Uses of ParticleProbeState in xal.extension.widgets.olmplot
Methods in xal.extension.widgets.olmplot with parameters of type ParticleProbeStateModifier and TypeMethodDescriptiondoublePLANE.getParticlePos(ParticleProbeState state) Extracts the particle position of the phase plane represented by this enumeration constant from the given particle probe state.Method parameters in xal.extension.widgets.olmplot with type arguments of type ParticleProbeStateModifier and TypeMethodDescriptionstatic TrajectoryGraphTrajectoryGraph.createParticleGraph(Trajectory<ParticleProbeState> trjPar) Creates a new graph object of the particle trajectory contained in the givenTrajectoryobject.voidParticleCurve.loadCurve(Trajectory<ParticleProbeState> trjSim) 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 ParticleProbeStateModifierConstructorDescriptionParticleCurve(PLANE plane, Trajectory<ParticleProbeState> trjPrt) Creates the basic data object representing a curve on a graph. -
Uses of ParticleProbeState in xal.model.probe
Methods in xal.model.probe that return ParticleProbeStateModifier and TypeMethodDescriptionParticleProbe.createEmptyProbeState()Creates a new, emptyParticleProbeState.ParticleProbe.createProbeState()Captures the probe's state and return it as a newProbeStateobject.protected ParticleProbeStateParticleProbe.readStateFrom(DataAdaptor container) Methods in xal.model.probe that return types with arguments of type ParticleProbeStateModifier and TypeMethodDescriptionParticleProbe.createTrajectory()Creates aTrajectory<ParticleProbeState>object of the proper type for saving the probe's history. -
Uses of ParticleProbeState in xal.model.probe.traj
Methods in xal.model.probe.traj that return ParticleProbeStateModifier and TypeMethodDescriptionParticleProbeState.copy()Copies and returns a new, identical instance of thisParticleProbeState.Constructors in xal.model.probe.traj with parameters of type ParticleProbeStateModifierConstructorDescriptionParticleProbeState(ParticleProbeState particleProbeState) Copy constructor for ParticleProbeState. -
Uses of ParticleProbeState in xal.tools.beam.calc
Methods in xal.tools.beam.calc that return types with arguments of type ParticleProbeStateModifier and TypeMethodDescriptionCalculationsOnParticles.getTrajectory()Returns the simulation trajectory from which all the machine properties are computed.Methods in xal.tools.beam.calc with parameters of type ParticleProbeStateModifier and TypeMethodDescriptionCalculationsOnParticles.computeChromAberration(ParticleProbeState state) Computes the chromatic aberration for one pass of the particle around the ring starting at the given state location, or for a beamline the entrance of the line to this state position.CalculationsOnParticles.computeCoordinatePosition(ParticleProbeState state) Simply returns the location of the simulated particle at the location of the give state.CalculationsOnParticles.computeFixedOrbit(ParticleProbeState state) IMPORTANT NOTEConstructor parameters in xal.tools.beam.calc with type arguments of type ParticleProbeStateModifierConstructorDescriptionConstructor forCalculationsOnParticles.