From ed2c6631d6dc065ecf45db202d0eec071c9abf87 Mon Sep 17 00:00:00 2001 From: Mark Hodgkinson <mhodgkin@aiatlas025.cern.ch> Date: Mon, 21 Sep 2020 13:06:43 +0200 Subject: [PATCH] Add new reco test to run latest MC configuration with pileup. --- .../test/test_mcLatest_13TeV.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 Reconstruction/RecExample/RecJobTransformTests/test/test_mcLatest_13TeV.sh diff --git a/Reconstruction/RecExample/RecJobTransformTests/test/test_mcLatest_13TeV.sh b/Reconstruction/RecExample/RecJobTransformTests/test/test_mcLatest_13TeV.sh new file mode 100755 index 00000000000..008085ac019 --- /dev/null +++ b/Reconstruction/RecExample/RecJobTransformTests/test/test_mcLatest_13TeV.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# +# art-description: Reco_tf for PhysVal, updated with q221 (2017-11-13) + pileup +# art-athena-mt: 4 +# art-type: grid +# art-include: master/Athena + +export TRF_ECHO=True; +Reco_tf.py --AMI=r11976 --outputRDOFile=myRDO.pool.root --outputAODFile=myAOD.pool.root --outputESDFile=myESD.pool.root --outputHISTFile=myHIST.root --inputHITSFile=/eos/atlas/atlascerngroupdisk/data-art/grid-input/RecJobTransformTests/mc16_13TeV/valid1/valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.simul.HITS.e4993_s3227/HITS.12560240._000287.pool.root.1 --inputHighPtMinbiasHitsFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/mc16_13TeV.361239.Pythia8EvtGen_A3NNPDF23LO_minbias_inelastic_high.merge.HITS.e4981_s3087_s3089/HITS.10501933._000008.pool.root.1 --inputLowPtMinbiasHitsFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/mc16_13TeV.361238.Pythia8EvtGen_A3NNPDF23LO_minbias_inelastic_low.merge.HITS.e4981_s3087_s3089/HITS.10501925._000027.pool.root.1 --maxEvents=5 --jobNumber=1 --imf False +RES=$? +echo "art-result: $RES Reco" +if [ $RES -ne 0 ];then +return $RES +fi -- GitLab