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

Public Member Functions

 __init__ (self, name='TrigTZReco')

Public Attributes

str type = 'Reco_tf'
int threads = 1
int concurrent_events = 1
str input = ''
bool explicit_input = True
int max_events = -1
str args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data')

Detailed Description

Definition at line 193 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 194 of file TrigInDetArtSteps.py.

194 def __init__(self, name='TrigTZReco'):
195 super(TrigTZReco, self).__init__(name)
196 self.type = 'Reco_tf'
197 tzrecoPreExec = ' '.join([
198 "flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';",
199 "flags.Trigger.AODEDMSet=\'AODFULL\';",
200 ])
201 self.threads = 1
202 self.concurrent_events = 1
203 self.input = ''
204 self.explicit_input = True
205 self.max_events = -1
206 self.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step
207 self.args += ' --outputAODFile=AOD.pool.root'
208 self.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\''
209 self.args += ' --preExec="{:s}"'.format(tzrecoPreExec)
210 self.args += ' --CA'
211
212

Member Data Documentation

◆ args

str python.TrigInDetArtSteps.TrigTZReco.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data')

Definition at line 206 of file TrigInDetArtSteps.py.

◆ concurrent_events

int python.TrigInDetArtSteps.TrigTZReco.concurrent_events = 1

Definition at line 202 of file TrigInDetArtSteps.py.

◆ explicit_input

bool python.TrigInDetArtSteps.TrigTZReco.explicit_input = True

Definition at line 204 of file TrigInDetArtSteps.py.

◆ input

str python.TrigInDetArtSteps.TrigTZReco.input = ''

Definition at line 203 of file TrigInDetArtSteps.py.

◆ max_events

int python.TrigInDetArtSteps.TrigTZReco.max_events = -1

Definition at line 205 of file TrigInDetArtSteps.py.

◆ threads

int python.TrigInDetArtSteps.TrigTZReco.threads = 1

Definition at line 201 of file TrigInDetArtSteps.py.

◆ type

str python.TrigInDetArtSteps.TrigTZReco.type = 'Reco_tf'

Definition at line 196 of file TrigInDetArtSteps.py.


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