Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, name, contact, output_file_name=None, reco_tracks_name='RecoTracks', mc_reco_tracks_name='MCRecoTracks', expert_level=None) |
def | initialize (self) |
def | pick (self, event_meta_data=None) |
def | peel (self, event_meta_data=None) |
Public Attributes | |
reco_tracks_name | |
cached value of the RecoTracks collection name | |
mc_reco_tracks_name | |
cached value of the MCRecoTracks collection name | |
cdc_hits_name | |
cached value of the CDCHits collection name | |
track_match_look_up | |
Reference to the track-match object that examines relation information from MCMatcherTracksModule. | |
Static Public Attributes | |
int | default_expert_level = 10 |
the threshold value for the expert level | |
save_tree | |
Save a tree of all collected variables in a sub folder. More... | |
save_clone_rate | |
Save selected hit counters. More... | |
Module to perform event-by-event tracking validation.
Expert level behavior: expert_level <= default_expert_level: all figures and plots from this module except tree entries expert_level > default_expert_level: everything including tree entries
Definition at line 21 of file eventwise_module.py.
def __init__ | ( | self, | |
name, | |||
contact, | |||
output_file_name = None , |
|||
reco_tracks_name = 'RecoTracks' , |
|||
mc_reco_tracks_name = 'MCRecoTracks' , |
|||
expert_level = None |
|||
) |
def initialize | ( | self | ) |
Initialization signal at the start of the event processing
Definition at line 56 of file eventwise_module.py.
def peel | ( | self, | |
event_meta_data = None |
|||
) |
Peel information from the event
Definition at line 67 of file eventwise_module.py.
def pick | ( | self, | |
event_meta_data = None |
|||
) |
Always pick
Definition at line 63 of file eventwise_module.py.
|
static |
Save selected hit counters.
Definition at line 220 of file eventwise_module.py.
|
static |
Save a tree of all collected variables in a sub folder.
Definition at line 211 of file eventwise_module.py.