Skip to content
Snippets Groups Projects
Commit b9ad28df authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'trigtest-mt' into 'master'

TriggerTest: Run MC grid tests with 4 threads

See merge request !38735
parents 91e6774b 2c234de8
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!38735TriggerTest: Run MC grid tests with 4 threads
......@@ -4,6 +4,7 @@
# art-description: Trigger RDO->RDO_TRIG athena test of the Dev_pp_run3_v1 menu
# art-type: grid
# art-include: master/Athena
# art-athena-mt: 4
# art-output: *.txt
# art-output: *.log
# art-output: log.*
......@@ -24,7 +25,8 @@ ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT_standalone.py'
ex.input = 'ttbar'
ex.threads = 1
ex.threads = 4
ex.concurrent_events = 4
# LS2_v1 soon to be renamed to Dev_pp_run3_v1
ex.args = '-c "setMenu=\'LS2_v1_TriggerValidation_mc_prescale\';doWriteBS=False;doWriteRDOTrigger=True;"'
......
......@@ -4,6 +4,7 @@
# art-description: Trigger RDO->RDO_TRIG athena test of the Dev_pp_run3_v1 menu with pileup80 ttbar sample
# art-type: grid
# art-include: master/Athena
# art-athena-mt: 4
# art-output: *.txt
# art-output: *.log
# art-output: log.*
......@@ -24,7 +25,8 @@ ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT_standalone.py'
ex.input = 'ttbar_pu80'
ex.threads = 1
ex.threads = 4
ex.concurrent_events = 4
# LS2_v1 soon to be renamed to Dev_pp_run3_v1
ex.args = '-c "setMenu=\'LS2_v1_TriggerValidation_mc_prescale\';doWriteBS=False;doWriteRDOTrigger=True;"'
......
......@@ -4,6 +4,7 @@
# art-description: Trigger RDO->BS athena test of the Dev_pp_run3_v1 menu
# art-type: grid
# art-include: master/Athena
# art-athena-mt: 4
# art-output: *.txt
# art-output: *.log
# art-output: log.*
......@@ -25,7 +26,8 @@ ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT_standalone.py'
ex.input = 'ttbar'
ex.threads = 1
ex.threads = 4
ex.concurrent_events = 4
# LS2_v1 soon to be renamed to Dev_pp_run3_v1
ex.args = '-c "setMenu=\'LS2_v1_TriggerValidation_mc_prescale\';doWriteBS=True;doWriteRDOTrigger=False;"'
......
......@@ -4,6 +4,7 @@
# art-description: Trigger RDO->RDO_TRIG athena test of the MC_pp_run3_v1 menu
# art-type: grid
# art-include: master/Athena
# art-athena-mt: 4
# art-output: *.txt
# art-output: *.log
# art-output: log.*
......@@ -24,7 +25,8 @@ ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT_standalone.py'
ex.input = 'ttbar'
ex.threads = 1
ex.threads = 4
ex.concurrent_events = 4
ex.args = '-c "setMenu=\'MC_pp_run3_v1\';doWriteBS=False;doWriteRDOTrigger=True;"'
test = Test.Test()
......
......@@ -4,6 +4,7 @@
# art-description: Trigger RDO->RDO_TRIG athena test of the PhysicsP1_pp_run3_v1 menu
# art-type: grid
# art-include: master/Athena
# art-athena-mt: 4
# art-output: *.txt
# art-output: *.log
# art-output: log.*
......@@ -24,7 +25,8 @@ ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT_standalone.py'
ex.input = 'ttbar'
ex.threads = 1
ex.threads = 4
ex.concurrent_events = 4
ex.args = '-c "setMenu=\'PhysicsP1_pp_run3_v1\';doWriteBS=False;doWriteRDOTrigger=True;"'
test = Test.Test()
......
......@@ -4,6 +4,7 @@
# art-description: Trigger RDO->RDO_TRIG athena test of the Physics_pp_run3_v1 menu
# art-type: grid
# art-include: master/Athena
# art-athena-mt: 4
# art-output: *.txt
# art-output: *.log
# art-output: log.*
......@@ -24,7 +25,8 @@ ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.job_options = 'TriggerJobOpts/runHLT_standalone.py'
ex.input = 'ttbar'
ex.threads = 1
ex.threads = 4
ex.concurrent_events = 4
ex.args = '-c "setMenu=\'Physics_pp_run3_v1\';doWriteBS=False;doWriteRDOTrigger=True;"'
test = Test.Test()
......
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