![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, name, contact, output_file_name=None, reco_tracks_name='RecoTracks', mc_reco_tracks_name='MCRecoTracks', expert_level=None) | |
initialize (self) | |
terminate (self) | |
event (self) | |
Public Attributes | |
str | output_file_name = output_file_name or name + 'TrackingValidation.root' |
Output TFile to be opened in the initialize method. | |
list | modules |
Subordinate modules. | |
output_tfile = 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. | |
Protected Attributes | |
_path = path | |
The contained path. | |
Harvesting validation module combining eventwise, pr side and mc side tracking validation parts
Definition at line 17 of file combined_module.py.
__init__ | ( | self, | |
name, | |||
contact, | |||
output_file_name = None, | |||
reco_tracks_name = 'RecoTracks', | |||
mc_reco_tracks_name = 'MCRecoTracks', | |||
expert_level = None ) |
Constructor
Definition at line 29 of file combined_module.py.
|
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 355 of file metamodules.py.
initialize | ( | self | ) |
Initialization signal at the start of the event processing
Definition at line 74 of file combined_module.py.
terminate | ( | self | ) |
Termination signal at the start of the event processing
Definition at line 86 of file combined_module.py.
|
protectedinherited |
The contained path.
Definition at line 340 of file metamodules.py.
|
static |
Eventwise side validation module to use.
Definition at line 27 of file combined_module.py.
|
static |
MC side validation module to use.
Definition at line 21 of file combined_module.py.
list modules |
Subordinate modules.
Definition at line 66 of file combined_module.py.
str output_file_name = output_file_name or name + 'TrackingValidation.root' |
Output TFile to be opened in the initialize method.
Definition at line 39 of file combined_module.py.
output_tfile = output_tfile |
the output TFile
Definition at line 84 of file combined_module.py.
|
static |
PR side validation module to use.
Definition at line 24 of file combined_module.py.