Belle II Software development
|
Public Member Functions | |
def | finder_module (self, path) |
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' |
no background overlay | |
str | contact = 'software-tracking@belle2.org - why are we not founding this?' |
contact person | |
dict | tracking_coverage |
Define the user parameters for the track-finding module. | |
bool | pulls = True |
Include pulls in the validation output. | |
VALIDATION_OUTPUT_FILE | output_file_name = VALIDATION_OUTPUT_FILE |
name of the output ROOT file | |
Validate the combined CDC track-finding chain include Legendre step
Definition at line 30 of file cdcCombinedTrackingValidationBkg.py.
def finder_module | ( | self, | |
path | |||
) |
Add the CDC track-finding module to the basf2 path
Reimplemented from ReadOrGenerateTrackedEventsRun.
Definition at line 41 of file cdcCombinedTrackingValidationBkg.py.
|
static |
contact person
Definition at line 39 of file cdcCombinedTrackingValidationBkg.py.
|
static |
Generator to be used in the simulation (-so)
Definition at line 35 of file cdcCombinedTrackingValidationBkg.py.
|
static |
number of events to generate
Definition at line 33 of file cdcCombinedTrackingValidationBkg.py.
|
static |
name of the output ROOT file
Definition at line 66 of file cdcCombinedTrackingValidationBkg.py.
|
static |
Include pulls in the validation output.
Definition at line 64 of file cdcCombinedTrackingValidationBkg.py.
|
static |
no background overlay
Definition at line 37 of file cdcCombinedTrackingValidationBkg.py.
|
static |
Define the user parameters for the track-finding module.
Definition at line 48 of file cdcCombinedTrackingValidationBkg.py.