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

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.
 
VALIDATION_OUTPUT_FILE output_file_name = VALIDATION_OUTPUT_FILE
 name of the output ROOT file
 

Detailed Description

Validate the full CDC track-finding chain

Definition at line 30 of file cdcFullTrackingValidationBkg.py.

Member Function Documentation

◆ finder_module()

def finder_module (   self,
  path 
)
Add the CDC track-finding module to the basf2 path

Reimplemented from ReadOrGenerateTrackedEventsRun.

Definition at line 39 of file cdcFullTrackingValidationBkg.py.

39 def finder_module(self, path):
40 """Add the CDC track-finding module to the basf2 path"""
41 tracking.add_cdc_track_finding(path)
42 # adjust_module(path, "TFCDC_WireHitPreparer",
43 # UseNLoops=1)
44

Member Data Documentation

◆ generator_module

str generator_module = 'generic'
static

Generator to be used in the simulation (-so)

Definition at line 35 of file cdcFullTrackingValidationBkg.py.

◆ n_events

N_EVENTS n_events = N_EVENTS
static

number of events to generate

Definition at line 33 of file cdcFullTrackingValidationBkg.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 cdcFullTrackingValidationBkg.py.

◆ pulls

bool pulls = True
static

Include pulls in the validation output.

Definition at line 61 of file cdcFullTrackingValidationBkg.py.

◆ root_input_file

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

no background overlay

Definition at line 37 of file cdcFullTrackingValidationBkg.py.

◆ tracking_coverage

dict tracking_coverage
static
Initial value:
= {
'WhichParticles': ['CDC'], # Include all particles seen in CDC, also secondaries
'UsePXDHits': False,
'UseSVDHits': False,
'UseCDCHits': True,
'UseOnlyAxialCDCHits': False,
"UseReassignedHits": True,
"UseNLoops": 1,
"UseOnlyBeforeTOP": True,
'MinCDCAxialHits': 8,
'MinCDCStereoHits': 6,
"AllowFirstCDCSuperLayerOnly": True,
'EnergyCut': 0,
}

Define the user parameters for the track-finding module.

Definition at line 46 of file cdcFullTrackingValidationBkg.py.


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