![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self, foreach, others, output_file_name) |
| def | peel (self, pr_track) |
Public Attributes | |
| others | |
| cached copy of the 'others' argument | |
| mc_track_matcher | |
| function to find the MCRecoTrack related to a reconstructed track | |
| mc_track_matcher_other | |
| function to find the MCRecoTrack related to an other-tracks entry | |
Static Public Attributes | |
| refiners | save_tree = refiners.SaveTreeRefiner() |
| Save the results dictionary to the output ROOT file. | |
Gather the reconstructed VXD-CDC-merger results into ROOT file
Definition at line 191 of file validation.py.
| def __init__ | ( | self, | |
| foreach, | |||
| others, | |||
| output_file_name | |||
| ) |
Init harvester
Arguments:
others (str): name of other-tracks collection related to the reconstructed tracks
output_file_name (str): name of the output ROOT file
Reimplemented from HarvestingModule.
Definition at line 194 of file validation.py.
| def peel | ( | self, | |
| pr_track | |||
| ) |
Collect information related to the reconstructed track into a dictionary
Reimplemented from HarvestingModule.
Definition at line 211 of file validation.py.
| mc_track_matcher |
function to find the MCRecoTrack related to a reconstructed track
Definition at line 207 of file validation.py.
| mc_track_matcher_other |
function to find the MCRecoTrack related to an other-tracks entry
Definition at line 209 of file validation.py.
| others |
cached copy of the 'others' argument
Definition at line 204 of file validation.py.
|
static |
Save the results dictionary to the output ROOT file.
Definition at line 244 of file validation.py.