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