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