diff --git a/Event/EventCommonTPCnv/EventCommonTPCnv/ARA_selection.xml b/Event/EventCommonTPCnv/EventCommonTPCnv/ARA_selection.xml
deleted file mode 100755
index 4e51b4d5e01982f36226039d0bc470f9a9332985..0000000000000000000000000000000000000000
--- a/Event/EventCommonTPCnv/EventCommonTPCnv/ARA_selection.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<lcgdict>
-  <class name="T_TPCnv<INav4MomLinkContainer,INav4MomLinkContainer_p1>"/>
-  <class name="INav4MomLinkContainerCnv_p1"/>
-  <class name="T_AthenaPoolTPCnvBase<INav4MomLinkContainer,INav4MomLinkContainer_p1>"/>
-  <class name="T_AthenaPoolTPPolyCnvBase<INav4MomLinkContainer,INav4MomLinkContainer,INav4MomLinkContainer_p1>"/>
-  <class name="T_AthenaPoolTPAbstractPolyCnvBase<INav4MomLinkContainer,INav4MomLinkContainer,INav4MomLinkContainer_p1>"/>
-  <class name="ITPConverterFor<INav4MomLinkContainer>"/>
-
-  <class name="T_TPCnv<IParticleLinkContainer,IParticleLinkContainer_p1>"/>
-  <class name="IParticleLinkContainerCnv_p1"/>
-  <class name="T_AthenaPoolTPCnvBase<IParticleLinkContainer,IParticleLinkContainer_p1>"/>
-  <class name="T_AthenaPoolTPPolyCnvBase<IParticleLinkContainer,IParticleLinkContainer,IParticleLinkContainer_p1>"/>
-  <class name="T_AthenaPoolTPAbstractPolyCnvBase<IParticleLinkContainer,IParticleLinkContainer,IParticleLinkContainer_p1>"/>
-  <class name="ITPConverterFor<IParticleLinkContainer>"/>
-
-  <class name="T_TPCnv<INav4MomAssocs,INav4MomAssocs_p2>"/>
-  <class name="INav4MomAssocsCnv_p2"/>
-  <class name="T_AthenaPoolTPCnvBase<INav4MomAssocs,INav4MomAssocs_p2>"/>
-  <class name="T_AthenaPoolTPPolyCnvBase<INav4MomAssocs,INav4MomAssocs,INav4MomAssocs_p2>"/>
-  <class name="T_AthenaPoolTPAbstractPolyCnvBase<INav4MomAssocs,INav4MomAssocs,INav4MomAssocs_p2>"/>
-
-  <class name="T_TPCnv<INav4MomAssocs,INav4MomAssocs_p3>"/>
-  <class name="INav4MomAssocsCnv_p3"/>
-  <class name="T_AthenaPoolTPCnvBase<INav4MomAssocs,INav4MomAssocs_p3>"/>
-  <class name="T_AthenaPoolTPPolyCnvBase<INav4MomAssocs,INav4MomAssocs,INav4MomAssocs_p3>"/>
-  <class name="T_AthenaPoolTPAbstractPolyCnvBase<INav4MomAssocs,INav4MomAssocs,INav4MomAssocs_p3>"/>
-  <class name="ITPConverterFor<INav4MomAssocs>"/>
-</lcgdict>
diff --git a/Event/EventCommonTPCnv/EventCommonTPCnv/EventCommonTPCnvDict.h b/Event/EventCommonTPCnv/EventCommonTPCnv/EventCommonTPCnvDict.h
index c18b33d8f568dbc06c9cd1ec2acb8dbe8edf4237..f5259520711bf8111ce09448a9c70496f463319d 100755
--- a/Event/EventCommonTPCnv/EventCommonTPCnv/EventCommonTPCnvDict.h
+++ b/Event/EventCommonTPCnv/EventCommonTPCnv/EventCommonTPCnvDict.h
@@ -26,16 +26,12 @@
 #include "EventCommonTPCnv/HepLorentzVector_p1.h"
 
 #include "EventCommonTPCnv/INav4MomLinkContainer_p1.h"
-#include "EventCommonTPCnv/INav4MomLinkContainerCnv_p1.h"
 
 #include "EventCommonTPCnv/IParticleLinkContainer_p1.h"
-#include "EventCommonTPCnv/IParticleLinkContainerCnv_p1.h"
 
 #include "EventCommonTPCnv/INav4MomAssocs_p1.h"
 #include "EventCommonTPCnv/INav4MomAssocs_p2.h"
-#include "EventCommonTPCnv/INav4MomAssocsCnv_p2.h"
 #include "EventCommonTPCnv/INav4MomAssocs_p3.h"
-#include "EventCommonTPCnv/INav4MomAssocsCnv_p3.h"
 
 
 
