Belle II Software development
CKFBkg Class Reference
Inheritance diagram for CKFBkg:
TrackingValidationRun BrowseTFileOnTerminateRunMixin ReadOrGenerateTrackedEventsRun PostProcessingRunMixin ReadOrGenerateEventsRun EmptyRun MinimalRun EmptyRun

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
 

Detailed Description

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.

Member Data Documentation

◆ finder_module

staticmethod finder_module = staticmethod(setupFinderModule)
static

insert the track-finding components into the basf2 path

Definition at line 43 of file noCKFValidationBkg.py.

◆ fit_tracks

bool fit_tracks = True
static

fit the tracks in each event

Definition at line 55 of file noCKFValidationBkg.py.

◆ generator_module

str generator_module = 'generic'
static

Generator to be used in the simulation (-so)

Definition at line 39 of file noCKFValidationBkg.py.

◆ n_events

N_EVENTS n_events = N_EVENTS
static

number of events to generate

Definition at line 37 of file noCKFValidationBkg.py.

◆ output_file_name

VALIDATION_OUTPUT_FILE output_file_name = VALIDATION_OUTPUT_FILE
static

name of the output ROOT file

Definition at line 63 of file noCKFValidationBkg.py.

◆ pulls

bool pulls = True
static

Include pulls in the validation output.

Definition at line 59 of file noCKFValidationBkg.py.

◆ resolution

bool resolution = True
static

Include resolution information in the validation output.

Definition at line 61 of file noCKFValidationBkg.py.

◆ root_input_file

str root_input_file = '../EvtGenSim.root'
static

Y(4S) events with background overlay.

Definition at line 41 of file noCKFValidationBkg.py.

◆ tracking_coverage

dict tracking_coverage
static
Initial value:
= {
'WhichParticles': [], # Include all particles, also secondaries
'UsePXDHits': True,
'UseSVDHits': True,
'UseCDCHits': True,
"UseReassignedHits": True,
'UseOnlyBeforeTOP': True,
'UseNLoops': 1
}

Define the user parameters for the track-finding module.

Definition at line 45 of file noCKFValidationBkg.py.

◆ use_fit_information

bool use_fit_information = True
static

tell the validation module to use the fit information

Definition at line 57 of file noCKFValidationBkg.py.


The documentation for this class was generated from the following file: