From 5e4b1691e6a0b7bbd35624b4b466c7fb8a4b0bc0 Mon Sep 17 00:00:00 2001
From: James Beacham <j.beacham@cern.ch>
Date: Mon, 30 Apr 2018 20:58:51 +0200
Subject: [PATCH] Fix run00342075_cosmiccalo_toroidoff TCT for 21.0

Former-commit-id: dae965e47472be066855359e6d56760fb1ba48ad
---
 .../test/test_run00342075_cosmiccalo_toroidoff.sh               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tools/Tier0ChainTests/test/test_run00342075_cosmiccalo_toroidoff.sh b/Tools/Tier0ChainTests/test/test_run00342075_cosmiccalo_toroidoff.sh
index e2fc5c93dbf16..0e89269642d80 100755
--- a/Tools/Tier0ChainTests/test/test_run00342075_cosmiccalo_toroidoff.sh
+++ b/Tools/Tier0ChainTests/test/test_run00342075_cosmiccalo_toroidoff.sh
@@ -3,7 +3,7 @@
 # art-description: RecoTrf
 # art-type: grid
 
-Reco_tf.py --outputHISTFile=myMergedMonitoring_CosmicCalo_0.root --maxEvents=500 --outputESDFile=myESD_CosmicCalo_0.pool.root --outputAODFile=myAOD_CosmicCalo_0.AOD.pool.root --outputTAGFile=myTAG_CosmicCalo_0.root --ignoreErrors=False --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data17_cos.00342075.physics_CosmicCalo.merge.RAW._lb1545._SFO-ALL._0001.1,/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data17_cos.00342075.physics_CosmicCalo.merge.RAW._lb1546._SFO-ALL._0001.1,/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data17_cos.00342075.physics_CosmicCalo.merge.RAW._lb1547._SFO-ALL._0001.1 --preExec='rec.doTrigger=False;' --imf False
+Reco_tf.py --conditionsTag all:CONDBR2-BLKPA-2017-14 --ignoreErrors 'False' --autoConfiguration='everything' --maxEvents '500' --AMITag 'f908' --preExec  'r2a:from InDetRecExample.InDetJobProperties import InDetFlags; InDetFlags.useDynamicAlignFolders.set_Value_and_Lock(True);TriggerFlags.AODEDMSet="AODFULL";rec.doTrigger=False;' --geometryVersion all:ATLAS-R2-2016-01-00-01 --steering='doRAWtoALL' --imf False --outputHISTFile=myMergedMonitoring_CosmicCalo_0.root --outputESDFile=myESD_CosmicCalo_0.pool.root --outputAODFile=myAOD_CosmicCalo_0.AOD.pool.root --outputTAGFile=myTAG_CosmicCalo_0.root --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data17_cos.00342075.physics_CosmicCalo.merge.RAW._lb1545._SFO-ALL._0001.1,/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data17_cos.00342075.physics_CosmicCalo.merge.RAW._lb1546._SFO-ALL._0001.1,/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data17_cos.00342075.physics_CosmicCalo.merge.RAW._lb1547._SFO-ALL._0001.1
 echo "art-result: $? Reco"
 
 ArtPackage=$1
-- 
GitLab