Skip to content
Snippets Groups Projects
Commit 03d0c9c3 authored by Bertrand Martin's avatar Bertrand Martin Committed by Melissa Yexley
Browse files

TrigP1Test: update cosmics data tests

Hello,

As discussed in ATR-28396, it is no longer favoured to run L1 simulation for cosmics data test.

Cheers,
Bertrand
parent 5836d5cc
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ hlt.concurrent_events = 4
hlt.input = 'data_cos'
hlt.max_events = 50
hlt.flags = ['Trigger.triggerMenuSetup="Cosmic_run3_v1"',
'Trigger.doLVL1=True',
'Beam.Type=BeamType.Cosmics']
'Beam.Type=BeamType.Cosmics',
'Trigger.forceEnableAllChains=True']
hlt.args = '-o output'
# Extract the physics_Main stream out of the BS file with many streams
......@@ -45,8 +45,8 @@ tzreco.explicit_input = True
tzreco.max_events = 50
tzreco.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step
tzreco.args += ' --outputAODFile=AOD.pool.root'
tzreco.args += ' --geometryVersion=\'ATLAS-R3S-2021-03-00-00\'' # RecExConfig AutoConfiguration use outdated default
tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2022-08\'' # RecExConfig AutoConfiguration use outdated default
tzreco.args += ' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\''
tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2023-02\''
tzreco.args += ' --preExec="{:s}"'.format(tzrecoPreExec)
tzreco.args += ' --CA'
......
......@@ -30,8 +30,8 @@ hlt.concurrent_events = 4
hlt.input = 'data_cos'
hlt.max_events = 2000
hlt.flags = ['Trigger.triggerMenuSetup="Cosmic_run3_v1"',
'Trigger.doLVL1=True',
'Beam.Type=BeamType.Cosmics']
'Beam.Type=BeamType.Cosmics',
'Trigger.forceEnableAllChains=True']
hlt.args = '-o output'
# Extract the physics_Main stream out of the BS file with many streams
......@@ -58,8 +58,8 @@ tzreco.explicit_input = True
tzreco.max_events = 2000
tzreco.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step
tzreco.args += ' --outputAODFile=AOD.pool.root'
tzreco.args += ' --geometryVersion=\'ATLAS-R3S-2021-03-00-00\'' # RecExConfig AutoConfiguration use outdated default
tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2022-08\'' # RecExConfig AutoConfiguration use outdated default
tzreco.args += ' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\''
tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2023-02\''
tzreco.args += ' --preExec="{:s}"'.format(tzrecoPreExec)
tzreco.args += ' --CA'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment