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 | |
dict | tracking_coverage |
Define the user parameters for the track-finding module. | |
bool | pulls = True |
Include pulls in the validation output. | |
CONTACT | contact = CONTACT |
name of the contact person | |
VALIDATION_OUTPUT_FILE | output_file_name = VALIDATION_OUTPUT_FILE |
name of the output ROOT file | |
Validate the CDC TrackFinderAutomaton
Definition at line 32 of file cdcAutomatonTrackingValidationBkg.py.
def finder_module | ( | self, | |
path | |||
) |
Add the CDC TrackFinderAutomaton to the basf2 path
Reimplemented from ReadOrGenerateTrackedEventsRun.
Definition at line 41 of file cdcAutomatonTrackingValidationBkg.py.
|
static |
name of the contact person
Definition at line 65 of file cdcAutomatonTrackingValidationBkg.py.
|
static |
Generator to be used in the simulation (-so)
Definition at line 37 of file cdcAutomatonTrackingValidationBkg.py.
|
static |
number of events to generate
Definition at line 35 of file cdcAutomatonTrackingValidationBkg.py.
|
static |
name of the output ROOT file
Definition at line 67 of file cdcAutomatonTrackingValidationBkg.py.
|
static |
Include pulls in the validation output.
Definition at line 63 of file cdcAutomatonTrackingValidationBkg.py.
|
static |
no background overlay
Definition at line 39 of file cdcAutomatonTrackingValidationBkg.py.
|
static |
Define the user parameters for the track-finding module.
Definition at line 48 of file cdcAutomatonTrackingValidationBkg.py.