Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, output_file_name) |
def | initialize (self) |
def | prepare (self) |
def | pick (self, track) |
def | peel (self, track) |
Public Attributes | |
mc_track_lookup | |
by default, there is no method to find matching MC tracks More... | |
track_fitter | |
Use the CDCReimannFitter with a constrained origin for track fitting. | |
lower_curv_bounds | |
cached copy of lower bounds | |
upper_curv_bounds | |
cached copy of upper bounds | |
mc_hit_lookup | |
Method to find matching MC hits. | |
Static Public Attributes | |
save_tree = refiners.save_tree() | |
Save a tree of all collected variables in a sub folder. | |
save_histograms = refiners.save_histograms(outlier_z_score=5.0, allow_discrete=True) | |
Save histograms in a sub folder. | |
save_profiles | |
Save profile histograms in a sub folder. More... | |
save_cross_curv_profile | |
Save cross-curvature profile histograms in a sub folder. More... | |
save_scatter = refiners.save_scatters(x=['curvature_estimate'], y='n_hits') | |
Save scatterplots in a sub folder. | |
Module to collect information about the generated segments and compose validation plots on terminate.
def initialize | ( | self | ) |
def peel | ( | self, | |
track | |||
) |
def pick | ( | self, | |
track | |||
) |
mc_track_lookup |
|
static |
Save cross-curvature profile histograms in a sub folder.
|
static |