Add combinations of ECLCalDigits above/below threshold to be counted as out of time
Definition at line 39 of file eventLevelClusteringInfo_countOutOfTime.py.
◆ __init__()
Prepare ECLCalDigits parameters
Definition at line 44 of file eventLevelClusteringInfo_countOutOfTime.py.
46 Prepare ECLCalDigits parameters
53 aboveEnergyThresh = [
True,
False]
54 aboveTimeThresh = [
True,
False]
55 thresholdNames = [
"aboveEnergythresh",
"aboveTimethresh"]
57 thresholdsPerRegion = [dict(zip(thresholdNames, thresholds))
58 for thresholds
in itertools.product(aboveEnergyThresh, aboveTimeThresh)]
60 fwdThresholds, brlThresholds, bwdThresholds = itertools.tee(thresholdsPerRegion, 3)
62 regions = [
"FWD",
"BRL",
"BWD"]
65 self.digitParams = [dict(zip(regions, thresholds))
66 for thresholds
in itertools.product(fwdThresholds, brlThresholds, bwdThresholds)]
69 self.energyThresh = -1
◆ event()
◆ initialize()
The documentation for this class was generated from the following file: