Belle II Software development
|
Public Member Functions | |
def | adjust_path (self, path) |
Static Public Attributes | |
N_EVENTS | n_events = N_EVENTS |
the number of events to process | |
str | generator_module = 'generic' |
Generator to be used in the simulation (-so) | |
str | root_input_file = '../EvtGenSim.root' |
root input file to use, generated by central validation script | |
None | components = None |
use full detector for validation | |
staticmethod | finder_module = staticmethod(setupFinderModule) |
lambda method which is used by the validation to add the svd finder modules | |
dict | tracking_coverage |
use only the svd hits when computing efficiencies | |
bool | fit_tracks = True |
perform fit after track finding | |
bool | pulls = True |
plot pull distributions | |
bool | use_expert_folder = False |
do not create expert-level output histograms in dedicated folder but in the main folder | |
VALIDATION_OUTPUT_FILE | output_file_name = VALIDATION_OUTPUT_FILE |
output file of plots | |
Validation class for the four 4-SVD Layer tracking
Definition at line 38 of file VXDTF2TrackingValidationBkg.py.
def adjust_path | ( | self, | |
path | |||
) |
Hook that gives the opportunity to check the path for consistency before processing it
Reimplemented from EmptyRun.
Definition at line 73 of file VXDTF2TrackingValidationBkg.py.
|
static |
use full detector for validation
Definition at line 49 of file VXDTF2TrackingValidationBkg.py.
|
static |
lambda method which is used by the validation to add the svd finder modules
Definition at line 52 of file VXDTF2TrackingValidationBkg.py.
|
static |
perform fit after track finding
Definition at line 63 of file VXDTF2TrackingValidationBkg.py.
|
static |
Generator to be used in the simulation (-so)
Definition at line 45 of file VXDTF2TrackingValidationBkg.py.
|
static |
the number of events to process
Definition at line 43 of file VXDTF2TrackingValidationBkg.py.
|
static |
output file of plots
Definition at line 69 of file VXDTF2TrackingValidationBkg.py.
|
static |
plot pull distributions
Definition at line 65 of file VXDTF2TrackingValidationBkg.py.
|
static |
root input file to use, generated by central validation script
Definition at line 47 of file VXDTF2TrackingValidationBkg.py.
|
static |
use only the svd hits when computing efficiencies
Definition at line 55 of file VXDTF2TrackingValidationBkg.py.
|
static |
do not create expert-level output histograms in dedicated folder but in the main folder
Definition at line 67 of file VXDTF2TrackingValidationBkg.py.