Uses of Enum Class
xal.tools.beam.PhaseIndex
Packages that use PhaseIndex
Package
Description
Contains classes for representing particle beams
and various aspects and properties of particle beams.
-
Uses of PhaseIndex in xal.tools.beam
Methods in xal.tools.beam that return PhaseIndexModifier and TypeMethodDescriptionPhaseIndex.conjugate()
Return the conjugate variable index to this.static PhaseIndex
Returns the enum constant of this class with the specified name.static PhaseIndex[]
PhaseIndex.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in xal.tools.beam that return types with arguments of type PhaseIndexModifier and TypeMethodDescriptionstatic Set<PhaseIndex>
PhaseIndex.momentumIndices()
Return the set of indices corresponding to momentum coordinates.static Set<PhaseIndex>
PhaseIndex.spatialIndices()
Return the set of indices corresponding to spatial coordinates.Methods in xal.tools.beam with parameters of type PhaseIndexModifier and TypeMethodDescriptiondouble
ImpactXalUnitConverter.impactToXalDispersion
(double dT3d, PhaseIndex index) Convert the dispersion from XAL units to Trace3D units.double
TraceXalUnitConverter.traceToXalDispersion
(double dT3d, PhaseIndex index) Convert the dispersion from XAL units to Trace3D units.double
ImpactXalUnitConverter.xalToImpactDispersion
(double dXal, PhaseIndex index) Convert the dispersion from XAL units to Trace3D units.double
TraceXalUnitConverter.xalToTraceDispersion
(double dXal, PhaseIndex index) Convert the dispersion from XAL units to Trace3D units.