Belle II Software  release-08-01-10
HitCleaner Class Reference
Inheritance diagram for HitCleaner:
Collaboration diagram for HitCleaner:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Constructor

Definition at line 76 of file modules.py.

Member Function Documentation

◆ event()

def event (   self)
Event method of the module

Definition at line 94 of file modules.py.

◆ initialize()

def initialize (   self)
Initialization signal at the start of the event processing

Definition at line 87 of file modules.py.

◆ terminate()

def terminate (   self)
Termination signal at the end of the event processing

Definition at line 160 of file modules.py.


The documentation for this class was generated from the following file: