Belle II Software development
|
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 71 of file modules.py.
def __init__ | ( | self | ) |
Constructor
Definition at line 76 of file modules.py.
def event | ( | self | ) |
Event method of the module
Definition at line 94 of file modules.py.
def initialize | ( | self | ) |
Initialization signal at the start of the event processing
Definition at line 87 of file modules.py.
def terminate | ( | self | ) |
Termination signal at the end of the event processing
Definition at line 160 of file modules.py.
cdc_hit_look_up |
function to look up CDC MC hits
Definition at line 90 of file modules.py.
mc_matcher_lookup |
function to match track candidatess to MC track candidates
Definition at line 92 of file modules.py.
number_of_deleted_hits |
count the deleted hits
Definition at line 83 of file modules.py.
number_of_hits |
count the hits
Definition at line 85 of file modules.py.
number_of_tracks |
count the tracks
Definition at line 81 of file modules.py.