![]() |
Belle II Software
release-08-02-06
|
Public Member Functions | |
def | __init__ (self, name, contact, output_file_name=None, reco_tracks_name='RecoTracks', mc_reco_tracks_name='MCRecoTracks', expert_level=None) |
def | initialize (self) |
def | terminate (self) |
def | event (self) |
Public Attributes | |
output_file_name | |
Output TFile to be opened in the initialize methode. | |
modules | |
Subordinate modules. | |
output_tfile | |
the output TFile | |
Static Public Attributes | |
MCSideModule = MCSideTrackingValidationModule | |
MC side validation module to use. | |
PRSideModule = PRSideTrackingValidationModule | |
PR side validation module to use. | |
EventwiseModule = EventwiseTrackingValidationModule | |
Eventwise side validation module to use. | |
Private Attributes | |
_path | |
The contained path. | |
Harvesting validation module combining eventwise, pr side and mc side tracking valiation parts
Definition at line 17 of file combined_module.py.
def __init__ | ( | self, | |
name, | |||
contact, | |||
output_file_name = None , |
|||
reco_tracks_name = 'RecoTracks' , |
|||
mc_reco_tracks_name = 'MCRecoTracks' , |
|||
expert_level = None |
|||
) |
|
inherited |
Event method of the module Sets the return value of this module to true and triggers the execution of the wrapped path.
Definition at line 358 of file metamodules.py.
def initialize | ( | self | ) |
Initialization signal at the start of the event processing
Definition at line 74 of file combined_module.py.
def terminate | ( | self | ) |
Termination signal at the start of the event processing
Definition at line 86 of file combined_module.py.