Belle II Software development
|
Public Member Functions | |
def | __init__ (self, output_file_name, tracks_store_vector_name="TrackCands") |
def | peel (self, track_cand) |
Public Attributes | |
mc_hit_lookup | |
function to look up CDC MC hits | |
Static Public Attributes | |
refiners | save_tree |
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. | |
Harvester module to check for the correct reconstructed orientation.
Definition at line 76 of file harvester.py.
def __init__ | ( | self, | |
output_file_name, | |||
tracks_store_vector_name = "TrackCands" |
|||
) |
Initialize with the root output file name and the store array name of the track cands to use.
Reimplemented from HarvestingModule.
Definition at line 82 of file harvester.py.
def peel | ( | self, | |
track_cand | |||
) |
Extract the information.
Reimplemented from HarvestingModule.
Definition at line 93 of file harvester.py.
mc_hit_lookup |
function to look up CDC MC hits
Definition at line 91 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 134 of file harvester.py.