![]() |
Belle II Software release-09-00-03
|
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) |
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 | |
| MCSideTrackingValidationModule | MCSideModule = MCSideTrackingValidationModule |
| MC side validation module to use. | |
| PRSideTrackingValidationModule | PRSideModule = PRSideTrackingValidationModule |
| PR side validation module to use. | |
| EventwiseTrackingValidationModule | EventwiseModule = EventwiseTrackingValidationModule |
| Eventwise side validation module to use. | |
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 |
|||
| ) |
Constructor
Reimplemented from PathModule.
Definition at line 29 of file combined_module.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.
|
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.
| modules |
Subordinate modules.
Definition at line 66 of file combined_module.py.
| output_file_name |
Output TFile to be opened in the initialize methode.
Definition at line 39 of file combined_module.py.
| 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.