![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self) | |
initialize (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
int | number_of_tracks = 0 |
count the tracks | |
int | number_of_deleted_hits = 0 |
count the deleted hits | |
int | number_of_hits = 0 |
count the hits | |
cdc_hit_look_up = Belle2.TrackFindingCDC.CDCMCHitLookUp() | |
function to look up CDC MC hits | |
mc_matcher_lookup = Belle2.TrackMatchLookUp("MCTrackCands", "TrackCands") | |
function to match track candidatess to MC track candidates | |
A small hit cleaner module to set the track information according to mc information. This is surely not for later usage but for testing the genfitter module
Definition at line 71 of file modules.py.
__init__ | ( | self | ) |
Constructor
Definition at line 76 of file modules.py.
event | ( | self | ) |
Event method of the module
Definition at line 94 of file modules.py.
initialize | ( | self | ) |
Initialization signal at the start of the event processing
Definition at line 87 of file modules.py.
terminate | ( | self | ) |
Termination signal at the end of the event processing
Definition at line 160 of file modules.py.
cdc_hit_look_up = Belle2.TrackFindingCDC.CDCMCHitLookUp() |
function to look up CDC MC hits
Definition at line 90 of file modules.py.
mc_matcher_lookup = Belle2.TrackMatchLookUp("MCTrackCands", "TrackCands") |
function to match track candidatess to MC track candidates
Definition at line 92 of file modules.py.
int number_of_deleted_hits = 0 |
count the deleted hits
Definition at line 83 of file modules.py.
int number_of_hits = 0 |
count the hits
Definition at line 85 of file modules.py.
int number_of_tracks = 0 |
count the tracks
Definition at line 81 of file modules.py.