![]() |
Belle II Software development
|
Public Member Functions | |
initialize (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
int | number_of_doubled_hits = 0 |
counter for doubled CDC hits | |
int | number_of_total_hits = 0 |
counter for total CDC hits | |
int | number_of_hits_with_wrong_flags = 0 |
counter for CDC hits with wrong flags | |
A small helper module to look for double assigned hits. Prints a summary after execution
Definition at line 15 of file modules.py.
event | ( | self | ) |
Event method of the module
Definition at line 31 of file modules.py.
initialize | ( | self | ) |
Initialization signal at the start of the event processing
Definition at line 22 of file modules.py.
terminate | ( | self | ) |
Termination signal at the end of the event processing
Definition at line 64 of file modules.py.
number_of_doubled_hits = 0 |
counter for doubled CDC hits
Definition at line 25 of file modules.py.
number_of_hits_with_wrong_flags = 0 |
counter for CDC hits with wrong flags
Definition at line 29 of file modules.py.
number_of_total_hits = 0 |
counter for total CDC hits
Definition at line 27 of file modules.py.