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


Public Member Functions | |
| def | __init__ (self) |
| def | pick (self, mc_particle) |
| def | peel (self, mc_particle) |
Public Attributes | |
| mc_track_matcher | |
| matcher used for the final MCTrack list | |
| mc_track_matcher_cdc | |
| matcher used for the MCTracks from the CDC | |
| mc_track_matcher_vxd | |
| matcher used for the MCTracks from the VXD | |
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 useful information from VXD-CDC track merging.
Definition at line 68 of file vxdCdcMergerValidationGenerateSample.py.
| def __init__ | ( | self | ) |
Init harvester
Reimplemented from HarvestingModule.
Definition at line 73 of file vxdCdcMergerValidationGenerateSample.py.
| def peel | ( | self, | |
| mc_particle | |||
| ) |
Extract the information.
Reimplemented from HarvestingModule.
Definition at line 96 of file vxdCdcMergerValidationGenerateSample.py.
| def pick | ( | self, | |
| mc_particle | |||
| ) |
Select the MCParticle if it is related to an MCRecoTrack
Reimplemented from HarvestingModule.
Definition at line 86 of file vxdCdcMergerValidationGenerateSample.py.
| mc_track_matcher |
matcher used for the final MCTrack list
Definition at line 80 of file vxdCdcMergerValidationGenerateSample.py.
| mc_track_matcher_cdc |
matcher used for the MCTracks from the CDC
Definition at line 82 of file vxdCdcMergerValidationGenerateSample.py.
| mc_track_matcher_vxd |
matcher used for the MCTracks from the VXD
Definition at line 84 of file vxdCdcMergerValidationGenerateSample.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 146 of file vxdCdcMergerValidationGenerateSample.py.