Belle II Software development
|
Public Member Functions | |
def | __init__ (self, output_file_name, local_track_cands_store_array_name="LocalTrackCands", mc_track_cands_store_array_name="MCTrackCands", legendre_track_cand_store_array_name="LegendreTrackCands") |
def | prepare (self) |
def | peel (self, local_track_cand) |
Public Attributes | |
mc_track_cands_store_array_name | |
cached name of the TrackCands StoreArray | |
legendre_track_cand_store_array_name | |
cached name of the Legendre TrackCands StoreArray | |
mc_track_matcher_local | |
function to match local tracks to MC tracks | |
mc_track_matcher_legendre | |
function to match Legendre tracks to MC tracks | |
cdcHits | |
cached CDCHits StoreArray | |
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. | |
Harvesting module to check for basic matching information of the found segments. If you want to have matching information, please use the MC matcher module to make all possible combinations between legendre, local and MC track candidates. Also, the Segments must be transformed into GF track cands.
Definition at line 141 of file harvester.py.
def __init__ | ( | self, | |
output_file_name, | |||
local_track_cands_store_array_name = "LocalTrackCands" , |
|||
mc_track_cands_store_array_name = "MCTrackCands" , |
|||
legendre_track_cand_store_array_name = "LegendreTrackCands" |
|||
) |
Initialize the harvesting module with Arguments --------- output_file_name Name of the root file local_track_cands_store_array_name Name of the StoreArray for local track cands mc_track_cands_store_array_name Name of the StoreArray for MC track cands legendre_track_cand_store_array_name Name of the StoreArray for legendre track cands
Reimplemented from HarvestingModule.
Definition at line 150 of file harvester.py.
def peel | ( | self, | |
local_track_cand | |||
) |
Extract the information from the segments.
Reimplemented from HarvestingModule.
Definition at line 187 of file harvester.py.
def prepare | ( | self | ) |
Prepare the CDC lookup.
Reimplemented from HarvestingModule.
Definition at line 181 of file harvester.py.
cdcHits |
cached CDCHits StoreArray
Definition at line 184 of file harvester.py.
legendre_track_cand_store_array_name |
cached name of the Legendre TrackCands StoreArray
Definition at line 172 of file harvester.py.
mc_track_cands_store_array_name |
cached name of the TrackCands StoreArray
Definition at line 170 of file harvester.py.
mc_track_matcher_legendre |
function to match Legendre tracks to MC tracks
Definition at line 177 of file harvester.py.
mc_track_matcher_local |
function to match local tracks to MC tracks
Definition at line 175 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 266 of file harvester.py.