Uses of Class
org.jlab.detector.scalers.DaqScalers
Packages that use DaqScalers
-
Uses of DaqScalers in org.jlab.detector.qadb
Constructor parameters in org.jlab.detector.qadb with type arguments of type DaqScalersModifierConstructorDescriptionQadbBin(int binNum, QadbBin.BinType binType, List<DaqScalers> inputScalers, T initData) construct a single bin -
Uses of DaqScalers in org.jlab.detector.scalers
Fields in org.jlab.detector.scalers with type parameters of type DaqScalersMethods in org.jlab.detector.scalers that return DaqScalersModifier and TypeMethodDescriptionstatic DaqScalersDaqScalers.create(ConstantsManager conman, org.jlab.jnp.hipo4.data.Bank runConfig, org.jlab.jnp.hipo4.data.Bank rawScaler) static DaqScalersDaqScalers.create(org.jlab.jnp.hipo4.data.Bank runScalerBank) static DaqScalersDaqScalers.create(org.jlab.jnp.hipo4.data.Bank rawScalerBank, IndexedTable fcupTable, IndexedTable slmTable, IndexedTable helTable, double seconds) static DaqScalersDaqScalers.create(org.jlab.jnp.hipo4.data.Bank rawScalerBank, IndexedTable fcupTable, IndexedTable slmTable, IndexedTable helTable, Date rst, Date uet) static DaqScalersDaqScalers.create(org.jlab.jnp.hipo4.data.Bank rawScalerBank, IndexedTable fcupTable, IndexedTable slmTable, IndexedTable helTable, IndexedTable dscTable) Same as create(Bank,IndexedTable,double), except relies on DSC2's clock.static DaqScalersDaqScalers.create(org.jlab.jnp.hipo4.data.Bank rawScalerBank, IndexedTable fcupTable, IndexedTable slmTable, IndexedTable helTable, IndexedTable dscTable, long clock, long gatedClock) Same as create(Bank,IndexedTable,IndexedTable,IndexedTable), except relies on clock, gatedClock values.DaqScalersSequence.get(long timestamp) DaqScalersSequence.get(org.jlab.jnp.hipo4.data.Event event) DaqScalers.setTimestamp(long timestamp) Methods in org.jlab.detector.scalers with parameters of type DaqScalersModifier and TypeMethodDescriptionprotected booleanDaqScalersSequence.add(DaqScalers ds) intDaqScalersSequence.compare(DaqScalers o1, DaqScalers o2) Constructor parameters in org.jlab.detector.scalers with type arguments of type DaqScalers