Belle II Software development
|
Public Member Functions | |
def | __init__ (self, output_file_name) |
def | initialize (self) |
def | prepare (self) |
def | pick (self, segment_pair) |
def | peel (self, segment_pair) |
Public Attributes | |
mc_segment_lookup | |
by default, there is no method to find matching MC track segments | |
Static Public Attributes | |
refiners | save_histograms = refiners.save_histograms(outlier_z_score=5.0, allow_discrete=True) |
Save histograms in a sub folder. | |
refiners | save_tree = refiners.save_tree() |
Save a tree of all collected variables in a sub folder. | |
refiners | save_curvature_pull_aux |
Save curvature-pull auxiliary information in a sub folder. | |
refiners | save_curvature_pull |
Save curvature-pull information in a sub folder. | |
refiners | save_absolute_curvature_pull |
Save absolute curvature-pull information in a sub folder. | |
refiners | save_tan_lambda_pull |
Save tan(lambda)-fit pull information in a sub folder. | |
refiners | save_fit_quality_histograms |
Save fit-quality histograms in a sub folder. | |
refiners | save_fit_quality_by_tan_lambda_profiles |
Save tan(lambda)-fit-quality profile histograms in a sub folder. | |
Module to collect information about the generated segment pairs and compose validation plots on terminate.
def __init__ | ( | self, | |
output_file_name | |||
) |
def initialize | ( | self | ) |
Receive signal at the start of event processing
Definition at line 257 of file record.py.
def peel | ( | self, | |
segment_pair | |||
) |
Aggregate the track and MC information for track-segment analysis
Definition at line 277 of file record.py.
def pick | ( | self, | |
segment_pair | |||
) |
Select segment pairs with 4 or more hits per segment and a matching primary MC particle
Definition at line 266 of file record.py.
def prepare | ( | self | ) |
Initialize the MC-hit lookup method
Definition at line 262 of file record.py.
mc_segment_lookup |
|
static |
|
static |
|
static |
Save curvature-pull auxiliary information in a sub folder.
|
static |
Save tan(lambda)-fit-quality profile histograms in a sub folder.
|
static |
Save fit-quality histograms in a sub folder.
|
static |
|
static |
|
static |