Skip to content
Snippets Groups Projects
Commit 00503df7 authored by scott snyder's avatar scott snyder
Browse files

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.


Former-commit-id: a9a57a13a3b14317bbf858bc6438f27ca3910c8a
parent b04e8f52
No related branches found
No related tags found
No related merge requests found
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
rec.AutoConfiguration = ['FieldAndGeo']
# main jobOption
include ("RecExCommon/RecExCommon_topOptions.py")
......
include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
rec.doTrigger=False
rec.AutoConfiguration = ['FieldAndGeo']
include ("RecExCommon/RecExCommon_flags.py")
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment