Uses of Class
xal.model.probe.TransferMapProbe
Packages that use TransferMapProbe
Package
Description
The Online Model
-
Uses of TransferMapProbe in xal.model
Methods in xal.model with parameters of type TransferMapProbeModifier and TypeMethodDescriptionRingModel.compOneTurnMatrix
(TransferMapProbe probe) Deprecated.Compute the one-turn map of the ring for a particularTransferMapProbe
describing the beam at injection. -
Uses of TransferMapProbe in xal.model.alg
Fields in xal.model.alg with type parameters of type TransferMapProbeModifier and TypeFieldDescriptionstatic final Class<TransferMapProbe>
TransferMapTracker.CLS_PROBE_TYPE
probe type recognized by this algorithmMethods in xal.model.alg with parameters of type TransferMapProbeModifier and TypeMethodDescriptionprotected void
TransferMapTracker.advanceState
(TransferMapProbe probe, IElement ifcElem, double dblLng) Advances the probe state through the element. -
Uses of TransferMapProbe in xal.model.probe
Methods in xal.model.probe that return TransferMapProbeConstructors in xal.model.probe with parameters of type TransferMapProbe -
Uses of TransferMapProbe in xal.model.probe.traj
Constructors in xal.model.probe.traj with parameters of type TransferMapProbeModifierConstructorDescriptionTransferMapState
(TransferMapProbe probe) Initializing constructor - create a newTransferMapState
object and initialize it to the current state of the given probe. -
Uses of TransferMapProbe in xal.sim.scenario
Methods in xal.sim.scenario that return TransferMapProbeModifier and TypeMethodDescriptionstatic TransferMapProbe
ProbeFactory.getTransferMapProbe
(String locationID, AcceleratorSeq sequence, IAlgorithm algorithm) Generate a TransferMap probe initialized with the entrance parameters for the specified location.static TransferMapProbe
ProbeFactory.getTransferMapProbe
(AcceleratorSeq sequence, IAlgorithm algorithm) Generate a TransferMap probe initialized with the default entrance parameters for the specified sequence.