diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py index 4de44a78719363e9a964b5af4abeeb09c207cc3e..bf2c6def9d73094b92b0ccabf2c1dd8d576e831d 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 6a4c1424cb1e7cee90007a03c5a83b9e3b62c15d..0a2ed624e5e64800f2016b2a91dc8dd69d28ff2d 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 02d84dfbf426dfaed3f7e0840f430edf6b3fbacd..e5f8bcc050b54cb9d6d512fd06a1907d2e848647 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>