Uses of Enum Class
xal.tools.beam.Twiss3D.IND_3D
Packages that use Twiss3D.IND_3D
Package
Description
Contains classes for representing particle beams
and various aspects and properties of particle beams.
-
Uses of Twiss3D.IND_3D in xal.model.probe
Methods in xal.model.probe with parameters of type Twiss3D.IND_3DModifier and TypeMethodDescriptionTwissProbe.getTwiss
(Twiss3D.IND_3D iPlane) Returns the Twiss parameters for the given phase plane.void
TwissProbe.setTwiss
(Twiss3D.IND_3D iPlane, Twiss twiss) Set the Twiss parameters for the given phase plane. -
Uses of Twiss3D.IND_3D in xal.model.probe.traj
Methods in xal.model.probe.traj with parameters of type Twiss3D.IND_3DModifier and TypeMethodDescriptionTwissProbeState.getTwiss
(Twiss3D.IND_3D iPlane) Returns the Twiss parameters for the given phase plane.void
TwissProbeState.setTwiss
(Twiss3D.IND_3D iPlane, Twiss twiss) Set the Twiss parameters for the given phase plane. -
Uses of Twiss3D.IND_3D in xal.tools.beam
Methods in xal.tools.beam that return Twiss3D.IND_3DModifier and TypeMethodDescriptionstatic Twiss3D.IND_3D
Returns the enum constant of this class with the specified name.static Twiss3D.IND_3D[]
Twiss3D.IND_3D.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in xal.tools.beam with parameters of type Twiss3D.IND_3DModifier and TypeMethodDescriptionTwiss3D.getTwiss
(Twiss3D.IND_3D iPlane) Returns the Twiss parameters for the given phase plane.void
Twiss3D.setTwiss
(Twiss3D.IND_3D iPlane, Twiss twiss) Set the Twiss parameters for the given phase plane.