diff --git a/Reconstruction/RecExample/RecExAnaTest/CMakeLists.txt b/Reconstruction/RecExample/RecExAnaTest/CMakeLists.txt
deleted file mode 100644
index 2746823d4fb66e8c01542926e32c1a442ea0780b..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-################################################################################
-# Package: RecExAnaTest
-################################################################################
-
-# Declare the package name:
-atlas_subdir( RecExAnaTest )
-
-# Install files from the package:
-atlas_install_joboptions( share/*.py )
-atlas_install_runtime( test/RecExAnaTest_TestConfiguration.xml share/run_memleak_reat.sh )
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py
deleted file mode 100755
index bf2c6def9d73094b92b0ccabf2c1dd8d576e831d..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all.py
+++ /dev/null
@@ -1,8 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-rec.AutoConfiguration = ['FieldAndGeo']
-
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_fullSim.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_fullSim.py
deleted file mode 100755
index f95094fe206a55924f4112ba4d228828dc3c4416..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_fullSim.py
+++ /dev/null
@@ -1,12 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-include ("RecExCond/RecExCommon_flags.py")
-TriggerFlags.triggerMenuSetup = 'MC_lumi1E31_simpleL1Calib_physics_prescale'
-TriggerFlags.L1PrescaleSet = ''
-TriggerFlags.HLTPrescaleSet = ''
-TriggerFlags.useL1CaloCalibration = True
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_phys.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_phys.py
deleted file mode 100755
index cb9eeaf2c5466e52063db85bdf3610b1a69d37de..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_phys.py
+++ /dev/null
@@ -1,14 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-include ("RecExCond/RecExCommon_flags.py")
-TriggerFlags.triggerMenuSetup = 'Physics_lumi1E31_simpleL1Calib'
-#TriggerFlags.L1PrescaleSet = ''
-#TriggerFlags.HLTPrescaleSet = ''
-TriggerFlags.useL1CaloCalibration = False 
-TriggerFlags.L1PrescaleSet  = 'L1Prescales100_Physics_lumi1E31_simpleL1Calib'
-TriggerFlags.HLTPrescaleSet = 'HLTPrescales100_Physics_lumi1E31_simpleL1Calib'
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_stdSim.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_stdSim.py
deleted file mode 100755
index f263f1a5b8a17b8ff9ce6c00a6ffdd3113147274..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_all_stdSim.py
+++ /dev/null
@@ -1,12 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-include ("RecExCond/RecExCommon_flags.py")
-# TriggerFlags.triggerMenuSetup = 'MC_lumi1E31_simpleL1Calib_physics_prescale'
-# TriggerFlags.L1PrescaleSet    = ''
-# TriggerFlags.HLTPrescaleSet   = ''
-# TriggerFlags.useL1CaloCalibration = True 
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_alllowlumi.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_alllowlumi.py
deleted file mode 100755
index 620832dc7438dbef8211ef0e90a218e9dfa597f6..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_alllowlumi.py
+++ /dev/null
@@ -1,14 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-# For 2 10**33 luminosity - KAA
-from AthenaCommon.BeamFlags import jobproperties
-jobproperties.Beam.override=False
-jobproperties.Beam.bunchSpacing=25
-jobproperties.Beam.numberOfCollisions=4.6
-
-
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_nopers.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_nopers.py
deleted file mode 100755
index 51ed2f07e974d0c048a1143d8b3736202b9a3ac9..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_nopers.py
+++ /dev/null
@@ -1,11 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-rec.doWriteESD=False
-rec.doWriteAOD=False
-rec.doWriteTAG=False
-
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_nopersnotrigger.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_nopersnotrigger.py
deleted file mode 100755
index 4c3c7b4e7a531e07cc97d79b376645ec6795dbb4..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_nopersnotrigger.py
+++ /dev/null
@@ -1,11 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-rec.doWriteESD=False
-rec.doWriteAOD=False
-rec.doWriteTAG=False
-
-rec.doTrigger=False
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_notrigger.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_notrigger.py
deleted file mode 100755
index 0a2ed624e5e64800f2016b2a91dc8dd69d28ff2d..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_notrigger.py
+++ /dev/null
@@ -1,12 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-rec.doTrigger=False
-rec.AutoConfiguration = ['FieldAndGeo']
-
-include ("RecExCommon/RecExCommon_flags.py")
-
-
-# main jobOption
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_prod.py b/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_prod.py
deleted file mode 100755
index ddea4f0ff5d536217e7b4de00babf2b1b3f896af..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/RecExAnaTest_RTT_prod.py
+++ /dev/null
@@ -1,15 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-from RecExConfig.RecFlags import rec
-rec.Production=True
-
-
-# main jobOption
-include ("RecExCommon/RecExCommon_flags.py")
-
-# mof for default production
-AODFlags.FastTrackParticle=False
-
-include ("RecExCommon/RecExCommon_topOptions.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/aodtoaod_RTT.py b/Reconstruction/RecExample/RecExAnaTest/share/aodtoaod_RTT.py
deleted file mode 100644
index 3d8ec5235c2df236f4132bacd0be92f42654759f..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/aodtoaod_RTT.py
+++ /dev/null
@@ -1,3 +0,0 @@
-include("RecExCommon/aodtoaod.py")
-include("RecExRecoTest/rttchainhack.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/aodtoaodtocbnt_RTT.py b/Reconstruction/RecExample/RecExAnaTest/share/aodtoaodtocbnt_RTT.py
deleted file mode 100644
index a74fba5668264d373d0286c0f6e97d031a688645..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/aodtoaodtocbnt_RTT.py
+++ /dev/null
@@ -1,5 +0,0 @@
-PoolAODInput=["copy_AOD.pool.root"]
-rec.RootNtupleOutput="ntuple_fromAODcopy.root"
-include("RecExCommon/aodtocbnt.py")
-include("RecExRecoTest/rttchainhack.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/aodtocbnt_RTT.py b/Reconstruction/RecExample/RecExAnaTest/share/aodtocbnt_RTT.py
deleted file mode 100644
index a1a6bb9f099abd7a825cd7dcc896078a6410adbc..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/aodtocbnt_RTT.py
+++ /dev/null
@@ -1,3 +0,0 @@
-include("RecExCommon/aodtocbnt.py")
-include("RecExRecoTest/rttchainhack.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/aodtotag_RTT.py b/Reconstruction/RecExample/RecExAnaTest/share/aodtotag_RTT.py
deleted file mode 100644
index 6be7152234cb484ff060a0d276047594dfeaa77f..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/aodtotag_RTT.py
+++ /dev/null
@@ -1,3 +0,0 @@
-include("RecExCommon/aodtotag.py")
-include("RecExRecoTest/rttchainhack.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/esdtoaod_RTT.py b/Reconstruction/RecExample/RecExAnaTest/share/esdtoaod_RTT.py
deleted file mode 100644
index 99ad1c112df9ff5f3ff3e829e61f0d396de68996..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/esdtoaod_RTT.py
+++ /dev/null
@@ -1,4 +0,0 @@
-rec.RootNtupleOutput="ntuple_fromESDwhileAOD.root"
-include("RecExCommon/esdtoaod.py")
-include("RecExRecoTest/rttchainhack.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/run_memleak_reat.sh b/Reconstruction/RecExample/RecExAnaTest/share/run_memleak_reat.sh
deleted file mode 100755
index cf461c10d8828ddbd9f77b037465fea2a4d56ba0..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/run_memleak_reat.sh
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/bash
-
-if [ $# -eq 0 ]; then
- echo "stop, no arguments given !"
-fi
-
-RUN=0
-
-if [[ $1 == "esd_notrig_memleakAna" ]]; then
-    echo "running $1 with CMTCONFIG $CMTCONFIG"
-    if [[ $CMTCONFIG = x86_64-* ]]; then
-	echo "64 bit : igprof"
-	export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/lib
-	export PATH=${PATH}:/afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/bin
-	igprof -mp -z -t python athena.py -c "jp.AthenaCommonFlags.EvtMax=50; rec.doCBNT=False ;jp.AthenaCommonFlags.FilesInput=['/afs/cern.ch/atlas/project/rig/referencefiles/dataStreams_high_mu/high_mu-data11_7TeV.00179725.physics_JetTauEtmiss.merge.RAW._lb0021.data'] " RecExAnaTest/RecExAnaTest_RTT_notrigger.py --stdcmalloc
-	mkdir -p web/data
-	cp /afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/bin/igprof-navigator web
-	igprof-analyse --sqlite -d -v -g -r MEM_LIVE igprof.*.gz | sqlite3 web/data/igreport_total.sql3
-    else
-	echo "32 bit leak check execute"
-	athena.py -c "jp.AthenaCommonFlags.EvtMax=50; rec.doCBNT=False ;jp.AthenaCommonFlags.FilesInput=['/afs/cern.ch/atlas/project/rig/referencefiles/dataStreams_high_mu/high_mu-data11_7TeV.00179725.physics_JetTauEtmiss.merge.RAW._lb0021.data'] " RecExAnaTest/RecExAnaTest_RTT_notrigger.py --leak-check-execute
-    fi
-    RUN=1
-fi
-
-if [[ $1 == "esd_memleakAna" ]]; then
-    echo "running $1 with CMTCONFIG $CMTCONFIG"
-    if [[ $CMTCONFIG = x86_64-* ]]; then
-	echo "64 bit : igprof"
-	export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/lib
-	export PATH=${PATH}:/afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/bin
-	igprof -mp -z -t python athena.py -c "jp.AthenaCommonFlags.EvtMax=-1; rec.doCBNT=False ;jp.AthenaCommonFlags.FilesInput=[\"/afs/cern.ch/atlas/project/rig/referencefiles/MC/valid1.105200.T1_McAtNlo_Jimmy.digit.RDO.e835_s1256_s1258_d566_tid464353_00/RDO.464353._000001.pool.root.1\"] " RecExAnaTest/RecExAnaTest_RTT_all.py --stdcmalloc
-	mkdir -p web/data
-	cp /afs/cern.ch/atlas/offline/external/igprof/5.9.2/${CMTCONFIG}/bin/igprof-navigator web
-	igprof-analyse --sqlite -d -v -g -r MEM_LIVE igprof.*.gz | sqlite3 web/data/igreport_total.sql3
-    else
-	echo "32 bit : leak check execute"
-	athena.py -c "jp.AthenaCommonFlags.EvtMax=-1; rec.doCBNT=False ;jp.AthenaCommonFlags.FilesInput=[\"/afs/cern.ch/atlas/project/rig/referencefiles/MC/valid1.105200.T1_McAtNlo_Jimmy.digit.RDO.e835_s1256_s1258_d566_tid464353_00/RDO.464353._000001.pool.root.1\"] " RecExAnaTest/RecExAnaTest_RTT_all.py --leak-check-execute
-    fi
-    RUN=1
-fi
-
-if [ $RUN -eq 0 ]; then
-    echo "don't understand the parameter $1"
-fi
diff --git a/Reconstruction/RecExample/RecExAnaTest/share/tagtocbnt_RTT.py b/Reconstruction/RecExample/RecExAnaTest/share/tagtocbnt_RTT.py
deleted file mode 100644
index 60f45b6075f898243d9b514df28fec53180691d4..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/share/tagtocbnt_RTT.py
+++ /dev/null
@@ -1,3 +0,0 @@
-include("RecExCommon/tagtocbnt.py")
-include("RecExRecoTest/rttchainhack.py")
-
diff --git a/Reconstruction/RecExample/RecExAnaTest/test/RecExAnaTest_TestConfiguration.xml b/Reconstruction/RecExample/RecExAnaTest/test/RecExAnaTest_TestConfiguration.xml
deleted file mode 100755
index e5f8bcc050b54cb9d6d512fd06a1907d2e848647..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExAnaTest/test/RecExAnaTest_TestConfiguration.xml
+++ /dev/null
@@ -1,436 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE unifiedTestConfiguration SYSTEM "http://www.hep.ucl.ac.uk/atlas/AtlasTesting/DTD/unifiedTestConfiguration.dtd">
-
-<unifiedTestConfiguration>
-  
-  <atn>
-    
-    <TEST name="aaaempty" type="athena" suite="aaaempty">
-      <options_atn>-c "rec.doDetailedAuditor=True ; rec.doNameAuditor=True " RecExRecoTest/RecExRecoTest_RTT_empty.py</options_atn>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>RecExCommon_links.sh</prescript>
-    </TEST>
-    
-    <TEST name="all_notrig" type="athena" suite="all_notrig">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExAnaTest/RecExAnaTest_RTT_notrigger.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
-      <prescript>RecExCommon_links.sh</prescript>
-    </TEST>
-    
-    <TEST name="all_notrig_fpe" type="athena" suite="all_notrig_fpe">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; doFloatingPointException=True ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " RecExAnaTest/RecExAnaTest_RTT_notrigger.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>RecExCommon_links.sh</prescript>
-      <prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
-    </TEST>
-    
-    <TEST name="RECOSHIFT_all" type="athena" suite="all">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExAnaTest/RecExAnaTest_RTT_all.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>RecExCommon_links.sh</prescript>
-      <prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
-    </TEST>
-    
-    <TEST name="all_drop-and-reload" type="athena" suite="all_drop-and-reload">
-      <options_atn> --drop-and-reload -c "jp.AthenaCommonFlags.EvtMax=5 ; " RecExAnaTest/RecExAnaTest_RTT_all.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>RecExCommon_links.sh</prescript>
-      <prescript>rm -f jobOptions.py</prescript>
-    </TEST>
-    
-    <TEST name="all_fpe" type="athena" suite="all_fpe">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; doFloatingPointException=True ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " RecExAnaTest/RecExAnaTest_RTT_all.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>RecExCommon_links.sh</prescript>
-      <prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
-    </TEST>
-    
-    <TEST name="notrig0_esd" type="athena" suite="reconotrig">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExRecoTest/RecExRecoTest_RTT_esd.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>RecExCommon_links.sh</prescript>
-      <prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
-    </TEST>
-    
-    <TEST name="notrig1_esdtoaod" type="athena" suite="reconotrig">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/esdtoaod.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-    </TEST>
-    
-    
-    <TEST name="notrig2_aodtotag" type="athena" suite="reconotrig">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/aodtotag.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-    </TEST>
-    
-    <TEST name="notrig3_tagtoaod" type="athena" suite="reconotrig">
-      <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>
-    
-    <TEST name="RECOSHIFT_std0_esd" type="athena" suite="recowithtrig">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExTrigTest/RecExTrigTest_RTT_esdtrigger.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>RecExCommon_links.sh</prescript>
-      <prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
-    </TEST>
-    
-    <TEST name="RECOSHIFT_std1_esdtoaod" type="athena" suite="recowithtrig">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/esdtoaod.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-    </TEST>
-    
-    
-    <TEST name="RECOSHIFT_std2_aodtotag" type="athena" suite="recowithtrig">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/aodtotag.py</options_atn>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-    </TEST>
-    
-    <!-- <TEST name="RECOSHIFT_std3_aodtoD3PD" type="athena" suite="recowithtrig"> -->
-    <!--   <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py D3PDMakerConfig/AODToEgammaD3PD.py</options_atn> -->
-    <!--   <author> Xiaohu Sun </author> -->
-    <!--   <mailto> atlas.rig@cern.ch </mailto> -->
-    <!-- </TEST> -->
-    
-    <TEST name="RECOSHIFT_std3_tagtoaod" type="athena" suite="recowithtrig">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5;jp.AthenaCommonFlags.PoolInputQuery='(EventNumber == 22003 || EventNumber == 22023)' ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True" RecExCommon/tagtoaod.py </options_atn>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-    </TEST>
-    
-    <TEST name="RECOSHIFT_bs0_rdotobs" type="athena" suite="recobs">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ;jp.AthenaCommonFlags.FilesInput=['/afs/cern.ch/atlas/project/rig/referencefiles/mc15/RDO.pool.root'] " AthenaCommon/MemTraceInclude.py RecExRecoTest/RecExRecoTest_RTT_common.py RecExCommon/rdotobs.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <platform>opt</platform>
-      <prescript>RecExCommon_links.sh</prescript>
-      <prescript>rm -f $ATN_WORK_AREA/*.pool.root</prescript>
-    </TEST>
-
-    <!-- bs1..4 have been failing for a long time.  See ATR-16665.    
-    <TEST name="RECOSHIFT_bs1_bstoesd" type="athena" suite="recobs">
-      <options_atn> -c "rec.AutoConfiguration=['everything']; jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doTruth=False " RecExRecoTest/RecExRecoTest_RTT_common.py RecExCommon/bstoesd.py </options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <platform>opt</platform>
-    </TEST>
-    
-    <TEST name="RECOSHIFT_bs2_esdtoaod" type="athena" suite="recobs">
-      <options_atn> -c "rec.AutoConfiguration=['everything']; jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doTruth=False ; rec.doNameAuditor=True " RecExRecoTest/RecExRecoTest_RTT_common.py RecExCommon/esdtoaod.py </options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <platform>opt</platform>
-    </TEST>
-    
-    <TEST name="RECOSHIFT_bs3_aodtotag" type="athena" suite="recobs">
-      <options_atn> -c "rec.AutoConfiguration=['everything']; jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ;  rec.doTruth=False ; rec.doNameAuditor=True " RecExRecoTest/RecExRecoTest_RTT_common.py RecExCommon/aodtotag.py </options_atn>
-      <timelimit>30</timelimit>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <platform>opt</platform>
-    </TEST>
-    
-    <TEST name="RECOSHIFT_bs4_tagtoaod" type="athena" suite="recobs">
-      <options_atn> -c "rec.AutoConfiguration=['everything'];jp.AthenaCommonFlags.EvtMax=5;jp.AthenaCommonFlags.PoolInputQuery='(EventNumber == 2 || EventNumber == 4)'; rec.doDetailedAuditor=True ;  rec.doTruth=False ; rec.doNameAuditor=True " RecExCommon/tagtoaod.py </options_atn>
-      <author> Xiaohu Sun </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <platform>opt</platform>
-    </TEST>
-    -->
-  </atn>
-  
-  <kv/>
-  
-  <rtt xmlns="http://www.hep.ucl.ac.uk/atlas/AtlasTesting/rtt">
-    
-    <rttContactPerson>Xiaohu Sun (Xiaohu.Sun@cern.ch)</rttContactPerson>
-    <mailto>atlas.rig@cern.ch</mailto>
-    <refRelease>10.0.0</refRelease>
-    
-    <jobList>      
-      
-      <classification>
-	<displayClass>OfflineValidation</displayClass>
-	<displayProcess>Reco</displayProcess>
-	<displayComponent>Det-Combined</displayComponent>
-      </classification>
-      
-      <athena userJobId="mc15_all_fpeAna">
-	<doc> Run all reco on default file with floating point exception enabled </doc>
-	<displayName>RecExAnaTest_RTT_mc15_all_fpe</displayName>
-	<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;doFloatingPointException=True;jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]</commandLineFlags>
-	<options>RecExAnaTest_RTT_all</options>
-	<group>RecExAna</group>
-	<queue>medium</queue>
-      </athena>
-      
-      <athena userJobId="mc12_all_notriggerAna">
-	<doc> Run reco without trigger </doc>
-	<displayName>RecExAnaTest_RTT_mc11_all_notrigger</displayName>
-	<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]</commandLineFlags>
-	<options>RecExAnaTest_RTT_notrigger</options>
-	<group>RecExAna</group>
-	<queue>medium</queue>
-      </athena>
-      
-      <athena userJobId="mc12_all_nopersAna">
-	<doc> Run reco without persistency  </doc>
-	<displayName>RecExAnaTest_RTT_mc11_all_nopers</displayName>
-	<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]</commandLineFlags>
-	<options>RecExAnaTest_RTT_nopers</options>
-	<group>RecExAna</group>
-	<queue>medium</queue>
-      </athena>
-      
-      <chain>
-        <chainName>RecExAnaTest_RTT_notrig_steps_mc12</chainName>
-	<sequential>
-	  
-	  <chainElement>
-            <athena userJobId="mc12_chain_withouttrigger_RDOtoESD">
-	      <doc>Chain without trigger configuration for mc12 RDO->ESD</doc>
-	      <displayName>RecExAnaTest_RTT_notrig_steps_mc12_RDOtoESD</displayName>
-	      <commandLineFlags>
-		jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolESDOutput="RecExAnaTest_notrig_steps_mc12_ESD.pool.root";jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch///eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]
-	      </commandLineFlags>
-	      <options>RecExRecoTest/RecExRecoTest_RTT_esd</options>
-	      <group>RecExAna</group>
-	      <queue>medium</queue>
-            </athena>
-            <chainfileout>RecExAnaTest_notrig_steps_mc12_ESD.pool.root</chainfileout>
-	  </chainElement>
-	  
-	  <chainElement>
-            <athena userJobId="mc12_chain_withouttrigger_ESDtoAOD">
-	      <doc> Chain without trigger configuration for mc12 ESD->AOD</doc>
-	      <displayName>RecExAnaTest_RTT_notrig_steps_mc12_ESDtoAOD</displayName>
-	      <commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolESDInput=["RecExAnaTest_notrig_steps_mc12_ESD.pool.root"];jp.AthenaCommonFlags.PoolAODOutput="RecExAnaTest_notrig_steps_mc12_AOD.pool.root"</commandLineFlags>
-	      <options>RecExAnaTest/esdtoaod_RTT</options>
-	      <group>RecExAna</group>
-	      <queue>medium</queue>
-	      <chaindataset_info>
-		<dc2/>
-		<chaindatasetName>RecExAnaTest_notrig_steps_mc12_ESD.pool.root</chaindatasetName>
-		<dataset_info>
-		  <dc2 />
-		  <datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_notrig_steps_mc12/RecExAnaTest_notrig_steps_mc12_ESD.pool.root</datasetName>
-		</dataset_info>
-	      </chaindataset_info>
-	      <athenaCommonFlags />
-            </athena>
-            <chainfileout>RecExAnaTest_notrig_steps_mc12_AOD.pool.root</chainfileout>
-            <chainfileout>PoolFileCatalog.xml</chainfileout>
-	  </chainElement>
-	  
-	    <chainElement>
-	      <athena userJobId="mc12_chain_withouttrigger_AODtoTAG">
-		<doc> Chain without trigger configuration for mc12 AOD->TAG</doc>
-		<displayName>RecExAnaTest_RTT_notrig_steps_mc12_AODtoTAG</displayName>
-		<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolTAGOutput="RecExAnaTest_notrig_steps_mc12_TAG.pool.root"</commandLineFlags>
-		<options>RecExAnaTest/aodtotag_RTT</options>
-		<group>RecExAna</group>
-		<queue>medium</queue>
-		<chaindataset_info>
-		  <dc2/>
-		  <chaindatasetName>RecExAnaTest_notrig_steps_mc12_AOD.pool.root</chaindatasetName>
-		  <dataset_info>
-		    <dc2 />
-		    <datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_notrig_steps_mc12/RecExAnaTest_notrig_steps_mc12_AOD.pool.root</datasetName>
-		  </dataset_info>
-		</chaindataset_info>
-		<athenaCommonFlags />
-	      </athena>
-	      <chainfileout>RecExAnaTest_notrig_steps_mc12_TAG.pool.root</chainfileout>
-	    </chainElement>
-	    
-	  <chainElement>
-            <jobTransform userJobId="mc12_chain_withouttrigger_TAGtoAOD">
-	      <doc>Chain without trigger configuration for mc12 TAG->AOD</doc>
-	      <jobTransformJobName>displayName>RecExAnaTest_RTT_notrig_steps_mc12_TAGtoAOD</jobTransformJobName>
-	      <jobTransformCmd>
-		pool_insertFileToCatalog.py RecExAnaTest_notrig_steps_mc12_AOD.pool.root; athena.py -c 'jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput.set_Value_and_Lock(["RecExAnaTest_notrig_steps_mc12_TAG.pool.root"])' RecExCommon/tagtoaod.py
-	      </jobTransformCmd>
-	      <group>RecExAna</group>
-	      <chaindataset_info>
-		<dc2/>
-		<chaindatasetName>RecExAnaTest_notrig_steps_mc12_AOD.pool.root</chaindatasetName>
-		<dataset_info>
-		  <dc2 />
-		  <datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_notrig_steps_mc12/RecExAnaTest_notrig_steps_mc12_AOD.pool.root</datasetName>
-		</dataset_info>
-	      </chaindataset_info>
-	      <chaindataset_info>
-		<dc2/>
-		<chaindatasetName>RecExAnaTest_notrig_steps_mc12_TAG.pool.root</chaindatasetName>
-		<dataset_info>
-		  <dc2 />
-		  <datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_notrig_steps_mc12/RecExAnaTest_notrig_steps_mc12_TAG.pool.root</datasetName>
-		</dataset_info>
-	      </chaindataset_info>
-            </jobTransform>
-	  </chainElement>
-	  
-	</sequential>     
-      </chain>
-      
-      <chain>
-        <chainName>RecExAnaTest_RTT_prod_steps_mc12</chainName>
-	<sequential>
-	  
-	  <chainElement>
-            <athena userJobId="mc12_chain_prod_RDOtoESD">
-	      <doc>Chain in prod configuration for mc12 RDO->ESD</doc>
-	      <displayName>RecExAnaTest_RTT_prod_steps_mc12_RDOtoESD</displayName>
-	      <commandLineFlags>
-		jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolESDOutput="RecExAnaTest_prod_steps_mc12_ESD.pool.root";jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/pileupSamples/mc12_8TeV.105200.McAtNloJimmy_CT10_ttbar_LeptonFilter.digit.RDO.e1513_s1499_s1504_d700/RDO.01177879._000001.pool.root.1"]
-	      </commandLineFlags>
-	      <options>RecExTrigTest/RecExTrigTest_RTT_esdprod</options>
-	      <group>RecExAna</group>
-	      <queue>medium</queue>
-            </athena>
-            <chainfileout>RecExAnaTest_prod_steps_mc12_ESD.pool.root</chainfileout>
-	  </chainElement>
-	  
-	  <chainElement>
-            <athena userJobId="mc12_chain_prod_ESDtoAOD">
-	      <doc> Chain in prod configuration for mc12 ESD->AOD</doc>
-	      <displayName>RecExAnaTest_RTT_prod_steps_mc12_ESDtoAOD</displayName>
-	      <commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolAODOutput="RecExAnaTest_prod_steps_mc12_AOD.pool.root"</commandLineFlags>
-	      <options>RecExAnaTest/esdtoaod_RTT</options>
-	      <group>RecExAna</group>
-	      <queue>medium</queue>
-	      <chaindataset_info>
-		<dc2/>
-		<chaindatasetName>RecExAnaTest_prod_steps_mc12_ESD.pool.root</chaindatasetName>
-		<dataset_info>
-		  <dc2 />
-		  <datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_prod_steps_mc12/RecExAnaTest_prod_steps_mc12_ESD.pool.root</datasetName>
-		</dataset_info>
-	      </chaindataset_info>
-	      <athenaCommonFlags />
-            </athena>
-            <chainfileout>RecExAnaTest_prod_steps_mc12_AOD.pool.root</chainfileout>
-            <chainfileout>PoolFileCatalog.xml</chainfileout>
-	  </chainElement>
-	  
-	    <chainElement>
-	      <athena userJobId="mc12_chain_prod_AODtoTAG">
-		<doc> Chain in prod configuration for mc12 AOD->TAG</doc>
-		<displayName>RecExAnaTest_RTT_prod_steps_mc12_AODtoTAG</displayName>
-		<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.PoolTAGOutput="RecExAnaTest_prod_steps_mc12_TAG.pool.root"</commandLineFlags>
-		<options>RecExAnaTest/aodtotag_RTT</options>
-		<group>RecExAna</group>
-		<queue>medium</queue>
-		<chaindataset_info>
-		  <dc2/>
-		  <chaindatasetName>RecExAnaTest_prod_steps_mc12_AOD.pool.root</chaindatasetName>
-		  <dataset_info>
-		    <dc2 />
-		    <datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_prod_steps_mc12/RecExAnaTest_prod_steps_mc12_AOD.pool.root</datasetName>
-		  </dataset_info>
-		</chaindataset_info>
-		<athenaCommonFlags />
-	      </athena>
-	      <chainfileout>RecExAnaTest_prod_steps_mc12_TAG.pool.root</chainfileout>
-	    </chainElement>
-	    
-	    <chainElement>
-            <jobTransform userJobId="mc12_chain_prod_TAGtoAOD">
-	      <doc> Chain in prod configuration for mc12 TAG->AOD</doc>
-	      <jobTransformJobName>RecExAnaTest_RTT_prod_steps_mc12_TAGtoAOD</jobTransformJobName>
-	      <jobTransformCmd>
-		pool_insertFileToCatalog.py RecExAnaTest_prod_steps_mc12_AOD.pool.root;athena.py -c 'jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput.set_Value_and_Lock(["RecExAnaTest_prod_steps_mc12_TAG.pool.root"])' RecExCommon/tagtoaod.py
-	      </jobTransformCmd>
-	      <group>RecExAna</group>
-	      <chaindataset_info>
-		<dc2/>
-		<chaindatasetName>RecExAnaTest_prod_steps_mc12_AOD.pool.root</chaindatasetName>
-		<dataset_info>
-		  <dc2 />
-		  <datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_prod_steps_mc12/RecExAnaTest_prod_steps_mc12_AOD.pool.root</datasetName>
-		</dataset_info>
-	      </chaindataset_info>
-	      <chaindataset_info>
-		<dc2/>
-		<chaindatasetName>RecExAnaTest_prod_steps_mc12_TAG.pool.root</chaindatasetName>
-		<dataset_info>
-		  <dc2 />
-		  <datasetName>/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/chainstore/devval/x86_64-slc5-gcc43-opt/AtlasProduction/Reconstruction/RecExample/RecExAnaTest/RecExAnaTest_RTT_prod_steps_mc12/RecExAnaTest_prod_steps_mc12_TAG.pool.root</datasetName>
-		</dataset_info>
-	      </chaindataset_info>
-            </jobTransform>
-	  </chainElement>
-	    
-	</sequential>
-      </chain>
-      
-    </jobList>
-    
-    <jobGroups>
-      
-      <jobGroup name="RecExAna" parent="Transform">
-	<keepFilePattern>web/*</keepFilePattern>
-	<keepFilePattern>web/data/*</keepFilePattern>
-	<keepFilePattern>*.txt</keepFilePattern>
-	<keepFilePattern>*.bz2</keepFilePattern>
-	<keepFilePattern>*_log.bz2</keepFilePattern>
-	
-	<auxFilePattern>PostProcessRecoRTTTests.py</auxFilePattern>
-	
-	<action position="1" runInAtlasEnv="yes">
-          <modulename>PostProcessRecoRTTTests</modulename>
-          <testname>PostProcessRecoRTTTests</testname>
-	</action>
-	
-      </jobGroup>
-      
-      <jobGroup name="RecExAna_memleak" parent="Transform">
-        <keepFilePattern>web/*</keepFilePattern>
-        <keepFilePattern>web/data/*</keepFilePattern>
-        <keepFilePattern>*.txt</keepFilePattern>
-        <keepFilePattern>*.bz2</keepFilePattern>
-	<keepFilePattern>*_log.bz2</keepFilePattern> 
-	
-	<auxFilePattern>run_memleak_reat.sh</auxFilePattern>
-	<auxFilePattern>slurpRecoRTTTests.pl</auxFilePattern>
-        <auxFilePattern>PostProcessIgprofWeb.py</auxFilePattern>
-        <auxFilePattern>PostProcessRecoRTTTests.py</auxFilePattern>
-	
-	<action position="1" runInAtlasEnv="yes">
-	  <modulename>PostProcessRecoRTTTests</modulename>
-	  <testname>PostProcessRecoRTTTests</testname>
-	</action>
-	
-      </jobGroup>
-    </jobGroups>
-    
-  </rtt>
-</unifiedTestConfiguration>
-