![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self) |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
number_of_tracks | |
count the tracks | |
number_of_deleted_hits | |
count the deleted hits | |
number_of_hits | |
count the hits | |
cdc_hit_look_up | |
function to look up CDC MC hits | |
mc_matcher_lookup | |
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 66 of file modules.py.
def __init__ | ( | self | ) |
Constructor
Definition at line 71 of file modules.py.
def event | ( | self | ) |
Event method of the module
Definition at line 89 of file modules.py.
def initialize | ( | self | ) |
Initialization signal at the start of the event processing
Definition at line 82 of file modules.py.
def terminate | ( | self | ) |
Termination signal at the end of the event processing
Definition at line 154 of file modules.py.