Uses of Class
xal.model.probe.traj.ProbeState
Packages that use ProbeState
Package
Description
The Online Model
-
Uses of ProbeState in xal.model
Methods in xal.model that return ProbeStateModifier and TypeMethodDescriptionProbeState<?>IProbe.lookupLastStateFor(String strElemTypeId) Looks up the last probe state created by a modeling element of the given identifier.Methods in xal.model that return types with arguments of type ProbeStateModifier and TypeMethodDescriptionTrajectory<? extends ProbeState<?>>IProbe.getTrajectory()Returns the state history of the probe. -
Uses of ProbeState in xal.model.probe
Classes in xal.model.probe with type parameters of type ProbeStateModifier and TypeClassDescriptionclassProbe<S extends ProbeState<S>>Provides a base class implementation of the IProbe interface that is useful for most standard probe types.Fields in xal.model.probe declared as ProbeStateModifier and TypeFieldDescriptionprotected SProbe.stateCurrentcurrent state of the probe - defines the probeMethods in xal.model.probe that return ProbeState -
Uses of ProbeState in xal.model.probe.traj
Classes in xal.model.probe.traj with type parameters of type ProbeStateModifier and TypeClassDescriptionclassProbeState<S extends ProbeState<S>>Stores a snapshot of a probes state at a particular instant in time.classTrajectory<S extends ProbeState<S>>Manages the history for a probe.Subclasses of ProbeState in xal.model.probe.trajModifier and TypeClassDescriptionclassBunchProbeState<S extends BunchProbeState<S>>Encapsulates a BunchProbe's state at a point in time.classEncapsulates the state of aDiagnosticProbeat a particular point in time.classEncapsulates the state of an EnsembleProbe at a particular point in time.classEncapsulates the state of an EnvelopeProbe at a particular point in time.classEncapsulates the state of aParticleProbeat a particular point in time.classclassProbe state for the transfer map tracker.classSaves the state of aTwissProbeat a particular instance.Methods in xal.model.probe.traj with type parameters of type ProbeStateModifier 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. -
Uses of ProbeState in xal.sim.scenario
Methods in xal.sim.scenario with type parameters of type ProbeStateModifier and TypeMethodDescription<S extends ProbeState<S>>
Trajectory<S>Scenario.getTrajectory()NOTEMethods in xal.sim.scenario that return types with arguments of type ProbeStateModifier and TypeMethodDescriptionList<? extends ProbeState<?>>Scenario.trajectoryStatesForElement(String id) Returns an array of the trajectory states for the specified element id. -
Uses of ProbeState in xal.tools.beam.calc
Methods in xal.tools.beam.calc with parameters of type ProbeStateModifier and TypeMethodDescriptionSimResultsAdaptor.computeBetatronPhase(ProbeState<?> state) SimResultsAdaptor.computeChromAberration(ProbeState<?> state) SimResultsAdaptor.computeChromDispersion(ProbeState<?> state) SimResultsAdaptor.computeCoordinatePosition(ProbeState<?> state) SimResultsAdaptor.computeFixedOrbit(ProbeState<?> state) Twiss[]SimResultsAdaptor.computeTwissParameters(ProbeState<?> state) Method parameters in xal.tools.beam.calc with type arguments of type ProbeStateModifier and TypeMethodDescription<I extends ISimulationResults>
voidSimResultsAdaptor.registerCalcEngine(Class<? extends ProbeState<?>> clsType, I iCalcEngine) Register the location calculation engine for the given probe data type.