Belle II Software development
|
Public Member Functions | |
def | __init__ (self, local_track_cands_store_array_name, mc_track_cands_store_array_name, output_file_name) |
def | peel (self, local_track_cand) |
Public Attributes | |
mc_track_cands_store_array_name | |
cached name of the TrackCands StoreArray | |
mc_track_matcher | |
function to match tracks to MC tracks | |
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 extract momentum and position information from the found segments and tracks. You need the apply MC track matcher module.
Definition at line 273 of file harvester.py.
def __init__ | ( | self, | |
local_track_cands_store_array_name, | |||
mc_track_cands_store_array_name, | |||
output_file_name | |||
) |
Init the harvester with the local track candidates StoreArray name and the one for MC track cands and the output file name for the result root file.
Reimplemented from HarvestingModule.
Definition at line 280 of file harvester.py.
def peel | ( | self, | |
local_track_cand | |||
) |
Extract the information from the local track candidate.
Reimplemented from HarvestingModule.
Definition at line 295 of file harvester.py.
mc_track_cands_store_array_name |
cached name of the TrackCands StoreArray
Definition at line 289 of file harvester.py.
mc_track_matcher |
function to match tracks to MC tracks
Definition at line 292 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 346 of file harvester.py.