From a9a57a13a3b14317bbf858bc6438f27ca3910c8a Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Thu, 11 Jan 2018 15:31:52 +0100 Subject: [PATCH] RecExAnaTest: Updates needed to fix ATN test failures. Enable geo autoconfiguration in RecExAnaTest_RTT_all and RecExAnaTest_ERR_notrigger. Needed due to recent change in the default geometry. Fix event numbers in notrig3_tagtoaod command. --- .../RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py | 1 + .../RecExample/RecExAnaTest/share/RecExAnaTest_RTT_notrigger.py | 1 + .../RecExAnaTest/test/RecExAnaTest_TestConfiguration.xml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py index 4de44a78719..bf2c6def9d7 100755 --- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py +++ b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py @@ -1,4 +1,5 @@ include ("RecExRecoTest/RecExRecoTest_RTT_common.py") +rec.AutoConfiguration = ['FieldAndGeo'] # main jobOption include ("RecExCommon/RecExCommon_topOptions.py") diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_notrigger.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_notrigger.py index 6a4c1424cb1..0a2ed624e5e 100755 --- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_notrigger.py +++ b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_notrigger.py @@ -1,5 +1,6 @@ include ("RecExRecoTest/RecExRecoTest_RTT_common.py") rec.doTrigger=False +rec.AutoConfiguration = ['FieldAndGeo'] include ("RecExCommon/RecExCommon_flags.py") diff --git a/Reconstruction/RecExample/RecExAnaTest/test/RecExAnaTest_TestConfiguration.xml b/Reconstruction/RecExample/RecExAnaTest/test/RecExAnaTest_TestConfiguration.xml index 02d84dfbf42..e5f8bcc050b 100755 --- a/Reconstruction/RecExample/RecExAnaTest/test/RecExAnaTest_TestConfiguration.xml +++ b/Reconstruction/RecExample/RecExAnaTest/test/RecExAnaTest_TestConfiguration.xml @@ -82,7 +82,7 @@ </TEST> <TEST name="notrig3_tagtoaod" type="athena" suite="reconotrig"> - <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5;rec.doDetailedAuditor=True;jp.AthenaCommonFlags.PoolInputQuery='(EventNumber == 2 || EventNumber == 4)'; rec.doNameAuditor=True" RecExCommon/tagtoaod.py </options_atn> + <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5;rec.doDetailedAuditor=True;jp.AthenaCommonFlags.PoolInputQuery='(EventNumber == 22023 || EventNumber == 22037)'; rec.doNameAuditor=True" RecExCommon/tagtoaod.py </options_atn> <author> Xiaohu Sun </author> <mailto> atlas.rig@cern.ch </mailto> </TEST> -- GitLab