Package xal.smf.attr

Class RotationBucket

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

public class RotationBucket extends AttributeBucket
An attribute set for rotation alignment attributes (pitch, yaw, roll). These alignments are offsets in the local lattice coordinate system. pitch is the rotation about x [mrad] yaw is the rotation about y [mrad] roll is the rotation about z [mrad]
Version:
1.1
Author:
John Galambos, Christopher K. Allen
See Also:
  • Field Details

  • Constructor Details

    • RotationBucket

      public RotationBucket()
  • Method Details

    • getType

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

      public double getPitch()
    • getYaw

      public double getYaw()
    • getRoll

      public double getRoll()
    • setPitch

      public void setPitch(double dblVal)
    • setYaw

      public void setYaw(double dblVal)
    • setRoll

      public void setRoll(double dblVal)