Skip to content
Snippets Groups Projects
Commit 1ff99385 authored by Rafal Bielski's avatar Rafal Bielski :wave:
Browse files

clean up TrigAnalysisTest

parent f6d58e79
No related branches found
No related tags found
No related merge requests found
Showing
with 29 additions and 200 deletions
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to AOD test
# art-type: grid
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
# art-output: L1AV.txt
# art-output: HLTconfig*.xml
# art-output: L1Topoconfig*.xml
# art-output: LVL1config*.xml
# art-output: *.log
# art-output: *.root
# art-output: ntuple.pmon.gz
# art-output: *perfmon*
# art-output: TotalEventsProcessed.txt
# art-output: AOD.pool.root.checkFile0
# art-output: AOD.pool.root.checkFiletrigSize.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_rdotoaod_grid"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export EVENTS="100"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoAOD.py"
source exec_athena_art_trigger_validation.sh
source exec_art_triggertest_post.sh
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to ESD and AOD test, plus extra tests using these files
# art-type: build
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
# art-output: L1AV.txt
# art-output: HLTconfig*.xml
# art-output: L1Topoconfig*.xml
# art-output: LVL1config*.xml
# art-output: *.log
# art-output: *.root
# art-output: ntuple.pmon.gz
# art-output: *perfmon*
# art-output: TotalEventsProcessed.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_rdotoesdaod_build"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export EVENTS="3"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoESDAOD.py"
source exec_athena_art_trigger_validation.sh
source exec_art_triggertest_post.sh
source exec_art_triganalysistest_post.sh
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to ESD and AOD test, plus extra tests using these files
# art-type: grid
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
# art-output: L1AV.txt
# art-output: HLTconfig*.xml
# art-output: L1Topoconfig*.xml
# art-output: LVL1config*.xml
# art-output: *.log
# art-output: *.root
# art-output: ntuple.pmon.gz
# art-output: *perfmon*
# art-output: TotalEventsProcessed.txt
# art-output: AOD.pool.root.checkFile0
# art-output: AOD.pool.root.checkFiletrigSize.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_rdotoesdaod_grid"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export EVENTS="100"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoESDAOD.py"
source exec_athena_art_trigger_validation.sh
source exec_art_triggertest_post.sh
source exec_art_triganalysistest_post.sh
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to AOD test FTK
# art-description: Trigger v7 primaries RDO to AOD test FTK
# art-type: build
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: 21.0-TrigMC/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-include: 21.1-dev/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -24,11 +19,11 @@
# art-output: AOD.pool.root.checkFiletrigSize.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_ftk_rdotoaod_build"
export NAME="physics_pp_v7_primaries_ftk_rdotoaod_build"
export INPUT="ftk"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export MENU="Physics_pp_v7_primaries"
export EVENTS="3"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoAOD.py"
export EXTRA="from TriggerJobOpts.TriggerFlags import TriggerFlags;TriggerFlags.doFTK=True;from RecExConfig.RecFlags import rec;rec.doFTK.set_Value_and_Lock(True);"
......
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to AOD test with FTK
# art-description: Trigger v7 primaries RDO to AOD test with FTK
# art-type: grid
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: 21.0-TrigMC/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-include: 21.1-dev/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -24,11 +19,11 @@
# art-output: AOD.pool.root.checkFiletrigSize.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_ftk_rdotoaod_grid"
export NAME="physics_pp_v7_primaries_ftk_rdotoaod_grid"
export INPUT="ftk"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export MENU="Physics_pp_v7_primaries"
export EVENTS="100"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoAOD.py"
export EXTRA="from TriggerJobOpts.TriggerFlags import TriggerFlags;TriggerFlags.doFTK=True;from RecExConfig.RecFlags import rec;rec.doFTK.set_Value_and_Lock(True);"
......
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to ESD and AOD test, plus extra tests using these files. With FTK
# art-description: Trigger v7 primaries RDO to ESD and AOD test, plus extra tests using these files. With FTK
# art-type: build
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: 21.0-TrigMC/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-include: 21.1-dev/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -22,11 +17,11 @@
# art-output: TotalEventsProcessed.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_ftk_rdotoesdaod_build"
export NAME="physics_pp_v7_primaries_ftk_rdotoesdaod_build"
export INPUT="ftk"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export MENU="Physics_pp_v7_primaries"
export EVENTS="3"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoESDAOD.py"
export EXTRA="from TriggerJobOpts.TriggerFlags import TriggerFlags;TriggerFlags.doFTK=True;from RecExConfig.RecFlags import rec;rec.doFTK.set_Value_and_Lock(True);"
......
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to ESD and AOD test, plus extra tests using these files. With FTK
# art-description: Trigger v7 primaries RDO to ESD and AOD test, plus extra tests using these files. With FTK
# art-type: grid
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -23,11 +20,11 @@
# art-output: *.regtest.new
export NAME="mc_pp_v7_ftk_rdotoesdaod_grid"
export NAME="physics_pp_v7_primaries_ftk_rdotoesdaod_grid"
export INPUT="ftk"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export MENU="Physics_pp_v7_primaries"
export EVENTS="100"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoESDAOD.py"
export EXTRA="from TriggerJobOpts.TriggerFlags import TriggerFlags;TriggerFlags.doFTK=True;from RecExConfig.RecFlags import rec;rec.doFTK.set_Value_and_Lock(True);"
......
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to AOD test
# art-description: Trigger v7 primaries RDO to AOD test
# art-type: build
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -22,10 +19,10 @@
# art-output: AOD.pool.root.checkFiletrigSize.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_rdotoaod_build"
export NAME="physics_pp_v7_primaries_rdotoaod_build"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export MENU="Physics_pp_v7_primaries"
export EVENTS="3"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoAOD.py"
......
#!/bin/bash
# art-description: Trigger Physics pp v7 RDO to AOD test
# art-description: Trigger v7 primaries RDO to AOD test
# art-type: grid
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -22,7 +19,7 @@
# art-output: AOD.pool.root.checkFiletrigSize.txt
# art-output: *.regtest.new
export NAME="physics_pp_v7_rdotoaod_grid"
export NAME="physics_pp_v7_primaries_rdotoaod_grid"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="Physics_pp_v7_primaries"
......
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to AODSLIM
# art-description: Trigger v7 primaries RDO to AODSLIM
# art-type: build
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -20,10 +17,10 @@
# art-output: TotalEventsProcessed.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_rdotoaodslim_build"
export NAME="physics_pp_v7_primaries_rdotoaodslim_build"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export MENU="Physics_pp_v7_primaries"
export EVENTS="3"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoAODSLIM.py"
......
#!/bin/bash
# art-description: Trigger MC pp v7 RDO to BS and BS to ESD test
# art-description: Trigger v7 primaries RDO to BS and BS to ESD test
# art-type: build
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -20,15 +17,15 @@
# art-output: TotalEventsProcessed.txt
# art-output: *.regtest.new
export NAME="mc_pp_v7_rdotobstoesd_build"
export NAME="physics_pp_v7_primaries_rdotobstoesd_build"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="MC_pp_v7"
export MENU="Physics_pp_v7_primaries"
export EVENTS="3"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoBS.py"
source exec_athena_art_trigger_validation.sh
athena.py -c "jp.AthenaCommonFlags.BSRDOInput=['raw.data']" TrigAnalysisTest/testAthenaTrigBStoESD.py | tee ${JOB_LOG%%.*}.BStoESD.${JOB_LOG#*.}
echo "art-result: ${PIPESTATUS[0]} athena.BStoESD"
echo "art-result: ${PIPESTATUS[0]} ${JOB_LOG%%.*}BStoESD"
source exec_art_triggertest_post.sh
#!/bin/bash
# art-description: Trigger Physics pp v7 RDO to ESD and AOD test, plus extra tests using these files
# art-description: Trigger v7 primaries RDO to ESD and AOD test, plus extra tests using these files
# art-type: build
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -20,7 +17,7 @@
# art-output: TotalEventsProcessed.txt
# art-output: *.regtest.new
export NAME="physics_pp_v7_rdotoesdaod_build"
export NAME="physics_pp_v7_primaries_rdotoesdaod_build"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="Physics_pp_v7_primaries"
......
#!/bin/bash
# art-description: Trigger Physics pp v7 RDO to ESD and AOD test, plus extra tests using these files
# art-description: Trigger v7 primaries RDO to ESD and AOD test, plus extra tests using these files
# art-type: grid
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
......@@ -22,7 +19,8 @@
# art-output: AOD.pool.root.checkFiletrigSize.txt
# art-output: *.regtest.new
export NAME="physics_pp_v7_rdotoesdaod_grid"
export NAME="physics_pp_v7_primaries_rdotoesdaod_grid"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="Physics_pp_v7_primaries"
......
#!/bin/bash
# art-description: Trigger Physics pp v7 RDO to BS and BS to AOD test
# art-type: build
# art-include: 21.0/Athena
# art-include: 21.3/Athena
# art-include: master/Athena
# art-include: 21.1/AthenaP1
# art-output: *check*
# art-output: HLTChain.txt
# art-output: HLTTE.txt
# art-output: L1AV.txt
# art-output: HLTconfig*.xml
# art-output: L1Topoconfig*.xml
# art-output: LVL1config*.xml
# art-output: *.log
# art-output: *.root
# art-output: ntuple.pmon.gz
# art-output: *perfmon*
# art-output: TotalEventsProcessed.txt
# art-output: *.regtest.new
export NAME="physics_pp_v7_rdotobstoesd_build"
export COST_MONITORING="False"
export TEST="TrigAnalysisTest"
export MENU="Physics_pp_v7_primaries"
export EVENTS="3"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoBS.py"
source exec_athena_art_trigger_validation.sh
athena.py -c "jp.AthenaCommonFlags.BSRDOInput=['raw.data']" TrigAnalysisTest/testAthenaTrigBStoESD.py | tee ${JOB_LOG%%.*}2.${JOB_LOG#*.}
echo "art-result: ${PIPESTATUS[0]} ${JOB_LOG%%.*}2"
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