![]() |
Belle II Software release-09-00-00
|
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 | |
refiners | save_tree |
Save a tree of all collected variables in a sub folder. | |
refiners | save_clone_rate |
Save selected hit counters. | |
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 |
|||
) |
Constructor
Definition at line 32 of file eventwise_module.py.
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.
cdc_hits_name |
cached value of the CDCHits collection name
Definition at line 54 of file eventwise_module.py.
|
static |
the threshold value for the expert level
Definition at line 30 of file eventwise_module.py.
mc_reco_tracks_name |
cached value of the MCRecoTracks collection name
Definition at line 52 of file eventwise_module.py.
reco_tracks_name |
cached value of the RecoTracks collection name
Definition at line 50 of file eventwise_module.py.
|
static |
Save selected hit counters.
Definition at line 221 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.
track_match_look_up |
Reference to the track-match object that examines relation information from MCMatcherTracksModule.
Definition at line 60 of file eventwise_module.py.