Uses of Class
org.jlab.detector.scalers.DaqScalersSequence
Packages that use DaqScalersSequence
Package
Description
-
Uses of DaqScalersSequence in org.jlab.analysis.eventmerger
Methods in org.jlab.analysis.eventmerger with parameters of type DaqScalersSequenceModifier and TypeMethodDescriptionvoid
FilterFcup.setScalerSequence
(DaqScalersSequence sequence) Set sequence of scaler readings -
Uses of DaqScalersSequence in org.jlab.analysis.postprocess
Constructors in org.jlab.analysis.postprocess with parameters of type DaqScalersSequenceModifierConstructorDescriptionProcessor
(org.jlab.jnp.hipo4.data.SchemaFactory schema, HelicitySequenceDelayed h, DaqScalersSequence s) -
Uses of DaqScalersSequence in org.jlab.detector.qadb
Subclasses of DaqScalersSequence in org.jlab.detector.qadbModifier and TypeClassDescriptionclass
QadbBin<T>
A single bin for the Quality Assurance Database (QADB).class
A sequence of bins for the Quality Assurance Database (QADB). -
Uses of DaqScalersSequence in org.jlab.detector.scalers
Methods in org.jlab.detector.scalers that return DaqScalersSequenceModifier and TypeMethodDescriptionstatic DaqScalersSequence
DaqScalersSequence.readSequence
(List<String> filenames) This reads tag=1 events for RUN::scaler banks, and initializes and returns aDaqScalersSequence
that can be used to access the most recent scaler readout for any given event.static DaqScalersSequence
DaqScalersSequence.rebuildSequence
(int tags, ConstantsManager conman, List<String> filenames) Reads the RAW::scaler bank and rebuilds the RUN::scaler and HEL::scaler banksConstructors in org.jlab.detector.scalers with parameters of type DaqScalersSequence