Class StruckScalers

All Implemented Interfaces:
Serializable, Cloneable, Iterable<StruckScaler>, Collection<StruckScaler>, List<StruckScaler>, RandomAccess

public class StruckScalers extends ArrayList<StruckScaler>
This is an extension of the StruckScaler class to support multiple intervals reported in a single RAW::scaler bank, merge intervals created from false advances, strip out single types of helicity intervals, e.g., tstable, disentangle odd readout patterns, etc.
Author:
baltzell
See Also:
  • Constructor Details

    • StruckScalers

      public StruckScalers(IndexedTable fcupTable, IndexedTable slmTable, IndexedTable helTable)
      Parameters:
      fcupTable - CCDB's /runcontrol/fcup
      slmTable - CCDB's /runcontrol/slm
      helTable - CCDB's /runcontrol/helicity
  • Method Details