ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrigInDetArtSteps.TrigInDetRecoData Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigInDetRecoData:
Collaboration diagram for python.TrigInDetArtSteps.TrigInDetRecoData:

Public Member Functions

 __init__ (self, name='TrigInDetRecoData')

Public Attributes

str type = 'athenaHLT'
str job_options = 'TriggerJobOpts.runHLT'
int max_events = -1
bool required = True
int threads = 1
int concurrent_events = 1
bool perfmon = False
int timeout = 18*3600
str input = ''
bool imf = False
str args = '-c "setMenu=\'Cosmic_run3_v1\';doCosmics=True;doL1Sim=False;forceEnableAllChains=True;"'

Detailed Description

Definition at line 154 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

python.TrigInDetArtSteps.TrigInDetRecoData.__init__ ( self,
name = 'TrigInDetRecoData' )

Definition at line 155 of file TrigInDetArtSteps.py.

155 def __init__(self, name='TrigInDetRecoData'):
156# super(TrigInDetRecoData, self).__init__(name)
157 ExecStep.__init__(self, name)
158 self.type = 'athenaHLT'
159 self.job_options = 'TriggerJobOpts.runHLT'
160 self.max_events=-1
161 self.required = True
162 self.threads = 1 # TODO: change to 4
163 self.concurrent_events = 1 # TODO: change to 4
164 self.perfmon = False
165 self.timeout = 18*3600
166 self.input = ''
167 self.perfmon=False
168 self.imf=False
169 self.args = '-c "setMenu=\'Cosmic_run3_v1\';doCosmics=True;doL1Sim=False;forceEnableAllChains=True;"'
170 self.args = '-c "flags.Trigger.forceEnableAllChains=True;flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';from AthenaConfiguration.Enums import BeamType;flags.Beam.Type=BeamType.Cosmics;"'
171 self.args += ' -o output'
172
173

Member Data Documentation

◆ args

str python.TrigInDetArtSteps.TrigInDetRecoData.args = '-c "setMenu=\'Cosmic_run3_v1\';doCosmics=True;doL1Sim=False;forceEnableAllChains=True;"'

Definition at line 169 of file TrigInDetArtSteps.py.

◆ concurrent_events

int python.TrigInDetArtSteps.TrigInDetRecoData.concurrent_events = 1

Definition at line 163 of file TrigInDetArtSteps.py.

◆ imf

bool python.TrigInDetArtSteps.TrigInDetRecoData.imf = False

Definition at line 168 of file TrigInDetArtSteps.py.

◆ input

str python.TrigInDetArtSteps.TrigInDetRecoData.input = ''

Definition at line 166 of file TrigInDetArtSteps.py.

◆ job_options

str python.TrigInDetArtSteps.TrigInDetRecoData.job_options = 'TriggerJobOpts.runHLT'

Definition at line 159 of file TrigInDetArtSteps.py.

◆ max_events

int python.TrigInDetArtSteps.TrigInDetRecoData.max_events = -1

Definition at line 160 of file TrigInDetArtSteps.py.

◆ perfmon

bool python.TrigInDetArtSteps.TrigInDetRecoData.perfmon = False

Definition at line 164 of file TrigInDetArtSteps.py.

◆ required

bool python.TrigInDetArtSteps.TrigInDetRecoData.required = True

Definition at line 161 of file TrigInDetArtSteps.py.

◆ threads

int python.TrigInDetArtSteps.TrigInDetRecoData.threads = 1

Definition at line 162 of file TrigInDetArtSteps.py.

◆ timeout

int python.TrigInDetArtSteps.TrigInDetRecoData.timeout = 18*3600

Definition at line 165 of file TrigInDetArtSteps.py.

◆ type

str python.TrigInDetArtSteps.TrigInDetRecoData.type = 'athenaHLT'

Definition at line 158 of file TrigInDetArtSteps.py.


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