Belle II Software development
CDCAutomaton Class Reference
Inheritance diagram for CDCAutomaton:
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.
 
CONTACT contact = CONTACT
 name of the contact person
 
VALIDATION_OUTPUT_FILE output_file_name = VALIDATION_OUTPUT_FILE
 name of the output ROOT file
 

Detailed Description

Validate the CDC TrackFinderAutomaton

Definition at line 32 of file cdcAutomatonTrackingValidationBkg.py.

Member Function Documentation

◆ finder_module()

def finder_module (   self,
  path 
)
Add the CDC TrackFinderAutomaton to the basf2 path

Reimplemented from ReadOrGenerateTrackedEventsRun.

Definition at line 41 of file cdcAutomatonTrackingValidationBkg.py.

41 def finder_module(self, path):
42 """Add the CDC TrackFinderAutomaton to the basf2 path"""
43 path.add_module('TFCDC_TrackFinderAutomaton',
44 # UseNLoops = 1,
45 )
46

Member Data Documentation

◆ contact

CONTACT contact = CONTACT
static

name of the contact person

Definition at line 65 of file cdcAutomatonTrackingValidationBkg.py.

◆ generator_module

str generator_module = 'generic'
static

Generator to be used in the simulation (-so)

Definition at line 37 of file cdcAutomatonTrackingValidationBkg.py.

◆ n_events

N_EVENTS n_events = N_EVENTS
static

number of events to generate

Definition at line 35 of file cdcAutomatonTrackingValidationBkg.py.

◆ output_file_name

VALIDATION_OUTPUT_FILE output_file_name = VALIDATION_OUTPUT_FILE
static

name of the output ROOT file

Definition at line 67 of file cdcAutomatonTrackingValidationBkg.py.

◆ pulls

bool pulls = True
static

Include pulls in the validation output.

Definition at line 63 of file cdcAutomatonTrackingValidationBkg.py.

◆ root_input_file

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

no background overlay

Definition at line 39 of file cdcAutomatonTrackingValidationBkg.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.0,
"UseOnlyBeforeTOP": True,
'MinCDCAxialHits': 8,
'MinCDCStereoHits': 6,
"AllowFirstCDCSuperLayerOnly": True,
'EnergyCut': 0,
}

Define the user parameters for the track-finding module.

Definition at line 48 of file cdcAutomatonTrackingValidationBkg.py.


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