Belle II Software development
|
Public Member Functions | |
def | __init__ (self, output_file_name, tracks_store_vector_name="CDCTrackVector") |
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 reconstructed positions
Definition at line 17 of file harvester.py.
def __init__ | ( | self, | |
output_file_name, | |||
tracks_store_vector_name = "CDCTrackVector" |
|||
) |
Initialize with the output file name of the root file and the store obj with the CDCTrack vector to use. MC track cands are needed.
Reimplemented from HarvestingModule.
Definition at line 21 of file harvester.py.
def peel | ( | self, | |
track_cand | |||
) |
Extract the information
Reimplemented from HarvestingModule.
Definition at line 31 of file harvester.py.
mc_hit_lookup |
function to look up CDC MC hits
Definition at line 29 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 69 of file harvester.py.