Belle II Software development
|
Public Member Functions | |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
number_of_doubled_hits | |
counter for doubled CDC hits | |
number_of_total_hits | |
counter for total CDC hits | |
number_of_hits_with_wrong_flags | |
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.
def event | ( | self | ) |
Event method of the module
Definition at line 31 of file modules.py.
def initialize | ( | self | ) |
Initialization signal at the start of the event processing
Definition at line 22 of file modules.py.
def terminate | ( | self | ) |
Termination signal at the end of the event processing
Definition at line 64 of file modules.py.
number_of_doubled_hits |
counter for doubled CDC hits
Definition at line 25 of file modules.py.
number_of_hits_with_wrong_flags |
counter for CDC hits with wrong flags
Definition at line 29 of file modules.py.
number_of_total_hits |
counter for total CDC hits
Definition at line 27 of file modules.py.