diff --git a/Reconstruction/RecExample/RecExTrigTest/CMakeLists.txt b/Reconstruction/RecExample/RecExTrigTest/CMakeLists.txt
deleted file mode 100644
index fb549304c6264c182c4b2496d6438590e525402c..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExTrigTest/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-################################################################################
-# Package: RecExTrigTest
-################################################################################
-
-# Declare the package name:
-atlas_subdir( RecExTrigTest )
-
-# Install files from the package:
-atlas_install_joboptions( share/*.py )
-atlas_install_runtime( test/RecExTrigTest_TestConfiguration.xml share/run_memleak_rett.sh )
-
diff --git a/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_10E31noB.py b/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_10E31noB.py
deleted file mode 100755
index d43b4d54433ebc10e78b148471e627634adcbfbb..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_10E31noB.py
+++ /dev/null
@@ -1,11 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-rec.doTrigger=True
-include("RecExCommon/RecExCommon_flags.py")
-TriggerFlags.triggerMenuSetup = 'lumi1E31_no_Bphysics'
-
-# main jobOption
-include ("RecExCommon/rdotoesdprod.py")
-
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
diff --git a/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_esdprod.py b/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_esdprod.py
deleted file mode 100755
index 813ff33042474c3b8d3e7c5497fbd65b8893bf39..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_esdprod.py
+++ /dev/null
@@ -1,9 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-rec.doTrigger=True
-
-# main jobOption
-include ("RecExCommon/rdotoesdprod.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
diff --git a/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_esdtrigger.py b/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_esdtrigger.py
deleted file mode 100755
index 7d917c1eb03c4c5309aadda292ba12dfbe457c17..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_esdtrigger.py
+++ /dev/null
@@ -1,15 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-include ("RecExCond/RecExCommon_flags.py")
-rec.AutoConfiguration = ['everything']
-import RecExConfig.AutoConfiguration as auto
-auto.ConfigureFromListOfKeys(rec.AutoConfiguration())
-
-
-# main jobOption
-include ("RecExCommon/rdotoesd.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
-
-
-
diff --git a/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_trigger.py b/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_trigger.py
deleted file mode 100755
index 5553c052f00a170c5ad71eb7b4fe0bc11a6d6cea..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExTrigTest/share/RecExTrigTest_RTT_trigger.py
+++ /dev/null
@@ -1,14 +0,0 @@
-include ("RecExRecoTest/RecExRecoTest_RTT_common.py")
-
-rec.doTrigger=True
-rec.doWriteESD=False # uncomment if do not write ESD
-
-include ("RecExCond/RecExCommon_flags.py")
-rec.AutoConfiguration = ['FieldAndGeo']
-import RecExConfig.AutoConfiguration as auto
-auto.ConfigureFromListOfKeys(rec.AutoConfiguration())
-
-
-include ("RecExCommon/rdotoesd.py")
-
-include ("RecExRecoTest/RecExRecoTest_RTT_common_postOptions.py")
diff --git a/Reconstruction/RecExample/RecExTrigTest/share/run_memleak_rett.sh b/Reconstruction/RecExample/RecExTrigTest/share/run_memleak_rett.sh
deleted file mode 100755
index 84a69a4273dd902268136f7f44c0c6a82335625a..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExTrigTest/share/run_memleak_rett.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-echo "running esdTrig_memleak 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/dataStreams_high_mu/high_mu-data11_7TeV.00179725.physics_JetTauEtmiss.merge.RAW._lb0021.data'] " RecExTrigTest/RecExTrigTest_RTT_esdtrigger.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/dataStreams_high_mu/high_mu-data11_7TeV.00179725.physics_JetTauEtmiss.merge.RAW._lb0021.data'] " RecExTrigTest/RecExTrigTest_RTT_esdtrigger.py --stdcmalloc
-fi
diff --git a/Reconstruction/RecExample/RecExTrigTest/test/RecExTrigTest_TestConfiguration.xml b/Reconstruction/RecExample/RecExTrigTest/test/RecExTrigTest_TestConfiguration.xml
deleted file mode 100755
index aa700c50c4e3d42b6dba63c4e2092e7f639c6740..0000000000000000000000000000000000000000
--- a/Reconstruction/RecExample/RecExTrigTest/test/RecExTrigTest_TestConfiguration.xml
+++ /dev/null
@@ -1,243 +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>RecExRecoTest/RecExRecoTest_RTT_empty.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Rolf Seuster </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>RecExCommon_links.sh</prescript>
-    </TEST>
-    
-    <TEST name="esd_nopers" type="athena" suite="esd_nopers">
-      <options_atn>-c "jp.AthenaCommonFlags.EvtMax=5 ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True  " AthenaCommon/MemTraceInclude.py RecExTrigTest/RecExTrigTest_RTT_trigger.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Rolf Seuster </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <nightly_exclude>15.5.X.Y</nightly_exclude>
-      <prescript>RecExCommon_links.sh</prescript>
-    </TEST>
-    
-    <TEST name="RECOSHIFT_esd" type="athena" suite="esd">
-      <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> Rolf Seuster </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <nightly_exclude>15.5.X.Y</nightly_exclude>
-      <prescript>RecExCommon_links.sh</prescript>
-    </TEST>
-    
-    
-    <TEST name="esdtoesdwithreco" type="athena" suite="esd">
-      <options_atn>-c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True  ; rec.doESD.set_Value_and_Lock(True) ; jp.AthenaCommonFlags.PoolESDOutput='reco_ESD.pool.root'  " AthenaCommon/MemTraceInclude.py RecExCommon/esdtoesd.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Rolf Seuster </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <nightly_exclude>15.5.X.Y</nightly_exclude>
-    </TEST>
-    
-    
-    <TEST name="rdotordo" type="athena" suite="rdo">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " AthenaCommon/MemTraceInclude.py RecExCommon/rdotordo.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Rolf Seuster </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <nightly_exclude>15.5.X.Y</nightly_exclude>
-      <prescript>RecExCommon_links.sh</prescript>
-    </TEST>
-    
-    <TEST name="rdotordotoesd" type="athena" suite="rdo">
-      <options_atn> -c "jp.AthenaCommonFlags.EvtMax=5; jp.AthenaCommonFlags.PoolRDOInput=['RDO.pool.root'] ; rec.doDetailedAuditor=True ; rec.doNameAuditor=True " RecExTrigTest/RecExTrigTest_RTT_esdtrigger.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Rolf Seuster </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <nightly_exclude>15.5.X.Y</nightly_exclude>
-      <prescript>RecExCommon_links.sh</prescript>
-    </TEST>
-    
-    <TEST name="rawtoesd_data" type="athena" suite="RecTrigData">
-      <options_atn>-c 'jp.AthenaCommonFlags.FilesInput=["/afs/cern.ch/atlas/project/rig/referencefiles/dataStreams_high_mu/data12_8TeV/data12_8TeV.00209109.physics_JetTauEtmiss.merge.RAW._lb0186._SFO-1._0001.1"];rec.doDPD.set_Value_and_Lock(True);rec.doNameAuditor=True;jp.AthenaCommonFlags.PoolESDOutput="data_ESD.pool.root"' RecExCommon/rdotoesd.py</options_atn>
-      <timelimit>30</timelimit>
-      <author> Rolf Seuster </author>
-      <mailto> atlas.rig@cern.ch </mailto>
-      <prescript>rm -f $ATN_WORK_AREA/*.pool.root; env > env.txt</prescript>
-    </TEST>
-    
-  </atn>
-  
-  <kv/>
-  <rtt xmlns="http://www.hep.ucl.ac.uk/atlas/AtlasTesting/rtt">
-    <rttContactPerson>Rolf Seuster (seuster@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="mc12_esdTrig">
-	<doc>Reco and trigger up to ESD on MC12 ttbar </doc>
-	<displayName>RecExRecoTest_RTT_esdtrigger</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>RecExTrigTest_RTT_esdtrigger</options>
-	<package>Reconstruction/RecExample/RecExTrigTest</package>
-	<group>RecExTrig</group>
-	<queue>medium</queue>
-      </athena>
-      
-      <athena userJobId="mc12_outputlevel_debugTrig">
-	<doc>Test reco with outputlevel debug</doc>
-	<commandLineFlags>jp.AthenaCommonFlags.EvtMax=50;rec.doWriteESD=False;rec.OutputLevel=DEBUG;rec.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>RecExTrigTest_RTT_esdtrigger</options>
-	<group>RecExTrig</group>
-	<queue>medium</queue>
-	<action position="8" runInAtlasEnv="yes">
-	  <modulename>RttLibraryTools</modulename>
-	  <testname>ExeRunner</testname>
-	  <arg>
-	    <argname>exeName</argname>
-	    <argvalue>tail</argvalue>
-	  </arg>
-	  <arg>
-	    <argname>exeParamString</argname>
-	    <argvalue>--lines=500 mc12_outputlevel_debugTrig_log &gt; mc12_outputlevel_debugTrig_log.txt</argvalue>
-	  </arg>
-	</action>
-	<action position="9" runInAtlasEnv="yes">
-	  <modulename>RttLibraryTools</modulename>
-	  <testname>ExeRunner</testname>
-	  <arg>
-	    <argname>exeName</argname>
-	    <argvalue>bzip2</argvalue>
-	  </arg>
-	  <arg>
-	    <argname>exeParamString</argname>
-	    <argvalue>mc12_outputlevel_debugTrig_log</argvalue>
-	  </arg>
-	</action>
-	<athenaCommonFlags />
-	<alwaysRunPostProc />
-      </athena>
-      
-      <athena userJobId="mc12_outputlevel_verboseTrig">
-	<doc>Test reco with outputlevel verbose</doc>
-	<commandLineFlags>jp.AthenaCommonFlags.EvtMax=50;rec.doWriteESD=False;rec.OutputLevel=VERBOSE;rec.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>RecExTrigTest_RTT_esdtrigger</options>
-	<group>RecExTrig</group>
-	<queue>long</queue>
-	<action position="8" runInAtlasEnv="yes">
-	  <modulename>RttLibraryTools</modulename>
-	  <testname>ExeRunner</testname>
-	  <arg>
-	    <argname>exeName</argname>
-	    <argvalue>tail</argvalue>
-	  </arg>
-	  <arg>
-	    <argname>exeParamString</argname>
-	    <argvalue>--lines=500 mc12_outputlevel_verboseTrig_log &gt; mc12_outputlevel_verboseTrig_log.txt</argvalue>
-	  </arg>
-	</action>
-	<action position="9" runInAtlasEnv="yes">
-	  <modulename>RttLibraryTools</modulename>
-	  <testname>ExeRunner</testname>
-	  <arg>
-	    <argname>exeName</argname>
-	    <argvalue>bzip2</argvalue>
-	  </arg>
-	  <arg>
-	    <argname>exeParamString</argname>
-	    <argvalue>mc12_outputlevel_verboseTrig_log</argvalue>
-	  </arg>
-	</action>
-	<athenaCommonFlags />
-	<alwaysRunPostProc />
-      </athena>
-
-
-
-      <athena userJobId="mc11_esdTrig">
-         <doc>Reco and trigger up to ESD on MC11 ttbar </doc>
-         <displayName>RecExRecoTest_RTT_esdtrigger</displayName>
-         <commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;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"]</commandLineFlags>
-         <options>RecExTrigTest_RTT_esdtrigger</options>
-         <package>Reconstruction/RecExample/RecExTrigTest</package>
-         <group>RecExTrig</group>
-         <queue>medium</queue>
-      </athena>
-
-
-     
-      <athena userJobId="mc10_esdTrig">
-	<doc>Reco and trigger up to ESD on MC10 ttbar </doc>
-	<displayName>RecExRecoTest_RTT_esdtrigger</displayName>
-	<commandLineFlags>jp.AthenaCommonFlags.EvtMax=300;jp.AthenaCommonFlags.FilesInput=["root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/phys-rig/mc10_7TeV.105200.T1_McAtNlo_Jimmy.digit.RDO.e598_s933_s946_d366_tid197091_00/RDO.197091._000001.pool.root.1"]</commandLineFlags>
-	<options>RecExTrigTest_RTT_esdtrigger</options>
-	<package>Reconstruction/RecExample/RecExTrigTest</package>
-	<group>RecExTrig</group>
-	<queue>medium</queue>
-      </athena>
-      
-
-
-    </jobList>  
-
-    <jobGroups>
-
-      <jobGroup name="RecExTrig" parent="Transform">
-        <keepFilePattern>cgi-bin/*</keepFilePattern>
-        <keepFilePattern>cgi-bin/data/*</keepFilePattern>
-        
-        <keepFilePattern>*.root</keepFilePattern>
-        <keepFilePattern>dumprootfile.*.log.gz</keepFilePattern>
-        
-        <keepFilePattern>*.txt</keepFilePattern>
-        <keepFilePattern>*.bz2</keepFilePattern>
-	<keepFilePattern>*_log.bz2</keepFilePattern>
-        
-        <auxFilePattern>dumpPoolFileInchunks.sh</auxFilePattern>
-        <auxFilePattern>diffPoolFilesRERT.sh</auxFilePattern>
-
-        <auxFilePattern>PostProcessRecoRTTTests.py</auxFilePattern>
-
-        <action position="1" runInAtlasEnv="yes">
-	  <modulename>PostProcessRecoRTTTests</modulename>
-          <testname>PostProcessRecoRTTTests</testname>
-        </action>
-      </jobGroup>
-
-      <jobGroup name="RecExTrig_memleak" parent="Transform">
-        <keepFilePattern>cgi-bin/*</keepFilePattern>
-        <keepFilePattern>cgi-bin/data/*</keepFilePattern>
-        
-        <keepFilePattern>*.root</keepFilePattern>
-        <keepFilePattern>dumprootfile.*.log.gz</keepFilePattern>
-        
-        <keepFilePattern>*.txt</keepFilePattern>
-        <keepFilePattern>*.bz2</keepFilePattern>
-        <keepFilePattern>*_log.bz2</keepFilePattern>
-        
-        <auxFilePattern>slurpRecoRTTTests.pl</auxFilePattern>
-        <auxFilePattern>run_memleak_rett.sh</auxFilePattern>
-        <auxFilePattern>dumpPoolFileInchunks.sh</auxFilePattern>
-        <auxFilePattern>diffPoolFilesRERT.sh</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>
-