Definition at line 193 of file TrigInDetArtSteps.py.
◆ __init__()
def 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\';",
202 self.concurrent_events = 1
204 self.explicit_input =
True
206 self.args =
'--inputBSFile=' +
find_file(
'*.physics_Main*._athenaHLT*.data')
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)
◆ args
python.TrigInDetArtSteps.TrigTZReco.args |
◆ concurrent_events
python.TrigInDetArtSteps.TrigTZReco.concurrent_events |
◆ explicit_input
python.TrigInDetArtSteps.TrigTZReco.explicit_input |
◆ input
python.TrigInDetArtSteps.TrigTZReco.input |
◆ max_events
python.TrigInDetArtSteps.TrigTZReco.max_events |
◆ threads
python.TrigInDetArtSteps.TrigTZReco.threads |
◆ type
python.TrigInDetArtSteps.TrigTZReco.type |
The documentation for this class was generated from the following file: