Belle II Software development
|
Static Public Attributes | |
N_EVENTS | n_events = N_EVENTS |
number of events to generate | |
str | generator_module = 'generic' |
Generator to be used in the simulation (-so) | |
str | root_input_file = '../EvtGenSim.root' |
Y(4S) events with background overlay. | |
staticmethod | finder_module = staticmethod(setupFinderModule) |
insert the track-finding components into the basf2 path | |
dict | tracking_coverage |
Define the user parameters for the track-finding module. | |
bool | fit_tracks = True |
fit the tracks in each event | |
bool | use_fit_information = True |
tell the validation module to use the fit information | |
bool | pulls = True |
Include pulls in the validation output. | |
bool | resolution = True |
Include resolution information in the validation output. | |
VALIDATION_OUTPUT_FILE | output_file_name = VALIDATION_OUTPUT_FILE |
name of the output ROOT file | |
Validate the track-finding chain, excluding the Kalman fitter/filter, with Y(4S) events and background overlay
Definition at line 34 of file noCKFValidationBkg.py.
|
static |
insert the track-finding components into the basf2 path
Definition at line 43 of file noCKFValidationBkg.py.
|
static |
fit the tracks in each event
Definition at line 55 of file noCKFValidationBkg.py.
|
static |
Generator to be used in the simulation (-so)
Definition at line 39 of file noCKFValidationBkg.py.
|
static |
number of events to generate
Definition at line 37 of file noCKFValidationBkg.py.
|
static |
name of the output ROOT file
Definition at line 63 of file noCKFValidationBkg.py.
|
static |
Include pulls in the validation output.
Definition at line 59 of file noCKFValidationBkg.py.
|
static |
Include resolution information in the validation output.
Definition at line 61 of file noCKFValidationBkg.py.
|
static |
Y(4S) events with background overlay.
Definition at line 41 of file noCKFValidationBkg.py.
|
static |
Define the user parameters for the track-finding module.
Definition at line 45 of file noCKFValidationBkg.py.
|
static |
tell the validation module to use the fit information
Definition at line 57 of file noCKFValidationBkg.py.