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 = 'Cosmics' |
Generator to be used in the simulation (-so) | |
str | root_input_file = '../CosmicsSimNoBkg.root' |
no background overlay | |
None | components = None |
use full detector for validation | |
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 CDC Hough track-segment finder with cosmic rays
Definition at line 29 of file cosmicsHoughTrackingValidation.py.
def finder_module | ( | self, | |
path | |||
) |
Add the CDC Hough track finder and related modules to the basf2 path
Reimplemented from ReadOrGenerateTrackedEventsRun.
Definition at line 40 of file cosmicsHoughTrackingValidation.py.
|
static |
use full detector for validation
Definition at line 38 of file cosmicsHoughTrackingValidation.py.
|
static |
Generator to be used in the simulation (-so)
Definition at line 34 of file cosmicsHoughTrackingValidation.py.
|
static |
number of events to generate
Definition at line 32 of file cosmicsHoughTrackingValidation.py.
|
static |
name of the output ROOT file
Definition at line 72 of file cosmicsHoughTrackingValidation.py.
|
static |
Include pulls in the validation output.
Definition at line 70 of file cosmicsHoughTrackingValidation.py.
|
static |
no background overlay
Definition at line 36 of file cosmicsHoughTrackingValidation.py.
|
static |
Define the user parameters for the track-finding module.
Definition at line 61 of file cosmicsHoughTrackingValidation.py.