![]() |
Belle II Software light-2505-deimos
|


Public Member Functions | |
| __init__ (self) | |
| initialize (self) | |
| event (self) | |
Public Attributes | |
| int | eventCounter = 0 |
| count number of times event method is called (each time use different combinations of ECLCalDigits | |
| list | digitParams |
| parameters to create custom ECLCalDigits | |
| int | energyThresh = -1 |
| default energy threshold | |
| int | timeThresh = -1 |
| default time threshold | |
| eclCalDigits = Belle2.PyStoreArray(Belle2.ECLCalDigit.Class()) | |
| 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.
| __init__ | ( | self | ) |
Prepare ECLCalDigits parameters
Definition at line 44 of file eventLevelClusteringInfo_countOutOfTime.py.
| event | ( | self | ) |
Add ECLCalDigits according to self.digitParams
Definition at line 83 of file eventLevelClusteringInfo_countOutOfTime.py.
| initialize | ( | self | ) |
module initialize - register ECLCalDigit in datastore
Definition at line 73 of file eventLevelClusteringInfo_countOutOfTime.py.
| list digitParams |
parameters to create custom ECLCalDigits
Definition at line 65 of file eventLevelClusteringInfo_countOutOfTime.py.
| eclCalDigits = Belle2.PyStoreArray(Belle2.ECLCalDigit.Class()) |
ECLCalDigits datastore.
Definition at line 77 of file eventLevelClusteringInfo_countOutOfTime.py.
| int energyThresh = -1 |
default energy threshold
Definition at line 69 of file eventLevelClusteringInfo_countOutOfTime.py.
| eventCounter = 0 |
count number of times event method is called (each time use different combinations of ECLCalDigits
Definition at line 51 of file eventLevelClusteringInfo_countOutOfTime.py.
| int timeThresh = -1 |
default time threshold
Definition at line 71 of file eventLevelClusteringInfo_countOutOfTime.py.