Uses of Class
xal.model.probe.ParticleProbe
Packages that use ParticleProbe
-
Uses of ParticleProbe in xal.model.alg
Fields in xal.model.alg with type parameters of type ParticleProbeModifier and TypeFieldDescriptionstatic final Class<ParticleProbe>ParticleTracker.CLS_PROBE_TYPEprobe type recognized by this algorithmMethods in xal.model.alg with parameters of type ParticleProbeModifier and TypeMethodDescriptionprotected voidParticleTracker.advanceState(ParticleProbe probe, IElement elem, double dblLen) Advances the probe state through the element. -
Uses of ParticleProbe in xal.model.probe
Methods in xal.model.probe that return ParticleProbeModifier and TypeMethodDescriptionParticleProbe.copy()Creates a clone of thisParticleProbeobject and returns it.Constructors in xal.model.probe with parameters of type ParticleProbeModifierConstructorDescriptionParticleProbe(ParticleProbe probe) Copy constructor for ParticleProbe. -
Uses of ParticleProbe in xal.model.probe.traj
Constructors in xal.model.probe.traj with parameters of type ParticleProbe -
Uses of ParticleProbe in xal.sim.scenario
Methods in xal.sim.scenario that return ParticleProbeModifier and TypeMethodDescriptionstatic ParticleProbeProbeFactory.createParticleProbe(AcceleratorSeq sequence, IAlgorithm algorithm) Generate a Particle probe initialized with the default entrance parameters for the specified sequence.static ParticleProbeProbeFactory.getParticleProbe(String locationID, AcceleratorSeq sequence, IAlgorithm algorithm) Generate a Particle probe initialized with the entrance parameters for the specified location.