![]() |
Belle II Software release-09-00-03
|
Public Member Functions | |
| def | __init__ (self, output_file_name) |
| def | peel (self, mc_track) |
Public Attributes | |
| mc_track_matcher_cdc | |
| matcher used for the MCTracks from the CDC | |
| mc_track_matcher_vxd | |
| matcher used for the MCTracks from the VXD | |
| mc_track_matcher | |
| matcher used for the MCTracks from both | |
| fitted_mc_track_matcher | |
| matcher used for the MCTracks from fitted tracks | |
Static Public Attributes | |
| refiners | save_tree = refiners.SaveTreeRefiner() |
| Refiners to be executed at the end of the harvesting / termination of the module Store as a table in a ROOT file. | |
Harvester module to extract the information, if a MCTrack was found by the CDC and/or the VXD tracking reconstruction.
Definition at line 31 of file fullTrackingTableValidationCreateData.py.
| def __init__ | ( | self, | |
| output_file_name | |||
| ) |
Init harvester
Reimplemented from HarvestingModule.
Definition at line 37 of file fullTrackingTableValidationCreateData.py.
| def peel | ( | self, | |
| mc_track | |||
| ) |
Extract the information.
Reimplemented from HarvestingModule.
Definition at line 52 of file fullTrackingTableValidationCreateData.py.
| fitted_mc_track_matcher |
matcher used for the MCTracks from fitted tracks
Definition at line 50 of file fullTrackingTableValidationCreateData.py.
| mc_track_matcher |
matcher used for the MCTracks from both
Definition at line 48 of file fullTrackingTableValidationCreateData.py.
| mc_track_matcher_cdc |
matcher used for the MCTracks from the CDC
Definition at line 44 of file fullTrackingTableValidationCreateData.py.
| mc_track_matcher_vxd |
matcher used for the MCTracks from the VXD
Definition at line 46 of file fullTrackingTableValidationCreateData.py.
|
static |
Refiners to be executed at the end of the harvesting / termination of the module Store as a table in a ROOT file.
Definition at line 99 of file fullTrackingTableValidationCreateData.py.