Package xal.app.knobs
Class PlaneAdaptor.HorizontalAdaptor
- java.lang.Object
-
- xal.app.knobs.PlaneAdaptor
-
- xal.app.knobs.PlaneAdaptor.HorizontalAdaptor
-
- Enclosing class:
- PlaneAdaptor
protected static class PlaneAdaptor.HorizontalAdaptor extends PlaneAdaptor
adaptor for the horizontal plane
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class xal.app.knobs.PlaneAdaptor
PlaneAdaptor.HorizontalAdaptor, PlaneAdaptor.VerticalAdaptor
-
-
Field Summary
-
Fields inherited from class xal.app.knobs.PlaneAdaptor
HORIZONTAL_ADAPTOR, VERTICAL_ADAPTOR
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHorizontalAdaptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAngle(xal.tools.beam.PhaseVector phaseVector)get the angle from the phase vectorList<xal.smf.impl.Dipole>getCorrectors(xal.smf.AcceleratorSeq sequence)get list of correctors from the sequencedoublegetOffset(xal.tools.beam.PhaseVector phaseVector)get the offset from the phase vectorStringplaneName()Get the name for this plane.StringshortPlaneName()Get the short name for this plane-
Methods inherited from class xal.app.knobs.PlaneAdaptor
getHorizontalAdaptor, getVerticalAdaptor
-
-
-
-
Method Detail
-
planeName
public String planeName()
Get the name for this plane.- Specified by:
planeNamein classPlaneAdaptor
-
shortPlaneName
public String shortPlaneName()
Get the short name for this plane- Specified by:
shortPlaneNamein classPlaneAdaptor
-
getOffset
public double getOffset(xal.tools.beam.PhaseVector phaseVector)
get the offset from the phase vector- Specified by:
getOffsetin classPlaneAdaptor
-
getAngle
public double getAngle(xal.tools.beam.PhaseVector phaseVector)
get the angle from the phase vector- Specified by:
getAnglein classPlaneAdaptor
-
getCorrectors
public List<xal.smf.impl.Dipole> getCorrectors(xal.smf.AcceleratorSeq sequence)
get list of correctors from the sequence- Specified by:
getCorrectorsin classPlaneAdaptor
-
-