![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self) |
| def | initialize (self) |
| def | event (self) |
Public Attributes | |
| eventCounter | |
| count number of times event method is called (each time use different combinations of ECLCalDigits | |
| digitParams | |
| parameters to create custom ECLCalDigits | |
| energyThresh | |
| default energy threshold | |
| timeThresh | |
| default time threshold | |
| eclCalDigits | |
| ECLCalDigits datastore. | |
Add combinations of ECLCalDigits above/below threshold to be counted as out of time
Definition at line 39 of file eventLevelClusteringInfo_countOutOfTime.py.
| def __init__ | ( | self | ) |
Prepare ECLCalDigits parameters
Definition at line 44 of file eventLevelClusteringInfo_countOutOfTime.py.
| def event | ( | self | ) |
Add ECLCalDigits according to self.digitParams
Definition at line 80 of file eventLevelClusteringInfo_countOutOfTime.py.
| def initialize | ( | self | ) |
module initialize - register ECLCalDigit in datastore
Definition at line 73 of file eventLevelClusteringInfo_countOutOfTime.py.
| digitParams |
parameters to create custom ECLCalDigits
Definition at line 65 of file eventLevelClusteringInfo_countOutOfTime.py.
| eclCalDigits |
ECLCalDigits datastore.
Definition at line 77 of file eventLevelClusteringInfo_countOutOfTime.py.
| energyThresh |
default energy threshold
Definition at line 69 of file eventLevelClusteringInfo_countOutOfTime.py.
| eventCounter |
count number of times event method is called (each time use different combinations of ECLCalDigits
Definition at line 51 of file eventLevelClusteringInfo_countOutOfTime.py.
| timeThresh |
default time threshold
Definition at line 71 of file eventLevelClusteringInfo_countOutOfTime.py.