Belle II Software development
|
Public Member Functions | |
def | __init__ (self, mc_track_cands_store_array_name, legendre_track_cand_store_array_name, output_file_name) |
def | prepare (self) |
def | peel (self, legendre_track_cand) |
Public Attributes | |
mc_track_cands_store_array_name | |
cached name of the MCTrackCands StoreArray | |
legendre_track_cand_store_array_name | |
cached name of the LegendreTrackCands StoreArray | |
circle_fitter | |
Use the Riemann fitter for circles. | |
fast_fitter | |
Use the standard track fitter for speed. | |
cdcHits | |
cached name of the CDCHits StoreArray | |
Static Public Attributes | |
refiners | save_tree = refiners.save_tree(folder_name="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. | |
Validate the track fit
Definition at line 23 of file fitValidation.py.
def __init__ | ( | self, | |
mc_track_cands_store_array_name, | |||
legendre_track_cand_store_array_name, | |||
output_file_name | |||
) |
Constructor
Reimplemented from HarvestingModule.
Definition at line 26 of file fitValidation.py.
def peel | ( | self, | |
legendre_track_cand | |||
) |
Aggregate the track and MC information for track-fit validation
Reimplemented from HarvestingModule.
Definition at line 52 of file fitValidation.py.
def prepare | ( | self | ) |
Initialize the harvester
Reimplemented from HarvestingModule.
Definition at line 46 of file fitValidation.py.
cdcHits |
cached name of the CDCHits StoreArray
Definition at line 49 of file fitValidation.py.
circle_fitter |
Use the Riemann fitter for circles.
Definition at line 42 of file fitValidation.py.
fast_fitter |
Use the standard track fitter for speed.
Definition at line 44 of file fitValidation.py.
legendre_track_cand_store_array_name |
cached name of the LegendreTrackCands StoreArray
Definition at line 39 of file fitValidation.py.
mc_track_cands_store_array_name |
cached name of the MCTrackCands StoreArray
Definition at line 37 of file fitValidation.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 94 of file fitValidation.py.