Belle II Software development
|
Public Member Functions | |
def | preparePathValidation (self, path) |
def | create_argument_parser (self, **kwds) |
def | create_path (self) |
Static Public Attributes | |
TRACKING_MAILING_LIST | contact = TRACKING_MAILING_LIST |
Default contact email address for the validation results. | |
str | output_file_name = 'TrackingValidation.root' |
Name of the output file for the validation results. | |
None | root_output_file = None |
Optional file name as a destination of all event data which is discarded otherwise. | |
bool | pulls = True |
Include the pull plots of the fit parameters in the validation. | |
bool | resolution = False |
Include the residual plots of the fit parameters in the validation. | |
bool | use_expert_folder = True |
Use the "expert" folder in the validation file as the destination of the pull and residual plots. | |
list | exclude_profile_mc_parameter = [] |
Exclude some of the perigee parameters from the mc side plots. | |
list | exclude_profile_pr_parameter = [] |
Exclude some of the perigee parameters from the pr side plots. | |
bool | use_fit_information = False |
Do not fit the tracks but access the fit information for pulls etc. | |
bool | extended = False |
Switch to use the extended harvesting validation instead. | |
bool | saveFullTrees = False |
Only works in extended mode. | |
list | non_expert_parameters = ['p_{t}'] |
List of parameters which should be used as shifter plots (all plots with these x-labels) | |
Run setup to compose a path to validate the the tracking procedures from pre-simulated events or from events simulated on the fly. Considering parameters from the commandline.
def create_argument_parser | ( | self, | |
** | kwds | ||
) |
Create command line argument parser
Reimplemented from BrowseTFileOnTerminateRunMixin.
Definition at line 102 of file run.py.
def create_path | ( | self | ) |
Create path from parameters
Reimplemented from ReadOrGenerateTrackedEventsRun.
Definition at line 126 of file run.py.
def preparePathValidation | ( | self, | |
path | |||
) |
The default way to add the validation module to the path. Derived classes can overload this method modify the validation module or add more than one validation steps.
Definition at line 64 of file run.py.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |