Interface CorrectorKickData

    • Method Detail

      • getCorrectorKey

        java.lang.String getCorrectorKey()
        Returns:
        the key of the corrector, which was kicked.
      • getCorrectorName

        java.lang.String getCorrectorName()
        Returns:
        the name of the corrector, which was kicked.
      • isVertical

        boolean isVertical()
        determines if the file corresponds to a vertical active Corrector
        Returns:
        true if vertical corrector
      • isHorizontal

        boolean isHorizontal()
        determines if the file corresponds to a horizontal active Corrector
        Returns:
        true if horizontal corrector
      • isPlus

        boolean isPlus()
        determines if the file corresponds to a 'plus' measurement.
        Returns:
        true, if 'plus' measurement.
      • isMinus

        boolean isMinus()
        determines if the file corresponds to a 'minus' measurement.
        Returns:
        true, if 'minus' measurement.
      • getBeamNumber

        BeamNumber getBeamNumber()
        Returns:
        the beam number to which this data belongs to