Package xal.smf.attr

Class DisplaceBucket

java.lang.Object
xal.smf.attr.AttributeBucket
xal.smf.attr.DisplaceBucket
All Implemented Interfaces:
Serializable, DataListener

public class DisplaceBucket extends AttributeBucket
An attribute set for displacement alignment attributes (x, y, z). These alignments are offsets in the local lattice coordinate system. x is in the horizontal direction y is in the vertical direction z is in the longitudinal direction along the beam
Version:
1.0
Author:
John Galambos, Christopher K. Allen
See Also:
  • Field Details

  • Constructor Details

    • DisplaceBucket

      public DisplaceBucket()
  • Method Details

    • getType

      public String getType()
      Override virtual to provide type signature
      Specified by:
      getType in class AttributeBucket
    • getX

      public double getX()
      Returns the displacement offsets
    • getY

      public double getY()
    • getZ

      public double getZ()
    • setX

      public void setX(double dblVal)
    • setY

      public void setY(double dblVal)
    • setZ

      public void setZ(double dblVal)