From cd8cd2ed17e667911d66b3c3f3ff84914dea3b17 Mon Sep 17 00:00:00 2001 From: Dan Guest <daniel.hay.guest@cern.ch> Date: Tue, 17 Nov 2020 14:17:14 +0000 Subject: [PATCH] Add FTAG6 ART test for release 22 --- .../test/test_mcvalidFTAG6.sh | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mcvalidFTAG6.sh diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mcvalidFTAG6.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mcvalidFTAG6.sh new file mode 100644 index 00000000000..2740071fda5 --- /dev/null +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mcvalidFTAG6.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +# art-include: master/Athena +# art-description: DAOD building FTAG6 validation inputs +# art-type: grid +# art-output: *.pool.root +# art-output: checkFile.txt +# art-output: checkxAOD.txt + +set -e + +Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG6 --maxEvents 5000 --preExec 'from AthenaCommon.DetFlags import DetFlags;DetFlags.detdescr.all_setOff(); DetFlags.BField_setOn()' + +echo "art-result: $? reco" + +checkFile.py DAOD_FTAG6.art.pool.root > checkFile.txt + +echo "art-result: $? checkfile" + +checkxAOD.py DAOD_FTAG6.art.pool.root > checkxAOD.txt + +echo "art-result: $? checkxAOD" + + -- GitLab