Skip to content
Snippets Groups Projects
Commit 21f34f0a authored by Tim Martin's avatar Tim Martin
Browse files

Merge branch 'cherry-pick-49f3fc6a [formerly ce1b96a7dd]-master' into 'master'

Sweeping !6949 from 21.0 to master.
Add FTK=True flags to Trigger and Reco for ART TriggerTest FTK jobs

See merge request atlas/athena!7049

Former-commit-id: 35fb092f
parents e1146073 d41fd7ac
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ export INPUT="ftk" ...@@ -25,6 +25,7 @@ export INPUT="ftk"
export JOBOPTIONS="TriggerTest/testCommonSliceAthenaTrigRDOtoAOD.py" export JOBOPTIONS="TriggerTest/testCommonSliceAthenaTrigRDOtoAOD.py"
export EVENTS="5" export EVENTS="5"
export COST_MONITORING="False" export COST_MONITORING="False"
export EXTRA="from TriggerJobOpts.TriggerFlags import TriggerFlags;TriggerFlags.doFTK=True;from RecExConfig.RecFlags import rec;rec.doFTK.set_Value_and_Lock(True);"
source exec_athena_art_trigger_validation.sh source exec_athena_art_trigger_validation.sh
source exec_art_triggertest_post.sh source exec_art_triggertest_post.sh
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# art-output: HLTChain.txt # art-output: HLTChain.txt
# art-output: HLTTE.txt # art-output: HLTTE.txt
# art-output: L1AV.txt # art-output: L1AV.txt
# art-output: HLTconfig_*.xml # art-output: HLTconfig*.xml
# art-output: L1Topoconfig*.xml # art-output: L1Topoconfig*.xml
# art-output: LVL1config*.xml # art-output: LVL1config*.xml
# art-output: *.log # art-output: *.log
...@@ -23,6 +23,7 @@ export NAME="mc_pp_v7_nops_aod_ftk_grid" ...@@ -23,6 +23,7 @@ export NAME="mc_pp_v7_nops_aod_ftk_grid"
export MENU="MC_pp_v7_no_prescale" export MENU="MC_pp_v7_no_prescale"
export INPUT="ftk" export INPUT="ftk"
export JOBOPTIONS="TriggerTest/testCommonSliceAthenaTrigRDOtoAOD.py" export JOBOPTIONS="TriggerTest/testCommonSliceAthenaTrigRDOtoAOD.py"
export EXTRA="from TriggerJobOpts.TriggerFlags import TriggerFlags;TriggerFlags.doFTK=True;from RecExConfig.RecFlags import rec;rec.doFTK.set_Value_and_Lock(True);"
source exec_athena_art_trigger_validation.sh source exec_athena_art_trigger_validation.sh
source exec_art_triggertest_post.sh source exec_art_triggertest_post.sh
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