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.*.data')

Detailed Description

Definition at line 177 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 178 of file TrigInDetArtSteps.py.

178 def __init__(self, name='TrigTZReco'):
179 super(TrigTZReco, self).__init__(name)
180 self.type = 'Reco_tf'
181 tzrecoPreExec = ' '.join([
182 "flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';",
183 "flags.Trigger.AODEDMSet=\'AODFULL\';",
184 ])
185 self.threads = 1
186 self.concurrent_events = 1
187 self.input = ''
188 self.explicit_input = True
189 self.max_events = -1
190 self.args = '--inputBSFile=' + find_file('*.physics_Main.*.data') # output of the previous step
191 self.args += ' --outputAODFile=AOD.pool.root'
192 self.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\''
193 self.args += ' --preExec="{:s}"'.format(tzrecoPreExec)
194
195

Member Data Documentation

◆ args

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

Definition at line 190 of file TrigInDetArtSteps.py.

◆ concurrent_events

int python.TrigInDetArtSteps.TrigTZReco.concurrent_events = 1

Definition at line 186 of file TrigInDetArtSteps.py.

◆ explicit_input

bool python.TrigInDetArtSteps.TrigTZReco.explicit_input = True

Definition at line 188 of file TrigInDetArtSteps.py.

◆ input

str python.TrigInDetArtSteps.TrigTZReco.input = ''

Definition at line 187 of file TrigInDetArtSteps.py.

◆ max_events

int python.TrigInDetArtSteps.TrigTZReco.max_events = -1

Definition at line 189 of file TrigInDetArtSteps.py.

◆ threads

int python.TrigInDetArtSteps.TrigTZReco.threads = 1

Definition at line 185 of file TrigInDetArtSteps.py.

◆ type

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

Definition at line 180 of file TrigInDetArtSteps.py.


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