Skip to content
Snippets Groups Projects
Commit 14efc2ad authored by James Beacham's avatar James Beacham Committed by Atlas Nightlybuild
Browse files

Merge branch 'update-FTK-art' into '21.0'

Add FTK=True flags to Trigger and Reco for ART TriggerTest FTK jobs

See merge request atlas/athena!6949

(cherry picked from commit ce1b96a7dd9e76589751caa492481c456cd0ef49)

43ef77e3 Add FTK=True flags to Trigger and Reco for ART TriggerTest FTK jobs
parent 1da48283
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