Enum Class StruckScaler.Input

java.lang.Object
java.lang.Enum<StruckScaler.Input>
org.jlab.detector.scalers.StruckScaler.Input
All Implemented Interfaces:
Serializable, Comparable<StruckScaler.Input>, Constable
Enclosing class:
StruckScaler

public static enum StruckScaler.Input extends Enum<StruckScaler.Input>
Convenience for mapping channel number in RAW::scaler to input signal.
Author:
baltzell
  • Enum Constant Details Link icon

  • Method Details Link icon

    • values Link icon

      public static StruckScaler.Input[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf Link icon

      public static StruckScaler.Input valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • create Link icon

      public static StruckScaler.Input create(int struckChannel)
    • equals Link icon

      public static boolean equals(StruckScaler.Input input, int struckChannel)