@@ -52,18 +48,13 @@ namespace EventCommonTPCnvDict_tmp {
     std::vector<P4PtEtaPhiMFloat_p2>    m_p4ptetaphimvs;
     std::vector<P4PxPyPzE_p1>      m_p4pxpypzs;
 
-    T_TPCnv<INav4MomLinkContainer, INav4MomLinkContainer_p1> m_inav4momlinktpcnv_p1;
     INav4MomLinkContainer_p1 m_inav4momlink_p1;
 
-    T_TPCnv<IParticleLinkContainer, IParticleLinkContainer_p1> m_ipartlinktpcnv_p1;
     IParticleLinkContainer_p1 m_ipartlink_p1;
 
-    T_TPCnv<INav4MomAssocs, INav4MomAssocs_p2> m_assocscnv_p2;
     INav4MomAssocs_p2 m_assocs_p2;
     INav4MomAssocs_p2::Assocs_t m_assocs_assocs_p2;
     INav4MomAssocs_p2::AssocElem_t m_assocs_elems_p2;
-
-    T_TPCnv<INav4MomAssocs, INav4MomAssocs_p3> m_assocscnv_p3;
     INav4MomAssocs_p3 m_assocs_p3;
     INav4MomAssocs_p3::Assocs_t m_assocs_assocs_p3;
     INav4MomAssocs_p3::AssocElem_t m_assocs_elems_p3;
diff --git a/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomAssocsCnv_p2.h b/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomAssocsCnv_p2.h
index 375048b892ad405a0460704339696325368b7299..0055bd70cdbb28aed7d45e42425e2f82de5238df 100644
--- a/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomAssocsCnv_p2.h
+++ b/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomAssocsCnv_p2.h
@@ -112,10 +112,4 @@ inline INav4MomAssocsCnv_p2::INav4MomAssocsCnv_p2()
 inline INav4MomAssocsCnv_p2::~INav4MomAssocsCnv_p2()
 {}
 
-/// @class specialization for AthenaROOTAccess benefit
-template<>
-class T_TPCnv<INav4MomAssocs, INav4MomAssocs_p2>
-  : public INav4MomAssocsCnv_p2
-{};
-
 #endif //> EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_P2_H
diff --git a/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomAssocsCnv_p3.h b/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomAssocsCnv_p3.h
index 4917e9bd4b2803705117ddde59c1af04f2c60fbe..ea76bb0afd48c5663baf3691f866b0646be6b6f5 100755
--- a/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomAssocsCnv_p3.h
+++ b/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomAssocsCnv_p3.h
@@ -108,10 +108,4 @@ inline INav4MomAssocsCnv_p3::INav4MomAssocsCnv_p3()
 inline INav4MomAssocsCnv_p3::~INav4MomAssocsCnv_p3()
 {}
 
-/// @class specialization for AthenaROOTAccess benefit
-template<>
-class T_TPCnv<INav4MomAssocs, INav4MomAssocs_p3>
-  : public INav4MomAssocsCnv_p3
-{};
-
 #endif //> EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_p3_H
diff --git a/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomLinkContainerCnv_p1.h b/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomLinkContainerCnv_p1.h
index cc2a3ce1e2ee111e795fce35f4e3291ce8346456..9c81c4f61775dc0d45c4c10154a2b5078c95f683 100644
--- a/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomLinkContainerCnv_p1.h
+++ b/Event/EventCommonTPCnv/EventCommonTPCnv/INav4MomLinkContainerCnv_p1.h
@@ -70,10 +70,4 @@ public:
 };
 
 
-template <>
-class T_TPCnv< INav4MomLinkContainer, INav4MomLinkContainer_p1 >
-  : public INav4MomLinkContainerCnv_p1 
-{};
-
-
 #endif // EVENTCOMMONTPCNV_INAV4MOMLINKCONTAINERCNV_P1_H
diff --git a/Event/EventCommonTPCnv/EventCommonTPCnv/IParticleLinkContainerCnv_p1.h b/Event/EventCommonTPCnv/EventCommonTPCnv/IParticleLinkContainerCnv_p1.h
index ba72108a7e3d0d39a0108e73ecb2e14458553051..b4f5bf2d85af0e39aa2b1216cc5b306c60f560fb 100644
--- a/Event/EventCommonTPCnv/EventCommonTPCnv/IParticleLinkContainerCnv_p1.h
+++ b/Event/EventCommonTPCnv/EventCommonTPCnv/IParticleLinkContainerCnv_p1.h
@@ -70,10 +70,4 @@ public:
 };
 
 
-template <>
-class T_TPCnv< IParticleLinkContainer, IParticleLinkContainer_p1 >
-  : public IParticleLinkContainerCnv_p1 
-{};
-
-
 #endif // EVENTCOMMONTPCNV_IPARTICLELINKCONTAINERCNV_P1_H
diff --git a/Event/EventCommonTPCnv/cmt/requirements b/Event/EventCommonTPCnv/cmt/requirements
index 4154d9986683092f2623e57490db854aa1c938af..69177d83cb6edc39406834cdcdb7085ec359d1f1 100755
--- a/Event/EventCommonTPCnv/cmt/requirements
+++ b/Event/EventCommonTPCnv/cmt/requirements
@@ -31,7 +31,6 @@ apply_pattern tpcnv_library
 # dependencies
 private
 apply_pattern lcgdict dict=EventCommonTPCnv selectionfile=selection.xml headerfiles="../EventCommonTPCnv/EventCommonTPCnvDict.h"
-apply_pattern lcgdict dict=ARA_EventCommonTPCnv selectionfile=ARA_selection.xml headerfiles="../EventCommonTPCnv/EventCommonTPCnvDict.h"
 apply_pattern lcgdict dict=OLD_EventCommonTPCnv selectionfile=OLD_selection.xml headerfiles="../EventCommonTPCnv/EventCommonTPCnvDict.h"
 end_private