![]() |
Belle II Software
release-05-02-19
|
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 | prepare (self) |
def | pick (self, reco_track) |
def | peel (self, reco_track) |
def | peel_pr_to_mc_match_info (self, reco_track) |
Public Attributes | |
reco_tracks_name | |
Name of the StoreArray of the tracks from pattern recognition. | |
mc_reco_tracks_name | |
Name of the StoreArray of the ideal mc tracks. | |
track_match_look_up | |
Reference to the track match lookup object reading the relation information constructed by the MCMatcherTracksModule. | |
mc_reco_tracks_det_hit_ids | |
Cache for the hit content of the Monte Carlo tracks - updated each event. | |
mc_hit_lookup | |
Cache for the MC hit lookup. | |
Static Public Attributes | |
int | default_expert_level = 10 |
the threshold value for the expert level | |
save_tree = refiners.save_tree(folder_name="pr_tree", name="pr_tree", above_expert_level=default_expert_level) | |
Save a tree of all collected variables in a sub folder. | |
save_clone_rate | |
Save RecoTrack clone-rate information. More... | |
save_clone_rate_by_seed_tan_lambda_profile | |
Make profile of the clone rate versus seed tan(lambda) Rename the quantities to names that display nicely by root latex translation. More... | |
save_clone_rate_by_seed_phi0_profile | |
Make profile of the clone rate versus seed phi0 Rename the quantities to names that display nicely by root latex translation. More... | |
save_clone_rate_by_seed_pt_profile | |
Make profile of the clone rate versus seed transverse momentum Rename the quantities to names that display nicely by root latex translation. More... | |
save_fake_rate | |
Save RecoTrack fake-rate information. More... | |
save_fake_rate_by_seed_phi0_profile | |
Make profile of the fake rate versus seed phi0 Rename the quantities to names that display nicely by root latex translation. More... | |
save_fake_rate_by_seed_tan_lambda_profile | |
Make profile of the fake rate versus seed tan(lambda) Rename the quantities to names that display nicely by root latex translation. More... | |
save_fake_rate_by_seed_pt_profile | |
Make profile of the fake rate versus seed transverse momentum Rename the quantities to names that display nicely by root latex translation. More... | |
save_hit_counts_by_pt_profile | |
Hit counts in each sub detector by the true pt value. More... | |
save_hit_efficiency_by_pt_profile | |
Hit efficiency in each sub detector by the true pt value. More... | |
save_hit_purity_by_pt_profile | |
Hit purity in each sub detector by the true pt value. More... | |
save_hit_counts_by_tanlambda_profile | |
Hit counts in each sub detector by the true tanlambda value. More... | |
save_hit_efficiency_by_tanlambda_profile | |
Hit efficiency in each sub detector by the true tanlambda value. More... | |
save_hit_purity_by_tanlambda_profile | |
Hit purity in each sub detector by the true tanlambda value. More... | |
save_hit_efficiency | |
Save simple FOM. More... | |
save_pxd_hit_efficiency | |
Save simple FOM. More... | |
save_svd_hit_efficiency | |
Save simple FOM. More... | |
save_cdc_hit_efficiency | |
Save simple FOM. More... | |
save_hit_purity | |
Save simple FOM. More... | |
save_pxd_hit_purity | |
Save simple FOM. More... | |
save_svd_hit_purity | |
Save simple FOM. More... | |
save_cdc_hit_purity | |
Save simple FOM. More... | |
save_p_value_histogram | |
Creates a distribution of p values from the Genfit track fit for match pr tracks. More... | |
save_seed_omega_pull_analysis | |
Pull of seed omega. More... | |
save_seed_tan_lambda_pull_analysis | |
Pull of seed tan(lambda) More... | |
save_fitted_omega_pull_analysis | |
Pull of fitted omega. More... | |
save_fitted_tan_lambda_pull_analysis | |
Pull of fitted tan(lambda) More... | |
save_fitted_pt_pull_analysis | |
Pull of fitted transverse momentum. More... | |
save_fitted_x_pull_analysis | |
Pull of fitted x coordinate grouped by true transverse momentum. More... | |
save_fitted_y_pull_analysis | |
Pull of fitted y coordinate grouped by true transverse momentum. More... | |
save_fitted_z_pull_analysis | |
Pull of fitted z coordinate grouped by true transverse momentum. More... | |
save_resolutions_by_pt_profile | |
Resolutions as a function of true p_t. More... | |
Module to collect matching information about the found particles and to generate validation plots and figures of merit on the performance of track finding.
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 19 of file pr_side_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 | ) |
Receive signal at the start of event processing
Definition at line 62 of file pr_side_module.py.
def peel | ( | self, | |
reco_track | |||
) |
Looks at the individual pattern recognition tracks and store information about them
Definition at line 86 of file pr_side_module.py.
def peel_pr_to_mc_match_info | ( | self, | |
reco_track | |||
) |
Extracts track-match information from the MCMatcherTracksModule results
Definition at line 157 of file pr_side_module.py.
def pick | ( | self, | |
reco_track | |||
) |
Method to filter the track candidates to reject part of them
Definition at line 82 of file pr_side_module.py.
def prepare | ( | self | ) |
Called once at the start of each event
Definition at line 68 of file pr_side_module.py.
|
static |
Save simple FOM.
Definition at line 434 of file pr_side_module.py.
|
static |
Save simple FOM.
Definition at line 478 of file pr_side_module.py.
|
static |
Save RecoTrack clone-rate information.
Definition at line 196 of file pr_side_module.py.
|
static |
Make profile of the clone rate versus seed phi0 Rename the quantities to names that display nicely by root latex translation.
Definition at line 225 of file pr_side_module.py.
|
static |
Make profile of the clone rate versus seed transverse momentum Rename the quantities to names that display nicely by root latex translation.
Definition at line 238 of file pr_side_module.py.
|
static |
Make profile of the clone rate versus seed tan(lambda) Rename the quantities to names that display nicely by root latex translation.
Definition at line 209 of file pr_side_module.py.
|
static |
Save RecoTrack fake-rate information.
Definition at line 253 of file pr_side_module.py.
|
static |
Make profile of the fake rate versus seed phi0 Rename the quantities to names that display nicely by root latex translation.
Definition at line 266 of file pr_side_module.py.
|
static |
Make profile of the fake rate versus seed transverse momentum Rename the quantities to names that display nicely by root latex translation.
Definition at line 292 of file pr_side_module.py.
|
static |
Make profile of the fake rate versus seed tan(lambda) Rename the quantities to names that display nicely by root latex translation.
Definition at line 278 of file pr_side_module.py.
|
static |
Pull of fitted omega.
Definition at line 520 of file pr_side_module.py.
|
static |
Pull of fitted transverse momentum.
Definition at line 537 of file pr_side_module.py.
|
static |
Pull of fitted tan(lambda)
Definition at line 529 of file pr_side_module.py.
|
static |
Pull of fitted x coordinate grouped by true transverse momentum.
Definition at line 545 of file pr_side_module.py.
|
static |
Pull of fitted y coordinate grouped by true transverse momentum.
Definition at line 554 of file pr_side_module.py.
|
static |
Pull of fitted z coordinate grouped by true transverse momentum.
Definition at line 563 of file pr_side_module.py.
|
static |
Hit counts in each sub detector by the true pt value.
Definition at line 305 of file pr_side_module.py.
|
static |
Hit counts in each sub detector by the true tanlambda value.
Definition at line 353 of file pr_side_module.py.
|
static |
Save simple FOM.
Definition at line 401 of file pr_side_module.py.
|
static |
Hit efficiency in each sub detector by the true pt value.
Definition at line 321 of file pr_side_module.py.
|
static |
Hit efficiency in each sub detector by the true tanlambda value.
Definition at line 369 of file pr_side_module.py.
|
static |
Save simple FOM.
Definition at line 445 of file pr_side_module.py.
|
static |
Hit purity in each sub detector by the true pt value.
Definition at line 337 of file pr_side_module.py.
|
static |
Hit purity in each sub detector by the true tanlambda value.
Definition at line 385 of file pr_side_module.py.
|
static |
Creates a distribution of p values from the Genfit track fit for match pr tracks.
Definition at line 489 of file pr_side_module.py.
|
static |
Save simple FOM.
Definition at line 412 of file pr_side_module.py.
|
static |
Save simple FOM.
Definition at line 456 of file pr_side_module.py.
|
static |
Resolutions as a function of true p_t.
Definition at line 572 of file pr_side_module.py.
|
static |
Pull of seed omega.
Definition at line 501 of file pr_side_module.py.
|
static |
Pull of seed tan(lambda)
Definition at line 511 of file pr_side_module.py.
|
static |
Save simple FOM.
Definition at line 423 of file pr_side_module.py.
|
static |
Save simple FOM.
Definition at line 467 of file pr_side_module.py.