Uses of Enum Class
org.jlab.rec.tof.hit.RawOrder
Packages that use RawOrder
-
Uses of RawOrder in org.jlab.rec.tof.hit
Subclasses with type arguments of type RawOrder in org.jlab.rec.tof.hitModifier and TypeClassDescriptionenum
The order variable in raw banks encodes in two bits the information on the readout type (ADC/TDC) and readout side (for example left/right or upstream/downstream)Methods in org.jlab.rec.tof.hit that return RawOrderModifier and TypeMethodDescriptionstatic RawOrder
Returns the enum constant of this class with the specified name.static RawOrder[]
RawOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jlab.rec.tof.hit with parameters of type RawOrder