Definition at line 275 of file TrigInDetArtSteps.py.
◆ __init__()
def python.TrigInDetArtSteps.TrigTZReco.__init__ |
( |
|
self, |
|
|
|
name = 'TrigTZReco' |
|
) |
| |
Definition at line 276 of file TrigInDetArtSteps.py.
276 def __init__(self, name='TrigTZReco'):
277 super(TrigTZReco, self).
__init__(name)
278 self.type =
'Reco_tf'
279 tzrecoPreExec =
' '.
join([
280 "flags.Trigger.triggerMenuSetup=\'Cosmic_run3_v1\';",
281 "flags.Trigger.AODEDMSet=\'AODFULL\';",
284 self.concurrent_events = 1
286 self.explicit_input =
True
288 self.args =
'--inputBSFile=' +
find_file(
'*.physics_Main*._athenaHLT*.data')
289 self.args +=
' --outputAODFile=AOD.pool.root'
290 self.args +=
' --conditionsTag=\'CONDBR2-BLKPA-2023-05\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\''
291 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: