Skip to content
Snippets Groups Projects

TriggerTest: adjust test_trig_data_v1Dev_noL1Sim_grid setup

Merged Bertrand Martin Dit Latour requested to merge martindl/athena:24.0_BeReasonable into 24.0
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@
# art-type: grid
# art-include: main/Athena
# art-include: 24.0/Athena
# art-athena-mt: 4
# art-athena-mt: 8
# art-output: *.txt
# art-output: *.log
# art-output: log.*
@@ -26,9 +26,9 @@ ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT.py'
ex.input = 'data'
ex.threads = 4
ex.concurrent_events = 4
ex.max_events = 2000
ex.threads = 8
ex.concurrent_events = 8
ex.max_events = 1000
ex.flags = ['Trigger.triggerMenuSetup="Dev_pp_run3_v1"',
'Trigger.forceEnableAllChains=True',
'Trigger.doRuntimeNaviVal=True']
Loading