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


Public Member Functions | |
| def | __init__ (self) |
| def | pick (self, mc_particle) |
| def | generate_cluster_dicts (self, charge_list, path_length_list, normalized_charge_list, name) |
| def | peel (self, mc_particle) |
Static Public Attributes | |
| refiners | save_tree = refiners.SaveTreeRefiner() |
| Refiners to be executed at the end of the harvesting / termination of the module Save a tree of all collected variables in a sub folder. | |
A harvester to redo parts of the analysis in the Belle II Paper by Robert
Definition at line 85 of file harvester.py.
| def __init__ | ( | self | ) |
Constructor
Reimplemented from HarvestingModule.
Definition at line 89 of file harvester.py.
| def generate_cluster_dicts | ( | self, | |
| charge_list, | |||
| path_length_list, | |||
| normalized_charge_list, | |||
| name | |||
| ) |
Create a dictionary from the lists of charges, normalized charges, and path lengths of the clusters associated with an MCParticle
Definition at line 101 of file harvester.py.
| def peel | ( | self, | |
| mc_particle | |||
| ) |
Aggregate the PXD and SVD cluster information for an MCParticle
Reimplemented from HarvestingModule.
Definition at line 122 of file harvester.py.
| def pick | ( | self, | |
| mc_particle | |||
| ) |
Select the MCParticle if it is a primary pion and has some PXD and/or SVD clusters
Reimplemented from HarvestingModule.
Definition at line 93 of file harvester.py.
|
static |
Refiners to be executed at the end of the harvesting / termination of the module Save a tree of all collected variables in a sub folder.
Definition at line 151 of file harvester.py.