Uses of Class
xal.model.probe.traj.Trajectory
Packages that use Trajectory
Package
Description
Author: C.K.
The Online Model
-
Uses of Trajectory in xal.extension.jels.matcher
Methods in xal.extension.jels.matcher with parameters of type TrajectoryModifier and TypeMethodDescriptionprotected voidOnlineModelEvaluator.fireEvaluationListeners(Trajectory<EnvelopeProbeState> t) PhaseAdvEvaluator.getPhases(Trajectory<EnvelopeProbeState> trajectory) voidMatcher.updateSimulationPlot(Trajectory<EnvelopeProbeState> t) -
Uses of Trajectory in xal.extension.widgets.olmplot
Methods in xal.extension.widgets.olmplot with parameters of type TrajectoryModifier and TypeMethodDescriptionstatic TrajectoryGraphTrajectoryGraph.createEnvelopeGraph(Trajectory<EnvelopeProbeState> trjEnv) Creates a new graph object of the RMS envelope solution contained in the given trajectory.static TrajectoryGraphTrajectoryGraph.createParticleGraph(Trajectory<ParticleProbeState> trjPar) Creates a new graph object of the particle trajectory contained in the givenTrajectoryobject.voidEnvelopeCurve.loadCurve(Trajectory<EnvelopeProbeState> trjEnv) Defines the graphics curve according to the RMS envelope trajectory data in the givenTrajectoryobject.voidParticleCurve.loadCurve(Trajectory<ParticleProbeState> trjSim) Defines the graphics curve according to the RMS envelope trajectory data in the givenTrajectoryobject.Constructors in xal.extension.widgets.olmplot with parameters of type TrajectoryModifierConstructorDescriptionEnvelopeCurve(PLANE plane, Trajectory<EnvelopeProbeState> trjEnv) Creates the basic data object representing a curve on a graph.ParticleCurve(PLANE plane, Trajectory<ParticleProbeState> trjPrt) Creates the basic data object representing a curve on a graph. -
Uses of Trajectory in xal.model
Methods in xal.model that return TrajectoryModifier and TypeMethodDescriptionTrajectory<? extends ProbeState<?>>IProbe.getTrajectory()Returns the state history of the probe. -
Uses of Trajectory in xal.model.probe
Fields in xal.model.probe declared as TrajectoryMethods in xal.model.probe that return TrajectoryModifier and TypeMethodDescriptionDiagnosticProbe.createTrajectory()Creates a trajectory of the proper type for saving the probe's history.EnsembleProbe.createTrajectory()Creates a trajectory of the proper type for saving the probe's history.EnvelopeProbe.createTrajectory()Creates aTrajectory<EnvelopeProbeState>object of the proper type for saving the probe's history.ParticleProbe.createTrajectory()Creates aTrajectory<ParticleProbeState>object of the proper type for saving the probe's history.abstract Trajectory<S>Probe.createTrajectory()Require concrete implementations to override this method to create aTrajectoryobject of the appropriate species.SynchronousProbe.createTrajectory()Creates aTrajectory<SynchronousState>object of the proper type for saving the probe's history.TransferMapProbe.createTrajectory()Creates aTrajectory<TransferMapState>object of the proper type for saving the probe's history.TwissProbe.createTrajectory()Creates aTrajectory<TwissProbeState>object of the proper type for saving the probe's history.Probe.getTrajectory()Get the state history of the probe. -
Uses of Trajectory in xal.model.probe.traj
Methods in xal.model.probe.traj that return TrajectoryModifier and TypeMethodDescriptionstatic <S extends ProbeState<S>>
Trajectory<S>Trajectory.loadFrom(DataAdaptor daptSrc) Return a new instance of the appropriately typedTrajectoryobject initialized with the data contained in the given data source.Trajectory.subTrajectory(String strSmfNodeId1, String strSmfNodeId2) Creates and returns a "sub-trajectory" object built from the contiguous state objects of this trajectory between the start nodestrSmfNodeId1and the stop nodestrSmfNodeId2.Trajectory.subTrajectoryInclusive(String strSmfNodeId1, String strSmfNodeId2) Creates and returns a "sub-trajectory" object built from the contiguous state objects of this trajectory between the start nodestrSmfNodeId1and the stop nodestrSmfNodeId2. -
Uses of Trajectory in xal.model.xml
Methods in xal.model.xml with parameters of type TrajectoryModifier and TypeMethodDescriptionvoidTrajectoryXmlWriter.writeTrajectoryToFile(Trajectory<?> trajectory, String fileURI) Writes suppliedTrajectoryto the specified XML file.static voidTrajectoryXmlWriter.writeXml(Trajectory<?> trajectory, String fileURI) Writes suppliedTrajectoryto the specified XML file. -
Uses of Trajectory in xal.sim.scenario
Methods in xal.sim.scenario that return TrajectoryModifier and TypeMethodDescription<S extends ProbeState<S>>
Trajectory<S>Scenario.getTrajectory()NOTE -
Uses of Trajectory in xal.tools.beam.calc
Methods in xal.tools.beam.calc that return TrajectoryModifier and TypeMethodDescriptionCalculationsOnBeams.getTrajectory()Returns the simulation trajectory from which all the machine properties are computed.CalculationsOnMachines.getTrajectory()Returns the simulation trajectory from which all the machine properties are computed.CalculationsOnParticles.getTrajectory()Returns the simulation trajectory from which all the machine properties are computed.Constructors in xal.tools.beam.calc with parameters of type TrajectoryModifierConstructorDescriptionConstructor forCalculationsOnBeams. Constructor forCalculationsOnMachines.Constructor forCalculationsOnParticles.Constructor for CalculationsOnRings.SimpleSimResultsAdaptor(Trajectory<?> trajectory) Constructor forSimpleSimResultsAdaptor.