Skip to content
Snippets Groups Projects
Commit 2384e929 authored by Peter Onyisi's avatar Peter Onyisi
Browse files

Update DQ R22 trigger ART tests to reflect change in upstream test name

parent 0bf35b5c
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,!32060Update DQ R22 trigger ART tests to reflect change in upstream test name
......@@ -3,10 +3,11 @@
# art-type: grid
# art-include: master/Athena
# art-output: ExampleMonitorOutput.root
# art-output: log*
art.py download TrigAnalysisTest test_trigAna_q221_RDOtoAOD_mt1_grid.sh
art.py download TrigAnalysisTest test_trigAna_q221_RDOtoAOD_mt1_grid.py
AODFILE=(./ref-*/AOD.pool.root)
Run3DQTestingDriver.py 'Input.Files=["'${AODFILE}'"]' DQ.Steering.doHLTMon=True DQ.Environment=AOD --dqOffByDefault
Run3DQTestingDriver.py 'Input.Files=["'${AODFILE}'"]' DQ.Steering.doHLTMon=True DQ.Environment=AOD --dqOffByDefault > log.HIST_Creation 2>&1
echo "art-result: $? HIST_Creation"
rm -rf ref-*
......@@ -14,5 +15,5 @@ rm -rf ref-*
ArtPackage=$1
ArtJobName=$2
art.py download ${ArtPackage} ${ArtJobName}
hist_diff.sh ExampleMonitorOutput.root ./ref-*/ExampleMonitorOutput.root -i
hist_diff.sh ExampleMonitorOutput.root ./ref-*/ExampleMonitorOutput.root -i > log.HIST_Diff 2>&1
echo "art-result: $? HIST_Diff"
......@@ -4,9 +4,9 @@
# art-include: master/Athena
# art-output: ExampleMonitorOutput.root
art.py download TrigAnalysisTest test_trigAna_q221_RDOtoAOD_mt1_grid.sh
art.py download TrigAnalysisTest test_trigAna_q221_RDOtoAOD_mt1_grid.py
AODFILE=(./ref-*/AOD.pool.root)
Run3DQTestingDriver.py 'Input.Files=["'${AODFILE}'"]' DQ.Steering.doHLTMon=True DQ.Environment=AOD Concurrency.NumThreads=1 Concurrency.NumConcurrentEvents=1 --dqOffByDefault
Run3DQTestingDriver.py 'Input.Files=["'${AODFILE}'"]' DQ.Steering.doHLTMon=True DQ.Environment=AOD Concurrency.NumThreads=1 Concurrency.NumConcurrentEvents=1 --dqOffByDefault > log.HIST_Creation 2>&1
echo "art-result: $? HIST_Creation"
rm -rf ref-*
......@@ -14,9 +14,9 @@ rm -rf ref-*
ArtPackage=$1
ArtJobName=$2
art.py download ${ArtPackage} ${ArtJobName}
hist_diff.sh ExampleMonitorOutput.root ./ref-*/ExampleMonitorOutput.root -i
hist_diff.sh ExampleMonitorOutput.root ./ref-*/ExampleMonitorOutput.root -i > log.HIST_Diff 2>&1
echo "art-result: $? HIST_Diff"
art.py download AthenaMonitoring test_run3dq_r22_aod_trigger.sh
hist_diff.sh ExampleMonitorOutput.root ./ref-*/ExampleMonitorOutput.root -i
hist_diff.sh ExampleMonitorOutput.root ./ref-*/ExampleMonitorOutput.root -i > log.HIST_Diff_Serial 2>&1
echo "art-result: $? HIST_Diff_Serial"
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