Uses of Class
org.jlab.detector.scalers.DaqScalers

Packages that use DaqScalers
Package
Description
 
  • Uses of DaqScalers in org.jlab.detector.scalers

    Fields in org.jlab.detector.scalers with type parameters of type DaqScalers
    Modifier and Type
    Field
    Description
    protected final List<DaqScalers>
    DaqScalersSequence.scalers
     
    Methods in org.jlab.detector.scalers that return DaqScalers
    Modifier and Type
    Method
    Description
    static DaqScalers
    DaqScalers.create(ConstantsManager conman, org.jlab.jnp.hipo4.data.Bank runConfig, org.jlab.jnp.hipo4.data.Bank rawScaler)
     
    static DaqScalers
    DaqScalers.create(org.jlab.jnp.hipo4.data.Bank runScalerBank)
     
    static DaqScalers
    DaqScalers.create(org.jlab.jnp.hipo4.data.Bank rawScalerBank, org.jlab.utils.groups.IndexedTable fcupTable, org.jlab.utils.groups.IndexedTable slmTable, org.jlab.utils.groups.IndexedTable helTable, double seconds)
     
    static DaqScalers
    DaqScalers.create(org.jlab.jnp.hipo4.data.Bank rawScalerBank, org.jlab.utils.groups.IndexedTable fcupTable, org.jlab.utils.groups.IndexedTable slmTable, org.jlab.utils.groups.IndexedTable helTable, Date rst, Date uet)
     
    static DaqScalers
    DaqScalers.create(org.jlab.jnp.hipo4.data.Bank rawScalerBank, org.jlab.utils.groups.IndexedTable fcupTable, org.jlab.utils.groups.IndexedTable slmTable, org.jlab.utils.groups.IndexedTable helTable, org.jlab.utils.groups.IndexedTable dscTable)
    Same as create(Bank,IndexedTable,double), except relies on DSC2's clock.
    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 DaqScalers
    Modifier and Type
    Method
    Description
    protected boolean
    DaqScalersSequence.add(DaqScalers ds)
     
    int
    DaqScalersSequence.compare(DaqScalers o1, DaqScalers o2)