Package org.jlab.rec.eb
Class EBUtil
java.lang.Object
org.jlab.rec.eb.EBUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Deprecated.static double
getDetTimingResolution
(DetectorResponse resp, EBCCDBConstants ccdb) Get timing resolution from detector calibration constants:static double
getEBTimingResolution
(DetectorParticle p, DetectorType type, int layer, EBCCDBConstants ccdb) Calculate timing resolution from EventBuilder constants:static boolean
Perform a basic true/false identification for electrons.
-
Constructor Details
-
EBUtil
public EBUtil()
-
-
Method Details
-
centralNeutralVeto
Deprecated.Central neutral veto logic from Adam Hobart.- Parameters:
p
-- Returns:
- whether to veto neutrality of p FIXME: move float parameters to CCDB
-
isSimpleElectron
Perform a basic true/false identification for electrons. -
getEBTimingResolution
public static double getEBTimingResolution(DetectorParticle p, DetectorType type, int layer, EBCCDBConstants ccdb) Calculate timing resolution from EventBuilder constants: -
getDetTimingResolution
Get timing resolution from detector calibration constants:
-