diff --git a/HLT/Event/ByteStreamEmonSvc/cmt/requirements b/HLT/Event/ByteStreamEmonSvc/cmt/requirements
deleted file mode 100644
index 7f1ebef0d1e6e1692467dde727ad839d9c63d7de..0000000000000000000000000000000000000000
--- a/HLT/Event/ByteStreamEmonSvc/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package ByteStreamEmonSvc
-
-author Reiner Hauser <Reiner.Hauser@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use ByteStreamData      ByteStreamData-*                Event
-use DataCollection      DataCollection-*                External
-use GaudiInterface      GaudiInterface-*                External
-use ByteStreamCnvSvc    ByteStreamCnvSvc-*              Event
-use AtlasBoost          AtlasBoost-*                    External
-use HLTtdaq             HLTtdaq-*                       HLT/HLTExternal
-
-private
-use EventInfo           EventInfo-*                     Event
-use StoreGate           StoreGate-*                     Control
-use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-*         Event
-use PersistentDataModel PersistentDataModel-*           Database
-end_private
-
-macro_append ByteStreamEmonSvc_shlibflags "-lemon -lohroot"
-
-apply_pattern dual_use_library files="ByteStreamEmonInputSvc.cxx"
-apply_pattern declare_joboptions files="*.py"
-
-
diff --git a/HLT/HLTTestApps/cmt/requirements b/HLT/HLTTestApps/cmt/requirements
deleted file mode 100755
index b8ee917024613f174e5841120ccdf60eb19bd3c0..0000000000000000000000000000000000000000
--- a/HLT/HLTTestApps/cmt/requirements
+++ /dev/null
@@ -1,53 +0,0 @@
-package HLTTestApps 
-author  andre.dos.anjos@cern.ch,ricardo.abreu@cern.ch
-manager andre.dos.anjos@cern.ch,ricardo.abreu@cern.ch,werner.wiedenmann@cern.ch
-
-public
-
-use AtlasPolicy           AtlasPolicy-*            
-use DataCollection        DataCollection-*         External
-
-private
-use AtlasBoost            AtlasBoost-*             External
-use AtlasPython           AtlasPython-*            External
-use GaudiInterface        GaudiInterface-*         External
-use HLTtdaq               HLTtdaq-*                HLT/HLTExternal
-use HLTtdaqcommon         HLTtdaqcommon-*          HLT/HLTExternal
-use TrigT1Result          TrigT1Result-*           Trigger/TrigT1
-use StoreGate             StoreGate-*              Control
-use CTPfragment           v*
-
-# Remove to avoid compiler warning
-macro_remove_regexp AtlasCxxPolicy_pp_cppflags "'-DPACKAGE_VERSION=.*'"
-
-# Build and install the python bindings in $CMTCONFIG/lib/$Python_version
-
-library pyhlttestapps "../src/*.cxx"
-apply_pattern named_installed_library library=pyhlttestapps
-
-apply_pattern generic_declare_for_link kind=python_libs1 \
-        files='-s=../$(CMTCONFIG) libpyhlttestapps.so' \
-        prefix=$(CMTCONFIG)/lib/python$(Python_version) \
-        name=pyhlttestapps
-        
-apply_pattern declare_python_modules files="HLTTestApps/*.py HLTTestApps/plugins"
-apply_pattern declare_scripts files="../python/scripts/*.py ../python/scripts/*.sh"
-
-macro_append install_pyhlttestappspython_libs1_dependencies " pyhlttestapps "
-
-# CMAKE hacks
-apply_pattern cmake_add_command command="find_package( Boost COMPONENTS filesystem thread system python )"
-apply_pattern cmake_add_command command="find_package( tdaq-common COMPONENTS CTPfragment hltinterface pyeformat_util )"
-apply_pattern cmake_add_command command="find_package( tdaq COMPONENTS dynlibs owl ipc )"
-
-# ATTENTION: Here there is some tricky bussiness with the linkage. TDAQ
-# projects use the libboost-*-mt.so variants and Offline don't. This causes
-# some problems with the rvalue converter tables in Boost.Python because both
-# versions of the libray contain the tables, the bindings can easily get lost.
-# To overcome this, I removed the linkage options in the line bellow. DON'T
-# PUT THEM BACK UNLESS YOU UNDERSTAND WHAT YOU ARE DOING. This way, we use the
-# TDAQ problem libboost-*-mt.so libraries (indirectly through libpyeformat_util
-# and should be in peace with it.
-#
-macro_append pyhlttestapps_shlibflags " $(HLTtdaq_linkopts) $(HLTtdaqcommon_linkopts) -lGaudiKernel -lStoreGate -lTrigT1Result -lCTPfragment -lhltinterface -lpyeformat_util -ldynlibs -lowl -lipc"
-
diff --git a/HLT/HLToks/cmt/requirements b/HLT/HLToks/cmt/requirements
deleted file mode 100755
index 64c3c0164f0b59a5b35f57bcd5b81904b979623a..0000000000000000000000000000000000000000
--- a/HLT/HLToks/cmt/requirements
+++ /dev/null
@@ -1,47 +0,0 @@
-package HLToks
-
-author Frank Winklmeier
-
-use AtlasPolicy    AtlasPolicy-* 
-use HLTtdaq        HLTtdaq-*           HLT/HLTExternal
-use HLTUtils       HLTUtils-*          HLT
-
-#
-# Create HLT-Environment and HLT_SW_Repository
-#
-action generate-hlt-environment   \
-        "mkdir -p $(bin)/daq/segments; \
-        cd ${HLTOKSROOT}/${BINDIR}/daq/segments/; \
-        ${HLTUTILSROOT}/share/make_hlt_env.py HLT-Environment.data.xml"
-
-action generate-hlt-sw-repository \
-        "mkdir -p $(bin)/daq/sw; cd $(bin)/daq/sw; \
-         /usr/bin/env TDAQ_DB_PATH=${HLTOKSROOT}/${BINDIR}:${TDAQ_DB_PATH}:${tdaq_home}/installed/databases ${HLTUTILSROOT}/share/make_hlt_rep.py; \
-         /usr/bin/env TDAQ_DB_PATH=${HLTOKSROOT}/${BINDIR}:${TDAQ_DB_PATH}:${tdaq_home}/installed/databases ${HLTUTILSROOT}/share/make_coralServer_rep.py"
-
-#
-# Create symlinks in InstallArea
-# HLT-Environment is platform specific, HLT_SW_Repository is not
-#
-apply_pattern generic_declare_for_link kind="repo" \
-        files="-s=$(bin)/daq/sw HLT_SW_Repository.data.xml CoralServer-repository.data.xml" \
-        prefix="share/data/daq/sw"
-
-apply_pattern generic_declare_for_link kind="env" \
-        files="-s=$(bin)/daq/segments HLT-Environment.data.xml" \
-        prefix="${CMTCONFIG}/data/daq/segments/"
-
-#
-# Dependencies
-#
-macro_append constituents ' generate-hlt-environment generate-hlt-sw-repository'
-macro_append generate-hlt-sw-repository_dependencies ' generate-hlt-environment'
-macro_append install_repo_dependencies ' generate-hlt-sw-repository'
-macro_append install_env_dependencies ' generate-hlt-environment'
-
-private
-
-# Executed by release copy scripts and kit installation
-macro post_install_script "${HLTUTILSROOT}/share/hlt_postinstall.sh"
-
-path HLT_INST_PATH ${CMTINSTALLAREA}
diff --git a/HLT/Services/JiveXMLServer/cmt/requirements b/HLT/Services/JiveXMLServer/cmt/requirements
deleted file mode 100644
index 4d5c5964fe50cf436aea6dbe951af78709c92bb2..0000000000000000000000000000000000000000
--- a/HLT/Services/JiveXMLServer/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package JiveXMLServer
-
-author Sebastian Boeser <sboeser@hep.ucl.ac.uk>
-
-
-use AtlasPolicy         AtlasPolicy-*                                                               
-use HLTtdaq             HLTtdaq-*          HLT/HLTExternal                                    
-use GaudiInterface      GaudiInterface-*   External
-use JiveXML             JiveXML-*          graphics
-                                                                                                    
-private
-
-# Remove to avoid compiler warning
-macro_remove_regexp AtlasCxxPolicy_pp_cppflags "'-DPACKAGE_VERSION=.*'"
-
-library      JiveXMLServer -s=../src *.cxx 
-apply_pattern installed_library
-
-macro_append JiveXMLServer_linkopts " -lers -lipc -lcmdline " 
-
-macro   jivexmlserverlinkopts " -lJiveXMLServer "
-macro   jivexmlserver_dependencies " JiveXMLServer "
-application  jivexmlserver -s=../bin jivexmlserver.cc
-
-
diff --git a/HLT/Trigger/TrigConfiguration/TrigConf2COOLOnline/cmt/requirements b/HLT/Trigger/TrigConfiguration/TrigConf2COOLOnline/cmt/requirements
deleted file mode 100644
index 2cf53b6ba1b85181be94f404cafd5d34c40b17db..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigConfiguration/TrigConf2COOLOnline/cmt/requirements
+++ /dev/null
@@ -1,53 +0,0 @@
-# $Revision: 1.2 $
-
-package TrigConf2COOLOnline
-
-author  Joerg.Stelzer@cern.ch
-
-use  AtlasHLTPolicy             AtlasHLTPolicy-*     HLT 
-use  HLTtdaq	                HLTtdaq-*            HLT/HLTExternal
-
-private
-#use  HLTPUDal                   HLTPUDal-*           
-use  AtlasCOOL                  AtlasCOOL-*          External
-use  AtlasBoost                 AtlasBoost-*         External
-use  TrigConfL1Data             TrigConfL1Data-*     Trigger/TrigConfiguration
-use  TrigConfHLTData            TrigConfHLTData-*    Trigger/TrigConfiguration
-use  TrigConfStorage            TrigConfStorage-*    Trigger/TrigConfiguration
-
-
-
-# Remove to avoid compiler warning
-macro_remove_regexp AtlasCxxPolicy_pp_cppflags "'-DPACKAGE_VERSION=.*'"
-
-library TrigConf2COOLOnline *.cxx
-
-apply_pattern linked_library
-
-apply_tag NEEDS_CORAL_BASE
-apply_tag NEEDS_COOL_FACTORY
-
-application   TrigConf2CoolOnline   TrigConf2CoolOnline.cxx
-
-macro TrigConf2COOLOnline_dependencies " is_conf "
-
-macro TrigConf2CoolOnline_dependencies " TrigConf2COOLOnline "
-
-macro TrigConf2CoolOnlinelinkopts   "-ldaq-hlt-dal -lrc_CmdLine -lrc_ItemCtrl -lers -lTrigConf2COOLOnline $(Boost_linkopts_program_options)"
-
-action is_conf "is_generator.sh -d ../TrigConf2COOLOnline --cpp -n ../schema/is_trigconf_hlt.schema.xml ../schema/is_trigconf_l1.schema.xml "
-action is_confcln "rm -f ../TrigConf2COOLOnline/TrigConfHlt*.h"
-
-declare_hlt_db_schema files="../schema/is_trigconf_hlt.schema.xml" 
-
-private
-
-set JAVA_HOME $(java_home_linux)
-
-# until checkreq is fixed to translate RunControl to HLTtdaq
-
-#action checkreq "checkreq.py -i 3 -n"
-
-# disable it completely
-action checkreq "true"
-
diff --git a/HLT/Trigger/TrigControl/TrigCommon/cmt/requirements b/HLT/Trigger/TrigControl/TrigCommon/cmt/requirements
deleted file mode 100755
index 2eadbfafb77837ceab6b06b9091169bc19ff6844..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigCommon/cmt/requirements
+++ /dev/null
@@ -1,9 +0,0 @@
-package TrigCommon
-
-author Werner Wiedenmann <Werner.Wiedenmann@cern.ch>
-
-use AtlasPolicy    AtlasPolicy-* 
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
-
diff --git a/HLT/Trigger/TrigControl/TrigExamples/TrigExL2muCalibTest/cmt/requirements b/HLT/Trigger/TrigControl/TrigExamples/TrigExL2muCalibTest/cmt/requirements
deleted file mode 100755
index d655f8bad734ca538c822507aeeca50090c98ec1..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigExamples/TrigExL2muCalibTest/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigExL2muCalibTest
-
-author Werner Wiedenmann <Werner.Wiedenmann@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  EventInfo                  EventInfo-*                     Event
-use  GaudiInterface             GaudiInterface-*                External
-use  TrigNavigation        	TrigNavigation-*        	Trigger/TrigEvent
-
-private
-use  StoreGate                  StoreGate-*                     Control
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigHLTResultByteStream 	TrigHLTResultByteStream-* 	Trigger/TrigSteer
-use ByteStreamCnvSvcBase        ByteStreamCnvSvcBase-*          Event
-use  xAODTrigger             	xAODTrigger-*                	Event/xAOD
-end_private
-
-library TrigExL2muCalibTest *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-
-private
diff --git a/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHelloWorld/cmt/requirements b/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHelloWorld/cmt/requirements
deleted file mode 100755
index 19b2f8dc03635327e857276e58f5098e833036b5..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHelloWorld/cmt/requirements
+++ /dev/null
@@ -1,16 +0,0 @@
-package TrigExMTHelloWorld
-
-author Werner Wiedenmann <Werner.Wiedenmann@cern.ch>
-author Frank Winklmeier <frank.winklmeier@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-
-library TrigExMTHelloWorld *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-
-private
-use  GaudiInterface             GaudiInterface-*                External
diff --git a/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHelloWorldLvl1/cmt/requirements b/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHelloWorldLvl1/cmt/requirements
deleted file mode 100755
index 9ee3b7bf3a142d7e6031f045f109f4cd48fcb759..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHelloWorldLvl1/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-package TrigExMTHelloWorldLvl1
-
-author Paolo Calafiura <Paolo.Calafiura@cern.ch>
-author Werner Wiedenmann <Werner.Wiedenmann@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-private
-use  ByteStreamCnvSvcBase       ByteStreamCnvSvcBase-*          Event
-use  ByteStreamData             ByteStreamData-*                Event
-use  GaudiInterface             GaudiInterface-*                External
-use  StoreGate                  StoreGate-*                     Control
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-end_private
-
-library TrigExMTHelloWorldLvl1 *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-
-
diff --git a/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHistNtup/cmt/requirements b/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHistNtup/cmt/requirements
deleted file mode 100755
index 35a3c1518704fda3c72a9a227ddcc83d094d4e73..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigExamples/TrigExMTHistNtup/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package TrigExMTHistNtup
-author Tomasz Bold <Tomasz.Bold@cern.ch>
-author Werner Wiedenmann <Werner.Wiedenmann@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-private
-use  AtlasAIDA                  AtlasAIDA-*                     External
-use  AtlasROOT                  AtlasROOT-*                     External
-use  EventInfo                  EventInfo-*                     Event
-use  GaudiInterface             GaudiInterface-*                External
-use  StoreGate                  StoreGate-*                     Control
-use  TrigMonitorBase            TrigMonitorBase-*               Trigger/TrigMonitoring
-end_private
-
-
-library TrigExMTHistNtup *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py entries.C"
diff --git a/HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/cmt/requirements b/HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/cmt/requirements
deleted file mode 100644
index 480f4972458b415fa2700aa05f418799529d8520..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigExPartialEB
-
-author W. Wiedenmann  <Werner.Wiedenmann@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  DataCollection             DataCollection-*                External
-use  EventInfo                  EventInfo-*                     Event
-use  GaudiInterface             GaudiInterface-*                External
-use  TrigROBDataProviderSvc     TrigROBDataProviderSvc-*        Trigger/TrigDataAccess
-private
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AtlasBoost                 AtlasBoost-*                    External
-use  ByteStreamCnvSvcBase       ByteStreamCnvSvcBase-*          Event
-use  StoreGate                  StoreGate-*                     Control
-use  TrigDataAccessMonitoring   TrigDataAccessMonitoring-*      Trigger/TrigDataAccess
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-end_private
-
-
-library TrigExPartialEB *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
diff --git a/HLT/Trigger/TrigControl/TrigKernel/cmt/requirements b/HLT/Trigger/TrigControl/TrigKernel/cmt/requirements
deleted file mode 100644
index bfe8f780cba94d0fb744cea77daabd15949144cc..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigKernel/cmt/requirements
+++ /dev/null
@@ -1,15 +0,0 @@
-package TrigKernel
-
-author W. Wiedenmann  <Werner.Wiedenmann@cern.ch>
-author Ricardo Abreu  <Ricardo.Abreu@cern.ch>
-
-public
-use AtlasPolicy           AtlasPolicy-*
-use GaudiInterface        GaudiInterface-*         External
-use DataCollection        DataCollection-*         External
-use AtlasBoost            AtlasBoost-*             External
-use HLTtdaq               HLTtdaq-*                HLT/HLTExternal
-
-library TrigKernel *.cxx
-apply_pattern installed_library
-
diff --git a/HLT/Trigger/TrigControl/TrigPSC/cmt/requirements b/HLT/Trigger/TrigControl/TrigPSC/cmt/requirements
deleted file mode 100644
index e8a78d6aed530c13182c6e672462fa071543214a..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigPSC/cmt/requirements
+++ /dev/null
@@ -1,30 +0,0 @@
-package TrigPSC
-
-author Frank Winklmeier  <frank.winklmeier@cern.ch>
-author Ricardo Abreu     <Ricardo.Abreu@cern.ch>
-
-public
-
-use AtlasPolicy         AtlasPolicy-*
-use AtlasBoost          AtlasBoost-*             External
-use DataCollection      DataCollection-*         External
-use GaudiInterface      GaudiInterface-*         External
-use HLTtdaqcommon       HLTtdaqcommon-*          HLT/HLTExternal
-
-library TrigPSC *.cxx
-apply_pattern linked_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-use AtlasPython         AtlasPython-*            External
-use PathResolver        PathResolver-*           Tools
-use TrigKernel          TrigKernel-*             HLT/Trigger/TrigControl
-use TrigConfBase        TrigConfBase-*           Trigger/TrigConfiguration
-use RDBAccessSvc        RDBAccessSvc-*           Database/AthenaPOOL
-use AtlasCORAL          AtlasCORAL-*             External
-
-# use online libraries
-macro_append TrigPSC_linkopts " -lers -leformat -leformat_write -lhltinterface "
-
diff --git a/HLT/Trigger/TrigControl/TrigPython/cmt/requirements b/HLT/Trigger/TrigControl/TrigPython/cmt/requirements
deleted file mode 100644
index 68bfb06c6ed4046a03add4351d27b79ab62322ab..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigPython/cmt/requirements
+++ /dev/null
@@ -1,17 +0,0 @@
-package TrigPython
-
-author Frank Winklmeier   <frank.winklmeier@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-
-# dictionary creation
-private
-use AtlasReflex   AtlasReflex-*   External
-# Package dependencies for dictionary generation
-use TrigKernel            TrigKernel-*             HLT/Trigger/TrigControl
-
-apply_pattern lcgdict dict=TrigPython \
-    selectionfile=selection.xml \
-    headerfiles="../TrigPython/TrigPythonDict.h"
-end_private
-
diff --git a/HLT/Trigger/TrigControl/TrigServices/cmt/requirements b/HLT/Trigger/TrigControl/TrigServices/cmt/requirements
deleted file mode 100755
index 48161de2595a4ca6cbe23d18d525c66fdf499f3d..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigControl/TrigServices/cmt/requirements
+++ /dev/null
@@ -1,49 +0,0 @@
-package TrigServices
-
-author W. Wiedenmann     <Werner.Wiedenmann@cern.ch>
-author Frank Winklmeier  <Frank.Winklmeier@cern.ch>
-author Ricardo Abreu     <Ricardo.Abreu@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-use GaudiInterface        GaudiInterface-*         External
-use AthenaKernel          AthenaKernel-*           Control
-use StoreGate             StoreGate-*              Control
-use TrigKernel            TrigKernel-*             HLT/Trigger/TrigControl
-use EventInfo             EventInfo-*              Event
-use xAODEventInfo         xAODEventInfo-*          Event/xAOD
-use AthenaBaseComps       AthenaBaseComps-*        Control
-use TrigSteeringEvent     TrigSteeringEvent-*      Trigger/TrigEvent
-use TrigDataAccessMonitoring  TrigDataAccessMonitoring-*  Trigger/TrigDataAccess
-use TrigROBDataProviderSvc    TrigROBDataProviderSvc-*    Trigger/TrigDataAccess
-use ByteStreamCnvSvcBase  ByteStreamCnvSvcBase-*   Event
-use ByteStreamData        ByteStreamData-*         Event
-use DataCollection        DataCollection-*         External
-use HLTtdaq               HLTtdaq-*                HLT/HLTExternal
-use HLTtdaqcommon         HLTtdaqcommon-*          HLT/HLTExternal
-
-private
-use AtlasBoost            AtlasBoost-*             External
-use AtlasROOT             AtlasROOT-*              External
-use AtlasCORAL            AtlasCORAL-*             External
-use AthenaPoolUtilities   AthenaPoolUtilities-*    Database/AthenaPOOL
-use TrigInterfaces        TrigInterfaces-*         Trigger/TrigSteer
-use TrigConfInterfaces    TrigConfInterfaces-*     Trigger/TrigConfiguration
-use TrigMonitorBase       TrigMonitorBase-*        Trigger/TrigMonitoring
-use TrigNavigation        TrigNavigation-*         Trigger/TrigEvent
-use CLIDSvc               CLIDSvc-*                Control
-use CTPfragment           *
-end_private
-
-apply_pattern dual_use_library files="*.cxx"
-
-apply_pattern declare_joboptions files="*.py"
-
-apply_pattern declare_python_modules files="*.py"
-
-#--- leave this as public
-macro_append TrigServices_linkopts \
-             " $(HLTtdaq_linkopts) -lers -leformat -leformat_write "
-
-private
-macro_append TrigServices_linkopts " $(Boost_linkopts) $(Boost_linkopts_regex) "
-macro_append TrigServices_linkopts " $(HLTtdaq_linkopts) -lhltinterface -lCTPfragment -lomniORB4 -lomnithread -lipc -lis -lowl "
diff --git a/HLT/Trigger/TrigMonitoring/HLTRates2COOL/cmt/requirements b/HLT/Trigger/TrigMonitoring/HLTRates2COOL/cmt/requirements
deleted file mode 100644
index 017629d4c17498acc8f13b1e6738151788aef785..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigMonitoring/HLTRates2COOL/cmt/requirements
+++ /dev/null
@@ -1,49 +0,0 @@
-# $Revision: 1.7 $
-
-package HLTRates2COOL
-
-author  Joerg Stelzer     stelzer@cern.ch
-
-#use OnlinePolicy # This one doesn't produce the executables in the install area.
-use  AtlasPolicy                AtlasPolicy-*
-use  AtlasROOT                  AtlasROOT-*                     External
-use  AtlasCOOL                  AtlasCOOL-*                     External
-use  HLTtdaq		            HLTtdaq-*                       HLT/HLTExternal
-
-private
-use  AtlasBoost                 AtlasBoost-*                    External
-use  AtlasCORAL                 AtlasCORAL-*                    External
-
-# Remove to avoid compiler warning
-macro_remove_regexp AtlasCxxPolicy_pp_cppflags "'-DPACKAGE_VERSION=.*'"
-
-macro LcgLibs " -llcg_CoolApplication "
-
-library HLTRates2COOL *.cxx
-apply_pattern installed_library
-
-apply_tag NEEDS_CORAL_BASE
-apply_tag NEEDS_COOL_FACTORY
-
-application  HLTCountsArchiver                  test/HLTCountsArchiver.cxx
-macro        HLTCountsArchiver_dependencies     HLTRates2COOL
-macro	     HLTCountsArchiver_cppflags         " $(LcgIncludes) "
-macro        HLTCountsArchiverlinkopts          " $(LcgLibs) -lrc_CmdLine -lrc_ItemCtrl -lohroot -lers -lcmdline -lHLTRates2COOL $(Boost_linkopts_program_options) "
-
-application  testHLTtoCOOL                      test/testHLTtoCOOL.cxx
-macro        testHLTtoCOOL_dependencies         HLTRates2COOL
-macro	     testHLTtoCOOL_cppflags             " $(LcgIncludes) "
-macro        testHLTtoCOOLlinkopts              " $(LcgLibs) -lohroot -lers -lcmdline -lHLTRates2COOL "
-
-application  HLTRatesFromCOOL                   test/HLTRatesFromCOOL.cxx
-macro        HLTRatesFromCOOL_dependencies      HLTRates2COOL
-macro	     HLTRatesFromCOOL_cppflags          " $(LcgIncludes) "
-macro        HLTRatesFromCOOLlinkopts           " $(LcgLibs) -lohroot -lers -lcmdline -lHLTRates2COOL $(Boost_linkopts_program_options) "
-
-# until checkreq is fixed to translate RunControl to HLTtdaq
-
-#action checkreq "checkreq.py -i 3 -n"
-
-# disable it completely
-action checkreq "true"
-
diff --git a/HLT/Trigger/TrigMonitoring/TrigOnlineMonitor/cmt/requirements b/HLT/Trigger/TrigMonitoring/TrigOnlineMonitor/cmt/requirements
deleted file mode 100644
index e8ee7876049a62c1ce16147fb4c4eea85118996d..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigMonitoring/TrigOnlineMonitor/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigOnlineMonitor
-
-author W. Wiedenmann  <Werner.Wiedenmann@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-use DataCollection        DataCollection-*         External
-use GaudiInterface        GaudiInterface-*         External
-use ByteStreamData        ByteStreamData-*         Event
-use TrigT1Result          TrigT1Result-*           Trigger/TrigT1
-use AthenaBaseComps       AthenaBaseComps-*        Control
-use TrigConfInterfaces    TrigConfInterfaces-*     Trigger/TrigConfiguration/
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-
-private
-use AtlasROOT             AtlasROOT-*              External
-use AtlasBoost            AtlasBoost-*             External
-use AthenaKernel          AthenaKernel-*           Control
-use TrigROBDataProviderSvc TrigROBDataProviderSvc-* Trigger/TrigDataAccess
-use EventInfo             EventInfo-*              Event
-use ByteStreamCnvSvcBase  ByteStreamCnvSvcBase-*   Event
-use TrigT1ResultByteStream TrigT1ResultByteStream-* Trigger/TrigT1
-use TrigT1Interfaces	  TrigT1Interfaces-*	   Trigger/TrigT1
-use TrigMonitorBase       TrigMonitorBase-*        Trigger/TrigMonitoring
-use L1TopoRDO		  L1TopoRDO-*		   Trigger/TrigT1/L1Topo
-use L1TopoConfig	  L1TopoConfig-*	   Trigger/TrigT1/L1Topo
-use TrigSteering          TrigSteering-*           Trigger/TrigSteer
-use TrigT1Result          TrigT1Result-*           Trigger/TrigT1
-use TrigConfL1Data        TrigConfL1Data-*         Trigger/TrigConfiguration
-use TrigConfHLTData       TrigConfHLTData-*        Trigger/TrigConfiguration
-use TrigSteeringEvent     TrigSteeringEvent-*      Trigger/TrigEvent
-
-library TrigOnlineMonitor *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-
-apply_pattern declare_scripts files="../share/plotL1TopoROBMonHist.py"
-
-# REMOVE BEFORE COMMIT!!!
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/HLT/Trigger/TrigTransforms/TrigTransform/cmt/requirements b/HLT/Trigger/TrigTransforms/TrigTransform/cmt/requirements
deleted file mode 100644
index 983c42f99bf9c8b7df96a935c159c19b4edada74..0000000000000000000000000000000000000000
--- a/HLT/Trigger/TrigTransforms/TrigTransform/cmt/requirements
+++ /dev/null
@@ -1,16 +0,0 @@
-package TrigTransform
-
-author Carsten Kendziorra <kendzi@physik.hu-berlin.de>
-author Simon George <S.George@rhul.ac.uk>
-author Martin Zur Nedden <martin.zur.nedden@desy.de>
-author Joerg Stelzer <stelzer@cern.ch>
-author Mark Stockton <mark.stockton@cern.ch>
-
-use PyJobTransforms PyJobTransforms-* Tools
-use RecJobTransforms RecJobTransforms-* Reconstruction
-
-use AtlasPolicy AtlasPolicy-*
-
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern declare_job_transforms tfs="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigCaloRec/cmt/requirements b/Trigger/TrigAlgorithms/TrigCaloRec/cmt/requirements
deleted file mode 100755
index 36cbd0dc25fa2b3998cc780cd8d1b91dc339cadd..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigCaloRec/cmt/requirements
+++ /dev/null
@@ -1,59 +0,0 @@
-package TrigCaloRec
-
-# =====================================================================
-#
-# This is the Trigger EF Calorimeter Cluster algorithm package.
-#
-# =====================================================================
-
-author Cibran Santamarina <Cibran.Santamarina.Rios@cern.ch>
-
-# =====================================================================
-
-use AtlasPolicy             AtlasPolicy-*
-use GaudiInterface          GaudiInterface-*             External
-use CaloEvent               CaloEvent-*                  Calorimeter
-use CaloInterface 	    CaloInterface-* 		 Calorimeter
-use TrigSteeringEvent       TrigSteeringEvent-*          Trigger/TrigEvent
-use TrigInterfaces          TrigInterfaces-* 		 Trigger/TrigSteer
-use TrigTimeAlgs            TrigTimeAlgs-*               Trigger/TrigTools
-use TrigT2CaloCommon        TrigT2CaloCommon-*           Trigger/TrigAlgorithms
-use AthenaMonitoring	    AthenaMonitoring-*	 	 Control
-use TrigCaloEvent           TrigCaloEvent-*              Trigger/TrigEvent
-use CLIDSvc		    CLIDSvc-*			 Control
-use AthenaKernel            AthenaKernel-*               Control
-use AthenaBaseComps         AthenaBaseComps-*            Control
-use xAODCaloEvent           xAODCaloEvent-*              Event/xAOD
-use IRegionSelector         IRegionSelector-*            DetectorDescription
-# =====================================================================
-
-
-apply_pattern dual_use_library files=*.cxx
-
-#apply_pattern declare_runtime_extras extras="*.txt *.xml *.sh *.cfg"
-
-#apply_pattern declare_joboptions files="jobOfragment_*.py TriggerConfig_*.py"
-
-apply_pattern declare_python_modules files="*.py"
-
-private
-use EventKernel             EventKernel-*                Event
-use NavFourMom              NavFourMom-*                 Event
-use CaloDetDescr            CaloDetDescr-*               Calorimeter
-use CaloUtils               CaloUtils-*                  Calorimeter
-use TrigT1Interfaces        TrigT1Interfaces-*           Trigger/TrigT1
-use TrigT1CaloByteStream    TrigT1CaloByteStream-*	 Trigger/TrigT1
-use CaloGeoHelpers          CaloGeoHelpers-*             Calorimeter
-use CaloRec                 CaloRec-*                    Calorimeter
-use CaloIdentifier          CaloIdentifier-*             Calorimeter
-#use GeoModelSvc             GeoModelSvc-*                DetectorDescription/GeoModel
-use GeoModelInterfaces      GeoModelInterfaces-*         DetectorDescription/GeoModel
-use LArIdentifier           LArIdentifier-*              LArCalorimeter
-use LArCabling              LArCabling-*                 LArCalorimeter
-use xAODTrigL1Calo	    xAODTrigL1Calo-*		 Event/xAOD
-use xAODTrigCalo	    xAODTrigCalo-*		 Event/xAOD
-use xAODHIEvent             xAODHIEvent-*                Event/xAOD
-
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
diff --git a/Trigger/TrigAlgorithms/TrigDetCalib/cmt/requirements b/Trigger/TrigAlgorithms/TrigDetCalib/cmt/requirements
deleted file mode 100644
index 558d46c6379b84fd78af4ab4c467b9fcd5939ee2..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigDetCalib/cmt/requirements
+++ /dev/null
@@ -1,30 +0,0 @@
-package TrigDetCalib
-
-use     AtlasPolicy             AtlasPolicy-*
-use     AtlasROOT               AtlasROOT-*           External
-use     DataCollection          DataCollection-*      External
-use     GaudiInterface          GaudiInterface-*      External
-use     TrigSteeringEvent       TrigSteeringEvent-*   Trigger/TrigEvent
-use     TrigInDetEvent          TrigInDetEvent-*      Trigger/TrigEvent
-use 	IRegionSelector      	IRegionSelector-*     DetectorDescription
-
-private
-use     AthenaBaseComps         AthenaBaseComps-*     Control
-use     EventInfo               EventInfo-*           Event
-use     xAODEventInfo           xAODEventInfo-*       Event/xAOD
-use     AthenaKernel            AthenaKernel-*        Control
-use     TrkTrack                TrkTrack-*            Tracking/TrkEvent
-use     TrigSteering            TrigSteering*         Trigger/TrigSteer
-use     TrigTimeAlgs            TrigTimeAlgs-*        Trigger/TrigTools
-use     TrigInterfaces          TrigInterfaces-*      Trigger/TrigSteer
-use     TrigT1Result            TrigT1Result-*        Trigger/TrigT1
-end_private
-
-library TrigDetCalib *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-
-private
-apply_tag ROOTMathLibs
-end_private
diff --git a/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/Makefile b/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/Makefile
deleted file mode 100644
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/install.history b/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/install.history
deleted file mode 100644
index d6ecd72d94175fd2a55800816e362a25a80ff5e1..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/install.history
+++ /dev/null
@@ -1,27 +0,0 @@
-(i__main__
-LogFile
-p0
-(dp1
-S'_installed_files'
-p2
-(dp3
-S'../../Trigger/TrigAlgorithms/TrigEFLongLivedParticles/genConf/TrigEFLongLivedParticles'
-p4
-(dp5
-S'../../../Trigger/TrigAlgorithms/TrigEFLongLivedParticles/genConf/TrigEFLongLivedParticles/TrigEFLongLivedParticlesConf.py'
-p6
-S'../../../../InstallArea/python/TrigEFLongLivedParticles/TrigEFLongLivedParticlesConf.py'
-p7
-sS'../../../Trigger/TrigAlgorithms/TrigEFLongLivedParticles/genConf/TrigEFLongLivedParticles/TrigEFLongLivedParticles_confDb.py'
-p8
-S'../../../../InstallArea/python/TrigEFLongLivedParticles/TrigEFLongLivedParticles_confDb.py'
-p9
-ssS'../../../../../../../atlas/software/releases/16.6.2/GAUDI/v21r9p3a/GaudiPolicy/cmt/fragments/__init__.py'
-p10
-S'../../../../InstallArea/python/TrigEFLongLivedParticles/__init__.py'
-p11
-sS'../../../../../../afs/cern.ch/atlas/software/releases/16.1.2/GAUDI/v21r9p3a/GaudiPolicy/cmt/fragments/__init__.py'
-p12
-S'../../../../InstallArea/python/TrigEFLongLivedParticles/__init__.py'
-p13
-ssb.
\ No newline at end of file
diff --git a/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/requirements b/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/requirements
deleted file mode 100644
index 56b5b8cc0615daa376d7c7ea9d2355fe77a351cf..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigEFLongLivedParticles/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package TrigEFLongLivedParticles
-
-# =====================================================================
-#
-# This is the Trigger EF Long Lived Particles algorithm package.
-#
-# =====================================================================
-
-author Antonio Policicchio <apolici@cern.ch>
-
-# =====================================================================
-
-use AtlasPolicy             AtlasPolicy-*
-
-use JetEvent                JetEvent-*                   Reconstruction/Jet
-use TrigParticle            TrigParticle-*               Trigger/TrigEvent
-use TrigSteeringEvent       TrigSteeringEvent-*          Trigger/TrigEvent
-use TrigInterfaces          TrigInterfaces-*             Trigger/TrigSteer
-use TrigCaloEvent           TrigCaloEvent-*              Trigger/TrigEvent
-
-private
-use AthenaKernel            AthenaKernel-*               Control
-use GaudiInterface          GaudiInterface-*             External
-use FourMomUtils            FourMomUtils-*               Event
-use xAODJet		    xAODJet-*			 Event/xAOD
-use CaloEvent               CaloEvent-*                  Calorimeter
-use TrigTimeAlgs            TrigTimeAlgs-*               Trigger/TrigTools
-use TrigParticle	    TrigParticle-*		 Trigger/TrigEvent
-
-
-# =====================================================================
-
-apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_runtime_extras extras="*.txt *.xml *.sh *.cfg"
-
-apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigEFMissingET/cmt/requirements b/Trigger/TrigAlgorithms/TrigEFMissingET/cmt/requirements
deleted file mode 100644
index a31ed500f4b3ebe92d8a6a5ab1e53ca0b6fe6f93..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigEFMissingET/cmt/requirements
+++ /dev/null
@@ -1,51 +0,0 @@
-package TrigEFMissingET
-	
-author Kyle Cranmer <cranmer@cern.ch>
-author Rashid Djilkibaev <rd47@nyu.edu>
-author Diego Casadei <Diego.Casadei@cern.ch>
-author Venkat Kaushik <Venkat.Kaushik@cern.ch>
-author Florian U. Bernlochner <florian.bernlochner@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  AtlasROOT                  AtlasROOT-*                     External
-use  CaloDetDescr               CaloDetDescr-*                  Calorimeter
-use  CaloEvent                  CaloEvent-*                     Calorimeter
-use  CaloGeoHelpers             CaloGeoHelpers-*                Calorimeter
-use  CaloIdentifier             CaloIdentifier-*                Calorimeter
-use  CaloInterface              CaloInterface-*                 Calorimeter
-use  GaudiInterface             GaudiInterface-*                External
-use  LArIdentifier              LArIdentifier-*                 LArCalorimeter
-use  LArCabling                 LArCabling-*                    LArCalorimeter
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigMissingEtEvent         TrigMissingEtEvent-*            Trigger/TrigEvent
-use  TrigT2CaloCommon           TrigT2CaloCommon-*              Trigger/TrigAlgorithms
-use  TrigTimeAlgs               TrigTimeAlgs-*                  Trigger/TrigTools
-use  xAODCaloEvent              xAODCaloEvent-*                 Event/xAOD
-use  TrigCaloEvent              TrigCaloEvent-*                 Trigger/TrigEvent
-use  xAODTrigMissingET          xAODTrigMissingET-*                 Event/xAOD
-	
-use  TrigParticle               TrigParticle-*                  Trigger/TrigEvent
-	
-use  xAODJet                    xAODJet-*                       Event/xAOD
-private
-use  CxxUtils                   CxxUtils-*                      Control
-use  DataCollection             DataCollection-*                External
-use  xAODEventInfo              xAODEventInfo-*                 Event/xAOD
-use  EventKernel                EventKernel-*                   Event
-use  Identifier                 Identifier-*                    DetectorDescription
-use  TrigMuonEvent              TrigMuonEvent-*                 Trigger/TrigEvent
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-	
-use  JetEvent                   JetEvent-*                      Reconstruction/Jet
-end_private
-
-
-apply_pattern dual_use_library files=*.cxx
-#apply_pattern declare_runtime
-#apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-
diff --git a/Trigger/TrigAlgorithms/TrigEgammaRec/cmt/requirements b/Trigger/TrigAlgorithms/TrigEgammaRec/cmt/requirements
deleted file mode 100755
index 452e9d40aed5f0f2c2d438e6dbe8bdb43910ed9a..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigEgammaRec/cmt/requirements
+++ /dev/null
@@ -1,47 +0,0 @@
-package TrigEgammaRec
-
-# =====================================================================
-#
-# This is an specific wrapper to execute the egammaRec offline algorithm
-# as an HLT algorithm.
-#
-# =====================================================================
-author Phillip Urquijo <Phillip.Urquijo@cern.ch>
-author (xAOD) Ryan Mackenzie White <ryan.white@cern.ch>
-# =====================================================================
-
-use AtlasPolicy		        AtlasPolicy-* 
-use GaudiInterface              GaudiInterface-*              External
-
-use TrigInterfaces              TrigInterfaces-*	      Trigger/TrigSteer
-use TrigSteeringEvent           TrigSteeringEvent-*           Trigger/TrigEvent
-use egammaInterfaces            egammaInterfaces-*            Reconstruction/egamma
-use egammaRecEvent              egammaRecEvent-*                 Reconstruction/egamma
-use xAODEgamma                  xAODEgamma-*                    Event/xAOD
-# needed for StorageDefinitions template instatiations
-use TrigCaloEvent		TrigCaloEvent-*		      Trigger/TrigEvent
-use TrigParticle		TrigParticle-*		      Trigger/TrigEvent
-
-use RecoToolInterfaces RecoToolInterfaces-* Reconstruction/RecoTools
-use xAODPrimitives     xAODPrimitives-*     Event/xAOD
-use LumiBlockComps          LumiBlockComps-*             LumiBlock
-private
-use egammaEvent                 egammaEvent-*                 Reconstruction/egamma
-use xAODCaloEvent               xAODCaloEvent-*                 Event/xAOD
-use xAODTracking                xAODTracking-*                  Event/xAOD
-use xAODEgammaCnv               xAODEgammaCnv-*                 Event/xAOD
-use CaloEvent                   CaloEvent-*                   Calorimeter
-use TrigTimeAlgs                TrigTimeAlgs-*                Trigger/TrigTools
-use AtlasROOT                   AtlasROOT-*                   External
-use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID
-use xAODEventShape              xAODEventShape-*                Event/xAOD
-public
-# =====================================================================
-
-apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_runtime_extras extras="*.txt *.xml *.sh *.cfg"
-
-apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigFastTrackFinder/cmt/requirements b/Trigger/TrigAlgorithms/TrigFastTrackFinder/cmt/requirements
deleted file mode 100644
index 557601407a7e8b7f791420874b8f14466ad9afda..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigFastTrackFinder/cmt/requirements
+++ /dev/null
@@ -1,53 +0,0 @@
-package TrigFastTrackFinder
-
-# =====================================================================
-
-public
-
-# General
-use AtlasPolicy			AtlasPolicy-*
-use GaudiInterface		GaudiInterface-*     External
-
-# Trigger
-use TrigInterfaces              TrigInterfaces-*	 Trigger/TrigSteer
-use TrigInDetEvent		TrigInDetEvent-*	 Trigger/TrigEvent
-use TrigSteeringEvent           TrigSteeringEvent-*      Trigger/TrigEvent
-use TrigInDetPattRecoTools      TrigInDetPattRecoTools-*   Trigger/TrigTools
-
-use TrkEventPrimitives   TrkEventPrimitives-*   Tracking/TrkEvent
-
-# =====================================================================
-
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern component_library
-
-library TrigFastTrackFinder  *.cxx components/*.cxx 
-
-private
-
-# Tracking
-
-use     AtlasTBB                        AtlasTBB-*                      External
-use     CxxUtils            CxxUtils-*         Control
-use     StoreGate            StoreGate-*         Control
-use TrigInDetPattRecoEvent	TrigInDetPattRecoEvent-*   Trigger/TrigEvent
-use 	TrkRIO_OnTrack			TrkRIO_OnTrack-*		Tracking/TrkEvent 
-use     InDetRIO_OnTrack                InDetRIO_OnTrack-*              InnerDetector/InDetRecEvent 
-use	TrkParameters			TrkParameters-*			Tracking/TrkEvent 
-use TrkToolInterfaces           TrkToolInterfaces-*           Tracking/TrkTools
-
-use	InDetRecToolInterfaces		InDetRecToolInterfaces-* 	InnerDetector/InDetRecTools 
-use	IRegionSelector			IRegionSelector-*		DetectorDescription
-use     InDetIdentifier                 InDetIdentifier-*               InnerDetector/InDetDetDescr
-
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-*  Trigger/TrigTools
-use TrkTrack		        TrkTrack-* 		   Tracking/TrkEvent
-use TrigTimeAlgs		TrigTimeAlgs-*		   Trigger/TrigTools
-use InDetBeamSpotService        InDetBeamSpotService-*     InnerDetector/InDetConditions
-use TrkTrackSummary            TrkTrackSummary-*          Tracking/TrkEvent
-
-use AthenaBaseComps              AthenaBaseComps-*	   Control
-use InDetPrepRawData     	 InDetPrepRawData-*	   InnerDetector/InDetRecEvent 
-use SiSpacePointsSeed            SiSpacePointsSeed-*       InnerDetector/InDetRecEvent 
-use   	FTK_DataProviderInterfaces    FTK_DataProviderInterfaces-*    Trigger/TrigFTK
diff --git a/Trigger/TrigAlgorithms/TrigGenericAlgs/cmt/requirements b/Trigger/TrigAlgorithms/TrigGenericAlgs/cmt/requirements
deleted file mode 100755
index b6a460c0c081d52b27bf9530026540e7728912df..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigGenericAlgs/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package TrigGenericAlgs
-
-author Tomasz Bold <Tomasz.Bold@cern.ch>
-author Till Eifert <Till.Eifert@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use TrigSteeringEvent	TrigSteeringEvent-*          Trigger/TrigEvent
-use TrigInterfaces        TrigInterfaces-*             Trigger/TrigSteer
-use TrigT1Interfaces    TrigT1Interfaces-*       Trigger/TrigT1
-use TrigMuonRoITools    TrigMuonRoITools-*       Trigger/TrigTools
-use TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-use TrigCaloEvent        TrigCaloEvent-*                 Trigger/TrigEvent
-use xAODTrigL1Calo          xAODTrigL1Calo-*             Event/xAOD
-use xAODTrigMuon           xAODTrigMuon-*		 Event/xAOD
-use TrigMuonEvent               TrigMuonEvent-*                 Trigger/TrigEvent
-use xAODTrigger             xAODTrigger-*                   Event/xAOD
-use TrigL2MuonSA	TrigL2MuonSA-*	Trigger/TrigAlgorithms
-
-private
-use TrigT1Result	  TrigT1Result-*               Trigger/TrigT1
-use TrigConfL1Data        TrigConfL1Data-*             Trigger/TrigConfiguration
-use AthenaKernel          AthenaKernel-*               Control
-use GaudiInterface        GaudiInterface-*             External
-use AtlasBoost            AtlasBoost-*                 External
-use AtlasCLHEP            AtlasCLHEP-*                 External
-use ByteStreamCnvSvcBase  ByteStreamCnvSvcBase-*       Event
-use TrigNavigation        TrigNavigation-*             Trigger/TrigEvent
-use TrigSteeringEvent     TrigSteeringEvent-*          Trigger/TrigEvent
-use IRegionSelector       IRegionSelector-*            DetectorDescription
-use CTPfragment      v*
-
-library TrigGenericAlgs *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
-
-macro_append shlibflags " -lCTPfragment -lTrigL2MuonSA"
-
diff --git a/Trigger/TrigAlgorithms/TrigHIRec/cmt/requirements b/Trigger/TrigAlgorithms/TrigHIRec/cmt/requirements
deleted file mode 100755
index fb55fae02f8b8a5a6854c681984fb5fc32b1ab49..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigHIRec/cmt/requirements
+++ /dev/null
@@ -1,32 +0,0 @@
-package TrigHIRec
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use TrigCaloEvent       TrigCaloEvent-*         Trigger/TrigEvent
-use GaudiInterface	GaudiInterface-*        External
-use AtlasROOT           AtlasROOT-*             External
-
-private
-use StoreGate 	        StoreGate-*             Control
-use AsgTools            AsgTools-*              Control/AthToolSupport
-use NavFourMom          NavFourMom-*            Event
-use Navigation          Navigation-*            Control
-use TrigInterfaces      TrigInterfaces-*	Trigger/TrigSteer
-use CaloEvent           CaloEvent-*             Calorimeter
-use CaloUtils           CaloUtils-*             Calorimeter
-use JetInterface        JetInterface-*          Reconstruction/Jet
-use xAODJet             xAODJet-*               Event/xAOD
-use xAODCore            xAODCore-*              Event/xAOD
-use xAODHIEvent         xAODHIEvent-*           Event/xAOD
-use xAODCaloEvent	xAODCaloEvent-*         Event/xAOD
-use HIEventUtils        HIEventUtils-*          PhysicsAnalysis/HeavyIonPhys
-use HIGlobal            HIGlobal-*              Reconstruction/HeavyIonRec
-use HIJetRec            HIJetRec-*              Reconstruction/HeavyIonRec
-#use TrigCaloRec    	TrigCaloRec-*           Trigger/TrigAlgorithms
-
-
-library TrigHIRec *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py "
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Trigger/TrigAlgorithms/TrigHIRec/cmt/version.cmt b/Trigger/TrigAlgorithms/TrigHIRec/cmt/version.cmt
deleted file mode 100644
index 909068b46d4987789c7274089f4ce4280f0a8b6b..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigHIRec/cmt/version.cmt
+++ /dev/null
@@ -1 +0,0 @@
-TrigHIRec-00-00-20
diff --git a/Trigger/TrigAlgorithms/TrigHLTJetHemisphereRec/cmt/requirements b/Trigger/TrigAlgorithms/TrigHLTJetHemisphereRec/cmt/requirements
deleted file mode 100755
index 81e4f97a3fa30e458dfbe7fdadaa99c1d0e1f3e6..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigHLTJetHemisphereRec/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package TrigHLTJetHemisphereRec
-
-author Valentinos Christodoulou <valentinos.christodoulou@cern.ch>
-
-public
-use AtlasPolicy    	AtlasPolicy-*
-use GaudiInterface 	GaudiInterface-* 	External
-use AtlasFastJet   	AtlasFastJet-*        	External
-
-#use JetInterface   	JetInterface-*          Reconstruction/Jet
-#use JetRec         	JetRec-*      	    	Reconstruction/Jet
-use TrigInterfaces 	TrigInterfaces-*        Trigger/TrigSteer
-use TrigCaloEvent  	TrigCaloEvent-*         Trigger/TrigEvent
-use TrigTimeAlgs        TrigTimeAlgs-*          Trigger/TrigTools
-use AtlasROOT      	AtlasROOT-*             External
-
-use TrigParticle   	TrigParticle-*	    	Trigger/TrigEvent
-use xAODJet        	xAODJet-*               Event/xAOD
-use TrigSteeringEvent	TrigSteeringEvent-*     Trigger/TrigEvent
-
-
-# apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_python_modules files="*.py"
-
-library TrigHLTJetHemisphereRec *.cxx -s=components *.cxx                              
-apply_pattern component_library                                              
-
-
-private
-#use CaloEvent      CaloEvent-*              Calorimeter
-use xAODCaloEvent  xAODCaloEvent-*          Event/xAOD
-use JetEDM         	JetEDM-*      	    	Reconstruction/Jet
-
diff --git a/Trigger/TrigAlgorithms/TrigHLTJetRec/cmt/requirements b/Trigger/TrigAlgorithms/TrigHLTJetRec/cmt/requirements
deleted file mode 100644
index e8316c12e018531f3db3050430ff471c3d676c28..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigHLTJetRec/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigHLTJetRec
-
-author Valentinos Christodoulou <valentinos.christodoulou@cern.ch>
-author P sherwood <peter.sherwood@cern.ch>
-
-public
-use AtlasPolicy    	  AtlasPolicy-*
-use GaudiInterface 	  GaudiInterface-*       External
-use AtlasFastJet   	  AtlasFastJet-*         External
-use StoreGate         StoreGate-*            Control
-
-use JetInterface   	  JetInterface-*         Reconstruction/Jet
-use JetRec         	  JetRec-*      	     Reconstruction/Jet
-use TrigInterfaces 	  TrigInterfaces-*       Trigger/TrigSteer
-use TrigCaloEvent  	  TrigCaloEvent-*        Trigger/TrigEvent
-use AtlasROOT      	  AtlasROOT-*            External
-
-use JetEDM         	  JetEDM-*      	     Reconstruction/Jet
-use TrigParticle   	  TrigParticle-*	     Trigger/TrigEvent
-use xAODJet        	  xAODJet-*              Event/xAOD
-use TrigSteeringEvent TrigSteeringEvent-*    Trigger/TrigEvent
-
-use xAODCaloEvent  	  xAODCaloEvent-*        Event/xAOD
-use TrigNavStructure  TrigNavStructure-*     Trigger/TrigEvent
-use AthenaBaseComps   AthenaBaseComps-*      Control
-
-use xAODBase          xAODBase-*             Event/xAOD
-use xAODTrigL1Calo    xAODTrigL1Calo-*       Event/xAOD
-
-# apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_python_modules files="*.py"
-
-library TrigHLTJetRec *.cxx -s=components *.cxx                              
-apply_pattern component_library                                              
-
-
-private
-#use xAODCaloEvent  xAODCaloEvent-*         Event/xAOD
-use CaloEvent      	CaloEvent-*             Calorimeter
-use EventShapeTools EventShapeTools-*       Reconstruction/EventShapes 
-use xAODEventShape  xAODEventShape-*        Event/xAOD
diff --git a/Trigger/TrigAlgorithms/TrigL2LongLivedParticles/cmt/requirements b/Trigger/TrigAlgorithms/TrigL2LongLivedParticles/cmt/requirements
deleted file mode 100644
index 64e142ef08793e6abebe17a303f0ceebadc9ff98..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigL2LongLivedParticles/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigL2LongLivedParticles
-
-author Antonio Policicchio <antonio.policicchio@cern.ch>
-author Stefano Giagu <stefano.giagu@cern.ch>
-
-# ============================================================================================
-public
-use	AtlasPolicy		AtlasPolicy-*
-use	TrigMuonEvent		TrigMuonEvent-*			Trigger/TrigEvent
-use	TrigInterfaces		TrigInterfaces-*		Trigger/TrigSteer
-use	TrigTimeAlgs		TrigTimeAlgs-*			Trigger/TrigTools
-use	TrigT1Interfaces	TrigT1Interfaces-*		Trigger/TrigT1
-use     xAODTrigger             xAODTrigger-*                   Event/xAOD
-
-# ============================================================================================
-private
-use	CaloEvent		CaloEvent-*			Calorimeter
-use     AthContainers           AthContainers-*                 Control
-use     FourMomUtils            FourMomUtils-*                  Event
-use	xAODJet			xAODJet-*			Event/xAOD
-use     xAODTracking            xAODTracking-*                  Event/xAOD
-use	AtlasCLHEP		AtlasCLHEP-*			External
-use	AtlasROOT		AtlasROOT-*			External
-use	GaudiInterface		GaudiInterface-*		External
-use     JetEvent                JetEvent-*              	Reconstruction/Jet
-use	PathResolver		PathResolver*			Tools
-use	TrigCaloEvent		TrigCaloEvent-*			Trigger/TrigEvent
-use 	TrigNavigation		TrigNavigation-*		Trigger/TrigEvent
-use	TrigParticle		TrigParticle-*			Trigger/TrigEvent
-use	TrigSteeringEvent	TrigSteeringEvent-*		Trigger/TrigEvent
-use     CxxUtils                CxxUtils-*                      Control
-
-private
-apply_tag ROOTMathLibs
-end_private
-
-# ============================================================================================
-library TrigL2LongLivedParticles *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigL2MissingET/cmt/requirements b/Trigger/TrigAlgorithms/TrigL2MissingET/cmt/requirements
deleted file mode 100755
index 7987385c49d8cf45c18a23a7dbbd52b7ddffdaa7..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigL2MissingET/cmt/requirements
+++ /dev/null
@@ -1,36 +0,0 @@
-package TrigL2MissingET
-
-author Kyle Cranmer <Kyle.Cranmer@cern.ch>
-author Till Eifert  <Till.Eifert@cern.ch>
-author Diego Casadei <Diego.Casadei@cern.ch>
-
-
-use AtlasPolicy         AtlasPolicy-*
-use TrigInterfaces      TrigInterfaces-*             Trigger/TrigSteer
-use TrigSteeringEvent	TrigSteeringEvent-*          Trigger/TrigEvent
-use DataCollection      DataCollection-*             External
-use IRegionSelector     IRegionSelector-*            DetectorDescription
-use LArRecEvent         LArRecEvent-*                LArCalorimeter
-use GaudiInterface      GaudiInterface-*             External
-use CaloIdentifier      CaloIdentifier-*             Calorimeter
-use LArIdentifier       LArIdentifier-*              LArCalorimeter
-use LArCabling          LArCabling-*                 LArCalorimeter
-use xAODTrigMissingET   xAODTrigMissingET-*          Event/xAOD
- 
-private
-use TrigT2CaloCommon    TrigT2CaloCommon-*           Trigger/TrigAlgorithms
-use TrigMissingEtEvent  TrigMissingEtEvent-*         Trigger/TrigEvent
-use TrigCaloEvent	TrigCaloEvent-*    	     Trigger/TrigEvent
-use TrigNavigation      TrigNavigation-*             Trigger/TrigEvent
-use TrigT1Interfaces    TrigT1Interfaces-*           Trigger/TrigT1
-use AtlasCLHEP          AtlasCLHEP-*                 External
-use CxxUtils            CxxUtils-*                   Control
-use  xAODEventInfo      xAODEventInfo-*              Event/xAOD
-end_private
-
-
-#apply_pattern component_library
-apply_pattern dual_use_library files=*.cxx
-#apply_pattern declare_runtime files="*.dtd *.xml *.car *.config"
-#apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigL2MuonSA/cmt/requirements b/Trigger/TrigAlgorithms/TrigL2MuonSA/cmt/requirements
deleted file mode 100644
index 1b515f5f9cffac4e1f83eb978c861132f1f26a52..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigL2MuonSA/cmt/requirements
+++ /dev/null
@@ -1,72 +0,0 @@
-#################################################
-package TrigL2MuonSA
-
-author Kunihiro Nagano <Kunihiro.Nagano@cern.ch>
-
-use AtlasPolicy            AtlasPolicy-*
-use AthenaBaseComps        AthenaBaseComps-*          Control
-use AtlasROOT              AtlasROOT-*                External
-use GaudiInterface         GaudiInterface-*           External
-
-use TrigT1RPCRecRoiSvc     TrigT1RPCRecRoiSvc-*       Trigger/TrigT1
-use TrigT1Interfaces       TrigT1Interfaces-*         Trigger/TrigT1
-use TrigInterfaces         TrigInterfaces-*           Trigger/TrigSteer
-use TrigSteeringEvent      TrigSteeringEvent-*        Trigger/TrigEvent
-use TrigTimeAlgs           TrigTimeAlgs-*             Trigger/TrigTools
-
-use RegionSelector         RegionSelector-*           DetectorDescription
-use Identifier             Identifier-*               DetectorDescription
-use ByteStreamCnvSvcBase   ByteStreamCnvSvcBase-*     Event
-use MuonCnvToolInterfaces  MuonCnvToolInterfaces-*    MuonSpectrometer/MuonCnv
-
-use MuonMDT_Cabling	   MuonMDT_Cabling-*	      MuonSpectrometer/MuonCablings
-use MuonTGC_Cabling        MuonTGC_Cabling-*          MuonSpectrometer/MuonCablings
-use MuonRPC_Cabling        MuonRPC_Cabling-*          MuonSpectrometer/MuonCablings
-use RPCcablingInterface    RPCcablingInterface-*      MuonSpectrometer/MuonCablings
-
-use MuonRecToolInterfaces  MuonRecToolInterfaces-*    MuonSpectrometer/MuonReconstruction/MuonRecTools
-use CscClusterization      CscClusterization-*        MuonSpectrometer/MuonReconstruction/MuonDataPrep
-use MuonPrepRawData        MuonPrepRawData-*          MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use MuonIdHelpers          MuonIdHelpers-*            MuonSpectrometer
-use MuonRDO                MuonRDO-*                  MuonSpectrometer
-use GeoPrimitives	   GeoPrimitives-*	      DetectorDescription
-
-use TrigMuonEvent          TrigMuonEvent-*            Trigger/TrigEvent
-use MdtCalibSvc            MdtCalibSvc-*              MuonSpectrometer/MuonCalib/MdtCalib
-
-use TrigMuonBackExtrapolator  TrigMuonBackExtrapolator-*  Trigger/TrigTools
-
-use xAODTrigMuon   	   xAODTrigMuon-*       Event/xAOD
-use xAODTrigger		   xAODTrigger-*	      Event/xAOD
-
-##use MuonCnvExample	   MuonCnvExample-*	      MuonSpectrometer/MuonCnv
-
-private
-
-use StoreGate              StoreGate-*                Control
-use AtlasCLHEP             *                          External
-use AtlasGSL               *                          External
-use PathResolver           PathResolver-*             Tools
-use EventInfo              EventInfo-*                Event
-use MuonCalibEvent         MuonCalibEvent-*           MuonSpectrometer/MuonCalib
-use MuonContainerManager   MuonContainerManager-*     MuonSpectrometer/MuonCnv
-
-use MuonReadoutGeometry	   MuonReadoutGeometry-*      MuonSpectrometer/MuonDetDescr
-use MuonIdHelpers          MuonIdHelpers-*            MuonSpectrometer
-use MuonCablingData	   MuonCablingData-*	      MuonSpectrometer/MuonCablings
-
-macro_append TrigL2MuonSA_linkopts " -lcirc_proc -lMuCalDecode"
-
-end_private
-
-# Specify the required tdaq-common components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS MuCalDecode circ_proc)"
-
-library TrigL2MuonSA *.cxx -s=components *.cxx
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern declare_runtime files="pt_barrel.lut pt_barrelSP.lut pt_barrelSP_new.lut pt_barrel.mc10.lut pt_endcap.lut pt_endcap.mc10.lut dZ_barrel.lut pt_endcap_small_large.lut pt_endcap_run2.lut pt_comb_mean.lut pt_comb_sigma.lut"
-
-#################################################
diff --git a/Trigger/TrigAlgorithms/TrigL2SiTrackFinder/cmt/requirements b/Trigger/TrigAlgorithms/TrigL2SiTrackFinder/cmt/requirements
deleted file mode 100755
index a307e5fcb9deea7f3809186ed3eafe5dd6eefbc5..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigL2SiTrackFinder/cmt/requirements
+++ /dev/null
@@ -1,54 +0,0 @@
-
-package TrigL2SiTrackFinder
-
-# =====================================================================
-
-public
-
-# General
-use AtlasPolicy			AtlasPolicy-*
-#use AtlasROOT                   AtlasROOT-02-*          External
-use GaudiInterface		GaudiInterface-*     External
-
-
-# For detector masking
-use DataCollection		DataCollection-*	External
-
-
-
-# Trigger
-use TrigInterfaces              TrigInterfaces-*	Trigger/TrigSteer
-use TrigInDetEvent		TrigInDetEvent-*	Trigger/TrigEvent
-use TrigSteeringEvent           TrigSteeringEvent-*     Trigger/TrigEvent
-
-# Tracking
-use TrkTrack		        TrkTrack-* 		Tracking/TrkEvent
-
-use IRegionSelector             IRegionSelector-*       DetectorDescription
-# use RegionSelector            RegionSelector-*        DetectorDescription
-# use RoiDescriptor             RoiDescriptor-*         DetectorDescription   
-
-
-# =====================================================================
-
-#apply_pattern declare_runtime_extras   extras="*.xml"
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern component_library
-
-library TrigL2SiTrackFinder  *.cxx components/*.cxx 
-
-private
-
-use TrigSiSpacePointTool	TrigSiSpacePointTool-*	Trigger/TrigTools
-use TrigTimeAlgs		TrigTimeAlgs-*		Trigger/TrigTools
-
-use StoreGate			StoreGate-*		Control
-
-use InDetBeamSpotService        InDetBeamSpotService-*  InnerDetector/InDetConditions
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-*  Trigger/TrigTools
-use TrigInDetRecoTools          TrigInDetRecoTools-*    Trigger/TrigTools
-use TrkToolInterfaces           TrkToolInterfaces-*           Tracking/TrkTools
-use InDetPrepRawData 		InDetPrepRawData-* 	InnerDetector/InDetRecEvent
-use InDetIdentifier             InDetIdentifier-*            InnerDetector/InDetDetDescr
-use InDetRIO_OnTrack    InDetRIO_OnTrack-*	InnerDetector/InDetRecEvent 
diff --git a/Trigger/TrigAlgorithms/TrigL2TRTSegFinder/cmt/requirements b/Trigger/TrigAlgorithms/TrigL2TRTSegFinder/cmt/requirements
deleted file mode 100644
index 2164556d1a74011ed7f6e627f37d0070c0352fc5..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigL2TRTSegFinder/cmt/requirements
+++ /dev/null
@@ -1,59 +0,0 @@
-package TrigL2TRTSegFinder
-
-private
-
-use InDetRIO_OnTrack            InDetRIO_OnTrack-*   InnerDetector/InDetRecEvent
-#use StoreGate			StoreGate-*		Control
-use TrigSteeringEvent           TrigSteeringEvent-*     Trigger/TrigEvent
-use TrkParameters TrkParameters-* Tracking/TrkEvent
-use TrkSurfaces TrkSurfaces-* Tracking/TrkDetDescr
-use IRegionSelector          	IRegionSelector-*                DetectorDescription
-use MagFieldInterfaces    MagFieldInterfaces-*    MagneticField
-
-
-end_private
-
-public
-
-# General
-use AtlasPolicy			AtlasPolicy-*
-use GaudiInterface		GaudiInterface-*     External
-
-use AthenaBaseComps		AthenaBaseComps-*	Control
-
-use ByteStreamCnvSvcBase        ByteStreamCnvSvcBase-*      Event
-use RegionSelector              RegionSelector-*        DetectorDescription
-
-use TrigInDetEvent              TrigInDetEvent-*       	Trigger/TrigEvent
-use TrigTimeAlgs                TrigTimeAlgs-*          Trigger/TrigTools
-use InDetPrepRawData            InDetPrepRawData-*   InnerDetector/InDetRecEvent
-
-
-
-use TrigInterfaces              TrigInterfaces-*        Trigger/TrigSteer
-use TrigInDetToolInterfaces TrigInDetToolInterfaces-*   Trigger/TrigTools
-
-# SegmentFinder:
-use TrkSegment                   TrkSegment-*             Tracking/TrkEvent
-use InDetRecToolInterfaces       InDetRecToolInterfaces-* InnerDetector/InDetRecTools
-use TrkExInterfaces        TrkExInterfaces-*        Tracking/TrkExtrapolation
-use TrkGeometry            TrkGeometry-*            Tracking/TrkDetDescr
-
-# =====================================================================
-
-library TrigL2TRTSegFinder TrigTRTSegFinder.cxx components/TrigL2TRTSegFinder_load.cxx components/TrigL2TRTSegFinder_entries.cxx
-#apply_pattern dual_use_library files=*.cxx
- 
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-
- 
-#apply_pattern dual_use_library files=*.cxx
-
-
-
-
-
-
diff --git a/Trigger/TrigAlgorithms/TrigMinBias/cmt/requirements b/Trigger/TrigAlgorithms/TrigMinBias/cmt/requirements
deleted file mode 100644
index a7f820ce3d8efb6b60f5cedc54dfa855eccbc21b..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigMinBias/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package TrigMinBias
-
-author Regina Kwee <Regina.Kwee@cern.ch>
-
-public
-
-use AtlasPolicy 	        AtlasPolicy-*
-
-use TrigInterfaces              TrigInterfaces-*        Trigger/TrigSteer
-use TrkTrack                    TrkTrack-*              Tracking/TrkEvent
-use TrigInDetEvent		TrigInDetEvent-*	Trigger/TrigEvent
-use xAODTracking		xAODTracking-*		Event/xAOD
-use xAODTrigMinBias		xAODTrigMinBias-*	Event/xAOD
-private
-
-use GaudiInterface              GaudiInterface-*        External
-use StoreGate                   StoreGate-*             Control
-use TrigTimeAlgs                TrigTimeAlgs-*          Trigger/TrigTools
-use TrkParameters               TrkParameters-*         Tracking/TrkEvent
-
-public
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_runtime files="*.dtd *.xml *.car *.config"
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Trigger/TrigAlgorithms/TrigMissingETMuon/cmt/requirements b/Trigger/TrigAlgorithms/TrigMissingETMuon/cmt/requirements
deleted file mode 100755
index b07db79415257aca0a33082144558a332eb46d5f..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigMissingETMuon/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package TrigMissingETMuon
-
-author Kyle Cranmer <Kyle.Cranmer@cern.ch>
-author Till Eifert  <Till.Eifert@cern.ch>
-author Diego Casadei <Diego.Casadei@cern.ch>
-author Allen Mincer <allen.mincer@nyu.edu>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  xAODTrigMissingET	        xAODTrigMissingET-*	        Event/xAOD
-private
-use  AtlasCLHEP                 AtlasCLHEP-*                    External
-use  CxxUtils                   CxxUtils-*                      Control
-use  DataCollection             DataCollection-*                External
-use  EventInfo                  EventInfo-*                     Event
-use  GaudiInterface             GaudiInterface-*                External
-use  TrigMissingEtEvent         TrigMissingEtEvent-*            Trigger/TrigEvent
-use  TrigMuonEvent              TrigMuonEvent-*                 Trigger/TrigEvent
-use  TrigNavigation             TrigNavigation-*                Trigger/TrigEvent
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-use  xAODMuon                   xAODMuon-*                      Event/xAOD
-end_private
-
-
-#apply_pattern component_library
-apply_pattern dual_use_library files=*.cxx
-#apply_pattern declare_runtime files="*.dtd *.xml *.car *.config"
-#apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigMuSuperEF/cmt/requirements b/Trigger/TrigAlgorithms/TrigMuSuperEF/cmt/requirements
deleted file mode 100644
index 27e33f481995d0b96bc94eec06f0db9623f57090..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigMuSuperEF/cmt/requirements
+++ /dev/null
@@ -1,70 +0,0 @@
-package TrigMuSuperEF
-
-author Martin Woudstra <martin.woudstra@cern.ch>
-author Joel Klinger <joel.klinger@hep.manchester.ac.uk>
-
-private
-# generalities 
-use AtlasPolicy	      AtlasPolicy-* 
-use GaudiInterface    GaudiInterface-*			  External
-use CxxUtils          CxxUtils-*                          Control
-use AthenaKernel      AthenaKernel-*                      Control
-
-# trigger generalities
-use TrigInterfaces              TrigInterfaces-*                Trigger/TrigSteer
-use TrigSteeringEvent           TrigSteeringEvent-*             Trigger/TrigEvent
-use TrigTimeAlgs         	TrigTimeAlgs-*          	Trigger/TrigTools
-use TrigConfHLTData             TrigConfHLTData-*               Trigger/TrigConfiguration
-#use TrigNavigation           	TrigNavigation-*            	Trigger/TrigEvent
-
-use TrigMuonEvent               TrigMuonEvent-*                 Trigger/TrigEvent
-#use EventInfo                   EventInfo-*                    Event
-
-# tracking generalities
-use TrkSegment			TrkSegment-*			Tracking/TrkEvent
-#use TrkTrack			TrkTrack-*			Tracking/TrkEvent
-
-# Muon Reco EDM
-use MuonPattern				MuonPattern-*				MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use MuonSegment				MuonSegment-*				MuonSpectrometer/MuonReconstruction/MuonRecEvent
-
-#Sub-algorithms
-#use TrigMuonEF			TrigMuonEF-*			Trigger/TrigAlgorithms/
-#use TrigMuGirl			TrigMuGirl-*			Trigger/TrigAlgorithms/
-
-private 
-
-use MuidEvent			MuidEvent-*			Reconstruction/MuonIdentification
-use MuonRecToolInterfaces               MuonRecToolInterfaces-*                 MuonSpectrometer/MuonReconstruction/MuonRecTools
-use MuonCombinedEvent           MuonCombinedEvent-*             Reconstruction/MuonIdentification
-use MuonCombinedToolInterfaces  MuonCombinedToolInterfaces-*	Reconstruction/MuonIdentification
-
-use TrigMuonToolInterfaces      TrigMuonToolInterfaces-*        Trigger/TrigTools
-use CaloEvent                   CaloEvent-*                     Calorimeter
-use TrigNavigation              TrigNavigation-*                Trigger/TrigEvent
-use Particle                    Particle-*                      Reconstruction
-use TrkToolInterfaces		TrkToolInterfaces-*             Tracking/TrkTools
-
-use xAODMuon			xAODMuon-*			Event/xAOD
-use xAODTracking		xAODTracking-*			Event/xAOD
-
-#use xAODCore                    xAODCore-*                      Event/xAOD
-# Inform cmake that this package has private header files (transparent to CMT)
-apply_pattern cmake_add_command command="include_directories(src)"
-
-#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
-public
-
-library TrigMuSuperEF *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions     files="test_TrigMuSuperEF.py TrigMuSuperEF_debug_postOptions.py"
-apply_pattern declare_python_modules files="*.py"
-
-
-#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
-
-# to build in dbg mode this package while using an opt build uncomment the following 
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Trigger/TrigAlgorithms/TrigMuonEF/cmt/requirements b/Trigger/TrigAlgorithms/TrigMuonEF/cmt/requirements
deleted file mode 100644
index 48d045bbdbe3886d4dc1e02dc7c40b18ea9cfd64..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigMuonEF/cmt/requirements
+++ /dev/null
@@ -1,103 +0,0 @@
-package TrigMuonEF
-
-author Sergio Grancagnolo <sergio.grancagnolo@le.infn.it>
-author Stefania Spagnolo <stefania.spagnolo@le.infn.it>
-
-public 
-# generalities 
-use AtlasPolicy	      AtlasPolicy-* 
-
-# trigger generalities
-use TrigSteeringEvent           TrigSteeringEvent-*             Trigger/TrigEvent
-use TrigMuonEvent               TrigMuonEvent-*                 Trigger/TrigEvent
-use TrigInDetEvent              TrigInDetEvent-*                Trigger/TrigEvent
-
-#use EventInfo                   EventInfo-*                    Event
-
-private 
-
-#For ConstDataVector:use AthContainers               AthContainers-*                 Control
-use GaudiInterface    GaudiInterface-*			  External
-
-use IRegionSelector             IRegionSelector-*               DetectorDescription
-
-use TrigInterfaces              TrigInterfaces-*                Trigger/TrigSteer
-
-
-# MoMu
-use MuonPattern				MuonPattern-*				MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use MuonSegment				MuonSegment-*				MuonSpectrometer/MuonReconstruction/MuonRecEvent
-
-# tracking generalities
-use TrkSegment			TrkSegment-*			Tracking/TrkEvent
-use TrkTrack			TrkTrack-*			Tracking/TrkEvent
-
-use AtlasCLHEP		  AtlasCLHEP-*                External
-use AthenaBaseComps		AthenaBaseComps-*		Control
-use CscClusterization           CscClusterization-*             MuonSpectrometer/MuonReconstruction/MuonDataPrep
-use MuidInterfaces		MuidInterfaces-*		Reconstruction/MuonIdentification
-use MuonCombinedToolInterfaces	MuonCombinedToolInterfaces-*	Reconstruction/MuonIdentification
-use MuonCnvToolInterfaces	MuonCnvToolInterfaces-*         MuonSpectrometer/MuonCnv
-use MuonReadoutGeometry MuonReadoutGeometry-* MuonSpectrometer/MuonDetDescr
-use MuonIdHelpers		MuonIdHelpers-*			MuonSpectrometer
-use MuonPrepRawData		MuonPrepRawData-*               MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use MuonRIO_OnTrack             MuonRIO_OnTrack-*               MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use MuonRecToolInterfaces               MuonRecToolInterfaces-*                 MuonSpectrometer/MuonReconstruction/MuonRecTools
-use MuonSegmentCombinerToolInterfaces   MuonSegmentCombinerToolInterfaces-*	MuonSpectrometer/MuonReconstruction/MuonSegmentCombiners/MuonSegmentCombinerTools
-use MuonCombinedToolInterfaces  MuonCombinedToolInterfaces-*	Reconstruction/MuonIdentification
-use MuonCombinedEvent           MuonCombinedEvent-*             Reconstruction/MuonIdentification
-use Particle			Particle-*			Reconstruction
-use TrigConfHLTData             TrigConfHLTData-*               Trigger/TrigConfiguration
-use TrigTimeAlgs         	TrigTimeAlgs-*          	Trigger/TrigTools
-use TrkTrackSummary		TrkTrackSummary-*		Tracking/TrkEvent
-use TrkParameters		TrkParameters-*			Tracking/TrkEvent
-use TrkEventPrimitives		TrkEventPrimitives-*		Tracking/TrkEvent
-use TrkToolInterfaces		TrkToolInterfaces-*             Tracking/TrkTools
-use StoreGate         		StoreGate-*              	Control
-use AthenaKernel         	AthenaKernel-*         		Control
-use FourMomUtils		FourMomUtils-*			Event
-use TrigNavigation           	TrigNavigation-*            	Trigger/TrigEvent
-use TrigInDetEvent           	TrigInDetEvent-*            	Trigger/TrigEvent
-use TrigMuonToolInterfaces      TrigMuonToolInterfaces-*        Trigger/TrigTools
-use xAODTracking		xAODTracking-*			Event/xAOD
-use xAODMuon			xAODMuon-*			Event/xAOD
-use xAODTrigMuon          	xAODTrigMuon-*                  Event/xAOD
-use xAODCaloEvent		xAODCaloEvent-*			Event/xAOD
-use RecoToolInterfaces	       RecoToolInterfaces-*	       Reconstruction/RecoTools
-use CaloEvent                  CaloEvent-*                     Calorimeter
-use AtlasROOT		       AtlasROOT-*		       External
-use TrigCaloEvent              TrigCaloEvent-*                 Trigger/TrigEvent
-
-#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
-public
-
-# Inform cmake that this package has private header files (transparent to CMT)
-apply_pattern cmake_add_command command="include_directories(src)"
-
-library TrigMuonEF \
-"SegmentCache.cxx\
- TrigMuonEFStandaloneTrackTool.cxx\
- TrigMuonEFTrackIsolation.cxx\
- TrigMuonEFTrackIsolationTool.cxx\
- TrigMuonEFRoiAggregator.cxx\
- InDetTrkRoiMaker.cxx\
- TrigMuonEFFSRoiMaker.cxx\
- TrigMuonEFRoiUtils.cxx\
- TrigMuonEFCaloIsolation.cxx\
- components/*.cxx"
-
-apply_pattern component_library
-
-                                      
-apply_pattern declare_joboptions     files="test_TrigMuonEF.py"
-apply_pattern declare_python_modules files="TrigMuonEFConfig.py TrigMuonEFCosmicConfig.py TrigMuonEFMonitoring.py TrigMuonEFConfigDb.py"
-
-
-#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
-
-# to build in dbg mode this package while using an opt build uncomment the following 
-private
-use EventPrimitives		 EventPrimitives-*		Event
-
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Trigger/TrigAlgorithms/TrigSecVtxFinder/cmt/requirements b/Trigger/TrigAlgorithms/TrigSecVtxFinder/cmt/requirements
deleted file mode 100644
index 15480da608b24c69548f0dc815c6cde0d8e2b455..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigSecVtxFinder/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigSecVtxFinder
-
-author Xinlu Huang <xinlu.huang@cern.ch>
-
-public
-use	AtlasPolicy		AtlasPolicy-*
-use	GaudiInterface		GaudiInterface-*		External
-use	TrigInterfaces		TrigInterfaces-*		Trigger/TrigSteer
-use	TrigTimeAlgs		TrigTimeAlgs-*			Trigger/TrigTools
-use	TrigTrackJetFinderTool	TrigTrackJetFinderTool-*	Trigger/TrigTools
-use     TrigInDetVxInJetTool	TrigInDetVxInJetTool-*		Trigger/TrigTools
-
-private
-use	GeoPrimitives		GeoPrimitives-*			DetectorDescription
-use     InDetBeamSpotService    InDetBeamSpotService-*		InnerDetector/InDetConditions
-use 	TrigInDetEvent          TrigInDetEvent-*		Trigger/TrigEvent
-use 	TrigSteeringEvent       TrigSteeringEvent-*		Trigger/TrigEvent
-
-end_private
-
-public
-
-library TrigSecVtxFinder *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_python_modules files ="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigT2BeamSpot/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2BeamSpot/cmt/requirements
deleted file mode 100644
index be5f91c5bdfca1855028f34da84f6f8ebb00584a..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2BeamSpot/cmt/requirements
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# $Id: requirements 793164 2017-01-20 03:59:26Z ssnyder $
-#
-
-package TrigT2BeamSpot
-
-author Rainer Bartoldus    <bartoldu@slac.stanford.edu>
-author David W. Miller     <David.W.Miller@cern.ch>
-author Su Dong             <sudong@slac.stanford.edu>
-
-#------------------------------
-# Public Requirements
-#------------------------------
-
-public
-
-use AtlasPolicy             AtlasPolicy-*
-
-use TrigInterfaces          TrigInterfaces-*          Trigger/TrigSteer
-use TrigSteeringEvent       TrigSteeringEvent-*       Trigger/TrigEvent
-
-#------------------------------
-# Private Requirements
-#------------------------------
-
-private
-
-use TrigInDetEvent          TrigInDetEvent-*          Trigger/TrigEvent
-use TrkTrack		            TrkTrack-* 		            Tracking/TrkEvent
-use TrkParameters	          TrkParameters-*           Tracking/TrkEvent
-use EventPrimitives         EventPrimitives-*         Event
-use GaudiInterface          GaudiInterface-*          External
-use AtlasROOT               AtlasROOT-*               External
-use EventInfo               EventInfo-*               Event
-use InDetBeamSpotService    InDetBeamSpotService-*    InnerDetector/InDetConditions
-use TrigNavigation          TrigNavigation-*          Trigger/TrigEvent
-use TrigTimeAlgs            TrigTimeAlgs-*            Trigger/TrigTools
-use AthContainers           AthContainers-*           Control
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-* Trigger/TrigTools
-use TrkTrackSummary            TrkTrackSummary-*          Tracking/TrkEvent
-#------------------------------------------------------------------
-
-apply_pattern component_library
-library TrigT2BeamSpot *.cxx components/TrigT2*.cxx
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Trigger/TrigAlgorithms/TrigT2CaloCommon/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2CaloCommon/cmt/requirements
deleted file mode 100755
index 93f214ca17efdc3e1aeba5036fd05994aba4ab98..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2CaloCommon/cmt/requirements
+++ /dev/null
@@ -1,58 +0,0 @@
-package TrigT2CaloCommon
-
-author Denis Oliveira <Denis.Oliveira.Damazio@cern.ch>
-author Carlos Osuna <Carlos.Osuna.Escamilla@cern.ch>
-author Xin Wu <Xin.Wu@cern.ch>
-author Pilar Casado <casado@ifae.es>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*             External
-use AthenaKernel	AthenaKernel-*		     Control
-use AthenaBaseComps     AthenaBaseComps-*	     Control
-use DataCollection      DataCollection-*             External
-
-use StoreGate           StoreGate-*                  Control
-
-use CaloGeoHelpers      CaloGeoHelpers-*             Calorimeter
-use LArByteStream       LArByteStream-*              LArCalorimeter/LArCnv
-use TileByteStream      TileByteStream-*             TileCalorimeter/TileSvc
-use LArRecEvent         LArRecEvent-*                LArCalorimeter
-use LArRawUtils         LArRawUtils-*                LArCalorimeter
-use LArRecEvent         LArRecEvent-*                LArCalorimeter
-use LArCabling          LArCabling-*                 LArCalorimeter
-
-use TileEvent           TileEvent-*                  TileCalorimeter
-use Identifier          Identifier-*                 DetectorDescription
-use CaloIdentifier      CaloIdentifier-*             Calorimeter
-use CaloEvent           CaloEvent-*                  Calorimeter
-use xAODTrigCalo        xAODTrigCalo-*               Event/xAOD
-
-use TrigInterfaces      TrigInterfaces-*             Trigger/TrigSteer
-use IRegionSelector     IRegionSelector-*            DetectorDescription
-use TrigSteeringEvent   TrigSteeringEvent-*          Trigger/TrigEvent
-use TrigTimeAlgs        TrigTimeAlgs-*               Trigger/TrigTools
-use CaloInterface       CaloInterface-*              Calorimeter
-
-use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-*      Event
-use EventInfo		EventInfo-* 		     Event
-
-use ZdcByteStream	ZdcByteStream-*		     ForwardDetectors/ZDC/ZdcCnv
-use ZdcEvent		ZdcEvent-*		     ForwardDetectors/ZDC
-use ZdcRec		ZdcRec-*		     ForwardDetectors/ZDC
-
-private
-use ByteStreamData      ByteStreamData-*             Event
-use CaloDetDescr        CaloDetDescr-*               Calorimeter
-use LArRecUtils         LArRecUtils-*                LArCalorimeter
-use LArRecConditions    LArRecConditions-*           LArCalorimeter
-use TrigT1Interfaces    TrigT1Interfaces-*           Trigger/TrigT1
-use CaloUtils           CaloUtils-*                  Calorimeter
-use AthenaPoolUtilities AthenaPoolUtilities-*        Database/AthenaPOOL
-use LArIdentifier       LArIdentifier-*              LArCalorimeter
-use LArElecCalib	LArElecCalib-*		     LArCalorimeter
-
-public
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigT2CaloCosmic/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2CaloCosmic/cmt/requirements
deleted file mode 100755
index 9b0fa05e24b2637da6777b38ae3c72b60193cfde..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2CaloCosmic/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package TrigT2CaloCosmic
-
-author Denis Oliveira <Denis.Oliveira.Damazio@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*             External
-#use AtlasAIDA           AtlasAIDA-00-*               External
-#use StoreGate           StoreGate-*                  Control
-
-#use ByteStreamData      ByteStreamData-*             Event
-#use LArByteStream       LArByteStream-*              LArCalorimeter/LArCnv
-#use LArRecEvent         LArRecEvent-*                LArCalorimeter
-#use LArRawUtils         LArRawUtils-*                LArCalorimeter
-#use LArRecEvent         LArRecEvent-*                LArCalorimeter
-#use TileEvent           TileEvent-*                  TileCalorimeter
-#use Identifier          Identifier-*                 DetectorDescription
-#use CaloEvent           CaloEvent-*                  Calorimeter
-use TrigCaloEvent       TrigCaloEvent-*              Trigger/TrigEvent
-use TrigT2CaloCommon    TrigT2CaloCommon-*           Trigger/TrigAlgorithms
- 
-#use TrigInterfaces      TrigInterfaces-*             Trigger/TrigSteer
-#use RegionSelector      RegionSelector-*          DetectorDescription
-use TrigSteeringEvent   TrigSteeringEvent-*          Trigger/TrigEvent
-#use TrigTimeAlgs        TrigTimeAlgs-*               Trigger/TrigTools
-#use TrigMonitorBase     TrigMonitorBase-*            Trigger/TrigMonitoring
-#use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-*      Event
-
-use IRegionSelector      IRegionSelector-*            DetectorDescription 
-      
-private
-use CaloIdentifier      CaloIdentifier-*             Calorimeter
-use CaloGeoHelpers      CaloGeoHelpers-*             Calorimeter
-use TrigT1Interfaces    TrigT1Interfaces-*           Trigger/TrigT1
-
-apply_pattern dual_use_library files=*.cxx
-#apply_pattern declare_runtime
-#apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigT2CaloEgamma/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2CaloEgamma/cmt/requirements
deleted file mode 100755
index a614b15ef02b10c7ffcae15646d8fe41a16b153a..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2CaloEgamma/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package TrigT2CaloEgamma 
-
-author Pilar Casado <casado@ifae.es>
-author Denis Oliveira <Denis.Oliveira.Damazio@cern.ch>
-author Carlos Osuna <Carlos.Osuna.Escamilla@cern.ch>
-author Xin Wu <Xin.Wu@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*             External
-
-#use LArRawUtils         LArRawUtils-*                LArCalorimeter
-#use LArRecEvent         LArRecEvent-*                LArCalorimeter
-#use Identifier          Identifier-*                 DetectorDescription
-use AthenaBaseComps	AthenaBaseComps-*		Control
-
-
-use CaloEvent           CaloEvent-*                  Calorimeter
-use CaloGeoHelpers      CaloGeoHelpers-*             Calorimeter
-use xAODTrigCalo        xAODTrigCalo-*               Event/xAOD
-use xAODTrigRinger      xAODTrigRinger-*             Event/xAOD
-use TrigT2CaloCommon    TrigT2CaloCommon-*           Trigger/TrigAlgorithms
-#use TrigInterfaces     TrigInterfaces-*             Trigger/TrigSteer
-use TrigSteeringEvent   TrigSteeringEvent-*          Trigger/TrigEvent
-use egammaInterfaces	  egammaInterfaces-*	         Reconstruction/egamma
-use DataModel           DataModel-*                  Control
-use CLIDSvc             CLIDSvc-*                    Control
-
-
-private
-use IRegionSelector     IRegionSelector-*            DetectorDescription
-use AthLinks            AthLinks-*                   Control
-use TrigT1Interfaces    TrigT1Interfaces-*           Trigger/TrigT1
-use CaloIdentifier      CaloIdentifier-*             Calorimeter
-use TrigT2CaloCalibration  TrigT2CaloCalibration-*   Trigger/TrigTools
-use TrigTimeAlgs        TrigTimeAlgs-*               Trigger/TrigTools
-use CaloDetDescr    CaloDetDescr-*   Calorimeter 
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_runtime
-apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Trigger/TrigAlgorithms/TrigT2CaloJet/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2CaloJet/cmt/requirements
deleted file mode 100755
index 8cc425c5cf71aa8592070ef6f4ac944f6dad74cf..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2CaloJet/cmt/requirements
+++ /dev/null
@@ -1,57 +0,0 @@
-package TrigT2CaloJet 
-
-author Kyle Cranmer <cranmer@cern.ch>
-author Pilar Casado <casado@ifae.es>
-author Denis Oliveira <Denis.Oliveira.Damazio@cern.ch>
-author Carlos Osuna <Carlos.Osuna.Escamilla@cern.ch>
-author Xin Wu <Xin.Wu@cern.ch>
-author Matthew Tamsett <tamsett@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*                    External
-use AthContainers       AthContainers-*                     Control
-use TrigT2CaloCommon    TrigT2CaloCommon-*                  Trigger/TrigAlgorithms 
-use TrigSteeringEvent   TrigSteeringEvent-*                 Trigger/TrigEvent
-use TrigCaloEvent       TrigCaloEvent-*                     Trigger/TrigEvent
-use TrigTimeAlgs        TrigTimeAlgs-*                      Trigger/TrigTools
-
-#use TrigT1CaloUtils             TrigT1CaloUtils-*           Trigger/TrigT1
-
-use TrigInterfaces              TrigInterfaces-*            Trigger/TrigSteer
-use TrigT2CaloCalibration       TrigT2CaloCalibration-*     Trigger/TrigTools
-use CaloInterface               CaloInterface-*             Calorimeter
-use CaloRec                     CaloRec-*                   Calorimeter
-
-# fast jet for full scan
-use AtlasFastJet                AtlasFastJet-*              External
-# TrigParticles
-use TrigParticle                TrigParticle-*              Trigger/TrigEvent
-
-use IRegionSelector             IRegionSelector-*           DetectorDescription
-
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_python_modules files="*.py"
-
-private 
-use AtlasBoost			AtlasBoost-*		    External
-use AtlasROOT			AtlasROOT-*		    External
-#use CaloEvent                   CaloEvent-*                 Calorimeter
-use CaloGeoHelpers      	CaloGeoHelpers-*            Calorimeter
-use TrigT1Interfaces            TrigT1Interfaces-*          Trigger/TrigT1
-use TrigT1CaloEvent             TrigT1CaloEvent-*           Trigger/TrigT1
-use AthenaKernel                AthenaKernel-*              Control
-use TrigT1CaloByteStream        TrigT1CaloByteStream-*      Trigger/TrigT1
-use TrigT1CaloToolInterfaces    TrigT1CaloToolInterfaces-*  Trigger/TrigT1
-use TrigT1Interfaces            TrigT1Interfaces-*          Trigger/TrigT1
-
-### dict generation ###
-private
-use AtlasReflex  AtlasReflex-*  External -no_auto_imports
- 
-apply_pattern lcgdict dict=T2L1Tools \
- selectionfile=selection.xml \
- headerfiles="../TrigT2CaloJet/T2L1ToolsDict.h"
- 
-end_private
-
diff --git a/Trigger/TrigAlgorithms/TrigT2CaloTau/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2CaloTau/cmt/requirements
deleted file mode 100755
index 65310caf1b92b9bca5c2e00b8616d2bf8d40631a..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2CaloTau/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package TrigT2CaloTau 
-
-author Pilar Casado <casado@ifae.es>
-author Denis Oliveira <Denis.Oliveira.Damazio@cern.ch>
-author Carlos Osuna <Carlos.Osuna.Escamilla@cern.ch>
-author Xin Wu <Xin.Wu@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*             External
-#use AtlasAIDA           AtlasAIDA-00-*               External
-#use StoreGate           StoreGate-*                  Control
-
-use AtlasROOT 		AtlasROOT-* 			External
-
-#use ByteStreamData      ByteStreamData-*             Event
-#use LArByteStream       LArByteStream-*              LArCalorimeter/LArCnv
-#use LArRecEvent         LArRecEvent-*                LArCalorimeter
-#use LArRawUtils         LArRawUtils-*                LArCalorimeter
-#use LArRecEvent         LArRecEvent-*                LArCalorimeter
-#use TileEvent           TileEvent-*                  TileCalorimeter
-#use Identifier          Identifier-*                 DetectorDescription
-use CaloInterface       CaloInterface-*              Calorimeter
-use TrigT2CaloCommon    TrigT2CaloCommon-*           Trigger/TrigAlgorithms
- 
-use TrigInterfaces      TrigInterfaces-*             Trigger/TrigSteer
-#use RegionSelector      RegionSelector-*          DetectorDescription
-use TrigSteeringEvent   TrigSteeringEvent-*          Trigger/TrigEvent
-use TrigCaloEvent       TrigCaloEvent-*              Trigger/TrigEvent
-#use TrigTimeAlgs        TrigTimeAlgs-*               Trigger/TrigTools
-#use TrigMonitorBase     TrigMonitorBase-*            Trigger/TrigMonitoring
-#use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-*      Event
-use TrigT2CaloCalibration TrigT2CaloCalibration-*    Trigger/TrigTools
-
-private
-use AthenaKernel	AthenaKernel-*		     Control
-use CaloEvent           CaloEvent-*                  Calorimeter
-use CaloGeoHelpers      CaloGeoHelpers-*             Calorimeter
-use CaloIdentifier      CaloIdentifier-*             Calorimeter
-use TrigT1Interfaces    TrigT1Interfaces-*           Trigger/TrigT1
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigT2CaloTileMon/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2CaloTileMon/cmt/requirements
deleted file mode 100644
index bd78da5999634e53b64a9b73cc5a3734fe05599b..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2CaloTileMon/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigT2CaloTileMon
-author Denis Oliveira Damazio <damazio@mail.cern.ch>
-author Pavel Weber <pavel@kip.uni-heidelberg.de>
-author victor Lendermann <victor@mail.desy.de>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*             External
-
-#use CaloIdentifier      CaloIdentifier-*             Calorimeter
-#use CaloEvent           CaloEvent-*                  Calorimeter
-use TrigCaloEvent       TrigCaloEvent-*              Trigger/TrigEvent
-use TrigT2CaloCommon    TrigT2CaloCommon-*           Trigger/TrigAlgorithms
-
-use TrigSteeringEvent   TrigSteeringEvent-*          Trigger/TrigEvent
-use AtlasROOT		AtlasROOT-*		     External
-
-private
-use TrigT1Interfaces    TrigT1Interfaces-*           Trigger/TrigT1
-use CaloGeoHelpers      CaloGeoHelpers-*	     Calorimeter
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_runtime
-apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
-                                                     
diff --git a/Trigger/TrigAlgorithms/TrigT2HistoPrmVtx/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2HistoPrmVtx/cmt/requirements
deleted file mode 100755
index 0973c242e70f52b535f2767fa9ae44e3904536a5..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2HistoPrmVtx/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TrigT2HistoPrmVtx
-
-author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
-
-
-# ============================================================================================
-public
-
-use     AtlasPolicy             AtlasPolicy-*
-use     TrigInterfaces          TrigInterfaces-*                Trigger/TrigSteer
-use     xAODTracking            xAODTracking-*              	Event/xAOD
-
-# ============================================================================================
-private
-
-use     EventPrimitives         EventPrimitives-*               Event
-use     EventInfo               EventInfo-*             	Event
-use 	AtlasROOT      		AtlasROOT-*         		External
-use     GaudiInterface          GaudiInterface-*                External
-use     InDetBeamSpotService    InDetBeamSpotService-*          InnerDetector/InDetConditions
-use     Particle		Particle-*			Reconstruction	
-use     TrigInDetEvent          TrigInDetEvent-*                Trigger/TrigEvent
-use     TrigSteeringEvent       TrigSteeringEvent-*             Trigger/TrigEvent
-use	TrigNavigation		TrigNavigation-*		Trigger/TrigEvent
-use     TrigTimeAlgs            TrigTimeAlgs-*                  Trigger/TrigTools
-use     xAODBase                xAODBase-*                  	Event/xAOD
-
-# ============================================================================================
-public
-
-library TrigT2HistoPrmVtx *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-
diff --git a/Trigger/TrigAlgorithms/TrigT2IDTau/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2IDTau/cmt/requirements
deleted file mode 100644
index a4a691c9fa30a311adbb3ae7e07b8dc297792cc4..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2IDTau/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-package TrigT2IDTau
-author Olga Igonkina
-
-public
-use     AtlasPolicy             AtlasPolicy-*
-use     AtlasROOT               AtlasROOT-*             External
-use     GaudiInterface          GaudiInterface-*        External
-use     TrigInDetEvent          TrigInDetEvent-*        Trigger/TrigEvent
-use     TrigSteeringEvent       TrigSteeringEvent-*     Trigger/TrigEvent
-use     TrigInterfaces          TrigInterfaces-*        Trigger/TrigSteer
-
-private
-use     Particle                Particle-*              Reconstruction
-#use     VxVertex                VxVertex-*              Tracking/TrkEvent
-use     TrigParticle            TrigParticle-*          Trigger/TrigEvent
-
-public 
- 
-apply_pattern dual_use_library files=*.cxx
-#apply_pattern declare_runtime
-#apply_pattern declare_joboptions files="TriggerConfig_*.py jobOfragment_*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigT2MinBias/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2MinBias/cmt/requirements
deleted file mode 100644
index 235c843c6b61af70487d16bbf8c9d81460b6557f..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2MinBias/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TrigT2MinBias
-
-author William H. Bell <W.Bell@cern.ch>
-author Regina Kwee <Regina.Kwee@cern.ch>
-author Samir Ferrag <s.ferrag@physics.gla.ac.uk>
-
-use AtlasPolicy 		AtlasPolicy-*
-use DataCollection              DataCollection-*            External
-use GaudiInterface 		GaudiInterface-* 	    External
-use TileEvent                   TileEvent-*                 TileCalorimeter
-use TrigCaloEvent               TrigCaloEvent-*             Trigger/TrigEvent
-use TrigInDetEvent              TrigInDetEvent-*            Trigger/TrigEvent
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-*   Trigger/TrigTools
-use TrigInterfaces              TrigInterfaces-*            Trigger/TrigSteer
-use TrigT2CaloCommon            TrigT2CaloCommon-*          Trigger/TrigAlgorithms
-use ZdcEvent                    ZdcEvent-*                  ForwardDetectors/ZDC
-use xAODTrigMinBias		xAODTrigMinBias-*	    Event/xAOD
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_runtime files="*.dtd *.xml *.car *.config"
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-
-use xAODEventInfo               xAODEventInfo-*             Event/xAOD
-use InDetIdentifier             InDetIdentifier-*           InnerDetector/InDetDetDescr
-use InDetPrepRawData            InDetPrepRawData-*          InnerDetector/InDetRecEvent
-use InDetRawData                InDetRawData-*              InnerDetector/InDetRawEvent
-use TrkSpacePoint               TrkSpacePoint-*             Tracking/TrkEvent
-use TileIdentifier              TileIdentifier-*            TileCalorimeter
-#use TrigSiSpacePointTool        TrigSiSpacePointTool-*      Trigger/TrigTools
-use TrigTimeAlgs                TrigTimeAlgs-*              Trigger/TrigTools
-use TrigSteeringEvent	TrigSteeringEvent-*	Trigger/TrigEvent
-use ZdcConditions		ZdcConditions-*	ForwardDetectors/ZDC
-use ZdcIdentifier		ZdcIdentifier-*	ForwardDetectors/ZDC
-use TrigSteeringEvent           TrigSteeringEvent-*         Trigger/TrigEvent
-use IRegionSelector             IRegionSelector-*        DetectorDescription
diff --git a/Trigger/TrigAlgorithms/TrigT2Tau/cmt/requirements b/Trigger/TrigAlgorithms/TrigT2Tau/cmt/requirements
deleted file mode 100755
index 2d8a7c7e8ae7f934f96ab86761f5ae2971fe5f29..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigT2Tau/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package TrigT2Tau
-
-use     AtlasPolicy             AtlasPolicy-*
-use     GaudiInterface          GaudiInterface-*        External
-use     AthenaBaseComps         AthenaBaseComps-*       Control
-use     TrigCaloEvent           TrigCaloEvent-*         Trigger/TrigEvent
-use     TrigInDetEvent          TrigInDetEvent-*        Trigger/TrigEvent
-use     TrigSteeringEvent       TrigSteeringEvent-*     Trigger/TrigEvent
-use     TrigParticle            TrigParticle-*          Trigger/TrigEvent
-use     TrigInterfaces          TrigInterfaces-*        Trigger/TrigSteer
-
-private
-use     FourMom                 FourMom-*               Event
-end_private
-
- 
- 
-apply_pattern dual_use_library files=*.cxx
-#apply_pattern declare_runtime
-#apply_pattern declare_joboptions files="TriggerConfig_*.py jobOfragment_*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigTRTHighTHitCounter/cmt/requirements b/Trigger/TrigAlgorithms/TrigTRTHighTHitCounter/cmt/requirements
deleted file mode 100644
index dea18569fc745c46289fb5ad8ae46bd41a8014c4..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigTRTHighTHitCounter/cmt/requirements
+++ /dev/null
@@ -1,45 +0,0 @@
-## automatically generated CMT requirements file
-package TrigTRTHighTHitCounter
-author  Jiri Masik
-
-## for athena policies: this has to be the first use statement
-use AtlasPolicy 	AtlasPolicy-*
-
-## for gaudi tools, services and objects
-use GaudiInterface 	GaudiInterface-* 	External
-
-## put here your package dependencies...
-
-##
-
-branches src src/components doc python share
-
-# Inform cmake that this package has private header files (transparent to CMT)
-apply_pattern cmake_add_command command="include_directories(src)"
-
-private
-
-use TrigInterfaces              TrigInterfaces-*        Trigger/TrigSteer
-use InDetIdentifier             InDetIdentifier-*       InnerDetector/InDetDetDescr
-use InDetPrepRawData            InDetPrepRawData-*      InnerDetector/InDetRecEvent
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-*   Trigger/TrigTools
-use Identifier                  Identifier-*            DetectorDescription
-use TrigSteeringEvent           TrigSteeringEvent-*     Trigger/TrigEvent
-use TrigCaloEvent               TrigCaloEvent-*         Trigger/TrigEvent
-use AtlasROOT                   AtlasROOT-*             External
-use GeoPrimitives               GeoPrimitives-* DetectorDescription
-use xAODTrigRinger     xAODTrigRinger-*     Event/xAOD
-## default is to make component library
-apply_pattern component_library
-library TrigTRTHighTHitCounter *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-#needed for a header in src
-macro_append includes " -I../src "
-
-end_private
-
-
diff --git a/Trigger/TrigAlgorithms/TrigTauDiscriminant/cmt/requirements b/Trigger/TrigAlgorithms/TrigTauDiscriminant/cmt/requirements
deleted file mode 100755
index 29cd8061f72da43bc2397f558d2b7ff72a9e7c40..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigTauDiscriminant/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package TrigTauDiscriminant
-
-# =====================================================================
-#
-# This is the Trigger EF tau ID algorithm package.
-#
-# =====================================================================
-
-author Marcus Morgenstern <marcus.matthias.morgenstern@cern.ch>
-
-# =====================================================================
-
-public
-use AtlasPolicy             AtlasPolicy-*
-use GaudiInterface          GaudiInterface-*             External
-use TauDiscriminant         TauDiscriminant-*       	 PhysicsAnalysis/TauID
-use TrigInterfaces          TrigInterfaces-*             Trigger/TrigSteer
-use TrigTimeAlgs            TrigTimeAlgs-*               Trigger/TrigTools
-
-private
-use TrigSteeringEvent       TrigSteeringEvent-*          Trigger/TrigEvent
-use TrigT1Interfaces        TrigT1Interfaces-*           Trigger/TrigT1
-use xAODTau                 xAODTau-*                    Event/xAOD
-use TrigParticle	    TrigParticle-*		 Trigger/TrigEvent 
-
-# =====================================================================
-apply_pattern dual_use_library files="*.cxx"
-apply_pattern declare_runtime files="../share/*.root ../share/*.bin ../share/*.txt"
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_calib files="../share"
\ No newline at end of file
diff --git a/Trigger/TrigAlgorithms/TrigTauRec/cmt/requirements b/Trigger/TrigAlgorithms/TrigTauRec/cmt/requirements
deleted file mode 100755
index d15128e852dd17ec145025545f4e92aa3aaf0682..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigTauRec/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigTauRec
-
-# =====================================================================
-#
-# This is the Trigger EF tau algorithm package.
-#
-# =====================================================================
-
-author Richard Soluk <soluk@phys.ualberta.ca>
-
-# =====================================================================
-
-public
-use AtlasPolicy             AtlasPolicy-*
-use GaudiInterface          GaudiInterface-*             External
-use tauRecTools             tauRecTools-*                Reconstruction
-use TrigSteeringEvent       TrigSteeringEvent-*          Trigger/TrigEvent
-use TrigParticle 	    TrigParticle-*	         Trigger/TrigEvent
-use TrigInterfaces          TrigInterfaces-*             Trigger/TrigSteer
-use TrigSteeringEvent       TrigSteeringEvent-*          Trigger/TrigEvent
-use TrigTimeAlgs            TrigTimeAlgs-*               Trigger/TrigTools
-
-use LumiBlockComps          LumiBlockComps-*             LumiBlock
-use InDetBeamSpotService    InDetBeamSpotService-*	 InnerDetector/InDetConditions
-
-private
-use CaloEvent		CaloEvent-*		Calorimeter
-use EventKernel		EventKernel-*		Event
-use NavFourMom		NavFourMom-*		Event
-use Particle		Particle-*		Reconstruction
-use TrigT1Interfaces	TrigT1Interfaces-*	Trigger/TrigT1
-use VxVertex		VxVertex-*		Tracking/TrkEvent
-use xAODTau		xAODTau-*		Event/xAOD
-use xAODJet		xAODJet-*		Event/xAOD
-use xAODTracking	xAODTracking-*		Event/xAOD
-
-# =====================================================================
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_runtime_extras extras="*.txt *.xml *.sh *.cfg ../share/*.root"
-#apply_pattern declare_runtime files="*.root"	
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigTileMuId/cmt/requirements b/Trigger/TrigAlgorithms/TrigTileMuId/cmt/requirements
deleted file mode 100755
index 0e225606fbe2770ed50f58a67f80577a75c8878d..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigTileMuId/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package TrigTileMuId
-
-author Giulio Usai <Giulio.usai@pi.infn.it>
-author Aranzazu Ruiz <Aranzazu.Ruiz.Martinez@cern.ch>
-author Heuijin Lim <hjlim@hep.anl.gov>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  MagFieldInterfaces         MagFieldInterfaces-*            MagneticField
-use  GaudiInterface             GaudiInterface-*                External
-use  AthenaBaseComps		AthenaBaseComps-*		Control
-use  TileByteStream             TileByteStream-*                TileCalorimeter/TileSvc
-use  TileEvent                  TileEvent-*                     TileCalorimeter
-use  TrigInDetEvent             TrigInDetEvent-*                Trigger/TrigEvent
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigMuonEvent              TrigMuonEvent-*                 Trigger/TrigEvent
-use  TrigT2CaloCommon           TrigT2CaloCommon-*              Trigger/TrigAlgorithms
-use  TrigTimeAlgs               TrigTimeAlgs-*                  Trigger/TrigTools
-private
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AthenaMonitoring           AthenaMonitoring-*              Control
-use  ByteStreamCnvSvcBase       ByteStreamCnvSvcBase-*          Event
-use  ByteStreamData             ByteStreamData-*                Event
-use  CaloIdentifier             CaloIdentifier-*                Calorimeter
-use  GeneratorObjects           GeneratorObjects-*              Generators
-use  RegionSelector             RegionSelector-*                DetectorDescription
-use  TrigInDetToolInterfaces    TrigInDetToolInterfaces-*       Trigger/TrigTools
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-end_private
-
-apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_joboptions files="*jobOptions*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
-
-private
-
diff --git a/Trigger/TrigAlgorithms/TrigmuComb/cmt/requirements b/Trigger/TrigAlgorithms/TrigmuComb/cmt/requirements
deleted file mode 100755
index cf76522893a74d669b62f7fb675d89334772bb20..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigmuComb/cmt/requirements
+++ /dev/null
@@ -1,44 +0,0 @@
-package TrigmuComb
-
-author Stefano Giagu        <Stefano.Giagu@cern.ch>
-author Patrizia Barria      <patrizia.barria@roma1.infn.it>
-author Alessandro Di Mattia <dimattia@mail.cern.ch>
-
-use AtlasPolicy               AtlasPolicy-*
-use GaudiInterface            GaudiInterface-*               External
-use TrigInterfaces            TrigInterfaces-*               Trigger/TrigSteer
-use TrigTimeAlgs              TrigTimeAlgs-*                 Trigger/TrigTools
-use TrigMuonEvent             TrigMuonEvent-*                Trigger/TrigEvent
-use TrigInDetEvent	      TrigInDetEvent-*               Trigger/TrigEvent
-use MagFieldInterfaces        MagFieldInterfaces-*           MagneticField 
-#use ByteStreamCnvSvcBase      ByteStreamCnvSvcBase-*         Event
-use TrkExInterfaces	      TrkExInterfaces-*	             Tracking/TrkExtrapolation
-use xAODTrigMuon              xAODTrigMuon-*                 Event/xAOD
-use xAODTracking              xAODTracking-*                 Event/xAOD
-
-private
-use AtlasCLHEP                AtlasCLHEP-*                   External
-use AthenaKernel              AthenaKernel-*                 Control
-use PathResolver              PathResolver-*                 Tools
-use StoreGate 	              StoreGate-*      		     Control
-use TrigSiSpacePointTool      TrigSiSpacePointTool-*         Trigger/TrigTools	
-use TrigT1Interfaces          TrigT1Interfaces-*             Trigger/TrigT1
-use TrigConfHLTData           TrigConfHLTData-*              Trigger/TrigConfiguration
-end_private
-
-#########################################################
-# ATHENA librariy build                                 #
-#########################################################
-
-#macro lib_TrigmuComb_pp_cppflags " -DTIMEMUCOMB "
-
-apply_pattern component_library
-
-library TrigmuComb *.cxx -s=../src/components *.cxx
-
-
-#apply_pattern declare_runtime files=""
-
-apply_pattern declare_joboptions files=" *.py"
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigmuIso/cmt/requirements b/Trigger/TrigAlgorithms/TrigmuIso/cmt/requirements
deleted file mode 100755
index 7362f58c07ec85591f6b5bf837c3174a57069fd3..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigmuIso/cmt/requirements
+++ /dev/null
@@ -1,38 +0,0 @@
-package TrigmuIso
-
-author Stefano Giagu <stefano.Giagu@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-use GaudiInterface        GaudiInterface-*            External
-use DataCollection        DataCollection-*            External
-use StoreGate             StoreGate-*                 Control
-
-use TrigMuonEvent         TrigMuonEvent-*             Trigger/TrigEvent
-use TrigInDetEvent	  TrigInDetEvent-*            Trigger/TrigEvent
-use TrigInterfaces        TrigInterfaces-*            Trigger/TrigSteer
-use TrigSteeringEvent     TrigSteeringEvent-*         Trigger/TrigEvent
-use TrigTimeAlgs          TrigTimeAlgs-*              Trigger/TrigTools
-
-use xAODTrigMuon              xAODTrigMuon-*                 Event/xAOD
-
-private 
-use AtlasCLHEP                AtlasCLHEP-*                   External
-use xAODEventInfo         xAODEventInfo-*             Event/xAOD
-use xAODTracking              xAODTracking-*                 Event/xAOD
-use AthenaKernel          AthenaKernel-*              Control
-use TrigT1Interfaces      TrigT1Interfaces-*          Trigger/TrigT1
-use TrigConfHLTData           TrigConfHLTData-*              Trigger/TrigConfiguration
-end_private
-
-
-#apply_pattern dual_use_library files=*.cxx
-
-apply_pattern component_library
-
-library TrigmuIso *.cxx -s=../src/components *.cxx
-
-#apply_pattern declare_runtime files=""
-
-apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAlgorithms/TrigmuRoI/cmt/requirements b/Trigger/TrigAlgorithms/TrigmuRoI/cmt/requirements
deleted file mode 100755
index d20837757f3e5fc3f186e4b1b9a528c38fdd98f6..0000000000000000000000000000000000000000
--- a/Trigger/TrigAlgorithms/TrigmuRoI/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package TrigmuRoI
-
-author Alessandro Di Mattia <dimattia@cern.ch>
-
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*         External
-
-use TrigT1Interfaces    TrigT1Interfaces-*       Trigger/TrigT1
-use TrigInterfaces      TrigInterfaces-*         Trigger/TrigSteer
-use TrigSteeringEvent   TrigSteeringEvent-*      Trigger/TrigEvent
-
-use TrigMuonRoITools	TrigMuonRoITools-*	 Trigger/TrigTools
-
-
-private
-use TrigT1Result        TrigT1Result-*           Trigger/TrigT1
-use TrigNavigation      TrigNavigation-*         Trigger/TrigEvent
-end_private
-
-#########################################################
-# ATHENA librariy build                                 #
-#########################################################
-
-
-library TrigmuRoI *.cxx -s=../src/components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigAnalysis/TrigAnalysisExamples/cmt/requirements b/Trigger/TrigAnalysis/TrigAnalysisExamples/cmt/requirements
deleted file mode 100644
index 1b55380e590828ec3c648e114418906c277ab1e0..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigAnalysisExamples/cmt/requirements
+++ /dev/null
@@ -1,73 +0,0 @@
-package TrigAnalysisExamples
-
-author Michael Begel
-author Joerg Stelzer
-author Tomasz Bold
-
-use AtlasPolicy                 AtlasPolicy-*
-use TestPolicy                  TestPolicy-*
-
-
-
-# for AthenaPython
-use AthenaPython                AthenaPython-*          Control -no_auto_imports
-
-# for example EDM access test
-# use TrigParticle                TrigParticle-*          Trigger/TrigEvent
-
-
-private
-
-# xAOD
-use xAODTrigger                 xAODTrigger-*           Event/xAOD
-use xAODEgamma                 xAODEgamma-*           Event/xAOD
-use xAODTrigEgamma                 xAODTrigEgamma-*           Event/xAOD
-use xAODTau                 xAODTau-*           Event/xAOD
-use xAODCaloEvent                 xAODCaloEvent-*           Event/xAOD
-use xAODMuon                    xAODMuon-*              Event/xAOD
-use xAODBase                    xAODBase-*              Event/xAOD
-use xAODEventInfo               xAODEventInfo-*         Event/xAOD
-use xAODJet                     xAODJet-*               Event/xAOD
-use xAODTrigCalo               xAODTrigCalo-*          Event/xAOD
-
-# tools for analysis
-use FourMomUtils                FourMomUtils-*          Event
-use AthenaBaseComps             AthenaBaseComps-*       Control
-use AthenaKernel                AthenaKernel-*          Control
-
-use AtlasBoost                  AtlasBoost-*            External
-use GaudiInterface              GaudiInterface-*        External
-
-use StoreGate                   StoreGate-*             Control
-# For the TrigBunchCrossingTool example:
-use TrigAnalysisInterfaces      TrigAnalysisInterfaces-* Trigger/TrigAnalysis
-use EventInfo                   EventInfo-*             Event
-# for TrigDecisionTool test
-use TrigDecisionTool            TrigDecisionTool-*      Trigger/TrigAnalysis
-use TriggerMatchingTool          TriggerMatchingTool-*    Trigger/TrigAnalysis
-use TrigConfHLTData             TrigConfHLTData-*       Trigger/TrigConfiguration
-# for TrigMatchExamples
-# for application
-use POOLRootAccess POOLRootAccess-* PhysicsAnalysis
-
-use AthAnalysisBaseComps        AthAnalysisBaseComps-*  Control
-use TrigT1Interfaces            TrigT1Interfaces-*      Trigger/TrigT1
-
-public
-
-# library	
-library TrigAnalysisExamples *.cxx components/*.cxx
-apply_pattern component_library
-
-branches src python share doc exec
-
-apply_pattern declare_python_modules files="*.py"
-# declare test job options
-apply_pattern declare_joboptions files="*.py"
-
-private
-use AtlasROOT			        AtlasROOT-*                  External
-use TrigSteeringEvent           TrigSteeringEvent-*          Trigger/TrigEvent
-end_private
-
-application TrigAnalysisExApp TrigAnalysisExApp.cxx
diff --git a/Trigger/TrigAnalysis/TrigAnalysisInterfaces/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TrigAnalysisInterfaces/cmt/Makefile.RootCore
deleted file mode 100644
index e641c02eb118100931dd1be62d712f7016054605..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigAnalysisInterfaces/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,11 +0,0 @@
-# Dear emacs, this is a -*- Makefile -*-
-# Author: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-# TrigAnalysisInterfaces makefile for the RootCore environment
-
-PACKAGE          = TrigAnalysisInterfaces
-PACKAGE_PRELOAD  =
-PACKAGE_CXXFLAGS =
-PACKAGE_LDFLAGS  =
-PACKAGE_DEP      = AsgTools
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigAnalysis/TrigAnalysisInterfaces/cmt/requirements b/Trigger/TrigAnalysis/TrigAnalysisInterfaces/cmt/requirements
deleted file mode 100644
index 88729a35563e83810af0e1057cac793722711ddc..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigAnalysisInterfaces/cmt/requirements
+++ /dev/null
@@ -1,17 +0,0 @@
-package TrigAnalysisInterfaces
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-
-# Gaudi/Athena package(s):
-use AtlasPolicy      AtlasPolicy-*
-
-use AsgTools         AsgTools-*         Control/AthToolSupport
-
-# Generate Reflex dictionaries for the Athena interfaces:
-private
-use AtlasReflex     AtlasReflex-*     External -no_auto_imports
-
-apply_pattern lcgdict dict=TrigAnalysisInterfaces selectionfile=selection.xml \
-                      headerfiles="../TrigAnalysisInterfaces/TrigAnalysisInterfacesDict.h"
-
-end_private
-
diff --git a/Trigger/TrigAnalysis/TrigBunchCrossingTool/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TrigBunchCrossingTool/cmt/Makefile.RootCore
deleted file mode 100644
index 7fa7ef60b4c17adfbcb0f0ca2b9b2e9151763acd..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigBunchCrossingTool/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,12 +0,0 @@
-# Dear emacs, this is a -*- Makefile -*-
-# Author: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-# TrigBunchCrossingTool makefile for the RootCore environment
-
-PACKAGE          = TrigBunchCrossingTool
-PACKAGE_PRELOAD  = Net Tree
-PACKAGE_CXXFLAGS =
-PACKAGE_LDFLAGS  =
-PACKAGE_DEP      = AsgTools TrigAnalysisInterfaces TrigConfInterfaces TrigConfL1Data xAODRootAccess xAODEventInfo xAODTrigger
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigAnalysis/TrigBunchCrossingTool/cmt/requirements b/Trigger/TrigAnalysis/TrigBunchCrossingTool/cmt/requirements
deleted file mode 100644
index 4f8410c5bb3c3ac76cd23d737a9920d9d602ea74..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigBunchCrossingTool/cmt/requirements
+++ /dev/null
@@ -1,64 +0,0 @@
-package TrigBunchCrossingTool
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-
-public
-
-# Base Gaudi/Athena package(s):
-use AtlasPolicy     AtlasPolicy-*
-use GaudiInterface  GaudiInterface-*  External
-use AsgTools        AsgTools-*        Control/AthToolSupport
-
-# Trigger package(s):
-use TrigAnalysisInterfaces TrigAnalysisInterfaces-* Trigger/TrigAnalysis
-use TrigConfInterfaces     TrigConfInterfaces-*     Trigger/TrigConfiguration
-
-end_public
-
-private
-
-# Base Gaudi/Athena package(s):
-use AthenaKernel    AthenaKernel-*    Control
-
-# External package(s):
-use AtlasROOT       AtlasROOT-*       External
-
-# For reading file/DB metadata:
-use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL
-use AtlasCORAL          AtlasCORAL-*          External
-
-# Trigger package(s):
-use TrigConfL1Data         TrigConfL1Data-*         Trigger/TrigConfiguration
-
-# xAOD include(s):
-use xAODEventInfo          xAODEventInfo-*          Event/xAOD
-use xAODTrigger            xAODTrigger-*            Event/xAOD
-
-# To get access to TSocket:
-apply_tag ROOTNetLibs
-
-# Specify the required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Net)"
-
-end_private
-
-# Declare the different components of the package:
-library TrigBunchCrossingTool *.cxx ../Root/*.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_python_modules files=*.py
-
-private
-
-use TestTools       TestTools-*       AtlasTest
-
-# Compile unit tests for the package:
-apply_pattern UnitTest_run unit_test=ut_static_bunch_tool \
-                                 extra_sources="../Root/BunchCrossing.cxx \
-                                                ../Root/BunchTrain.cxx \
-                                                ../Root/BunchCrossingToolBase.cxx \
-                                                ../Root/StaticBunchCrossingTool.cxx"
-apply_pattern UnitTest_run unit_test=ut_web_bunch_tool \
-                                 extra_sources="../Root/BunchCrossing.cxx \
-                                                ../Root/BunchTrain.cxx \
-                                                ../Root/BunchCrossingToolBase.cxx \
-                                                ../Root/WebBunchCrossingTool.cxx"
diff --git a/Trigger/TrigAnalysis/TrigDecisionMaker/cmt/requirements b/Trigger/TrigAnalysis/TrigDecisionMaker/cmt/requirements
deleted file mode 100644
index da3138f6ed0eb40fc85b3af916688b5fce199209..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigDecisionMaker/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package TrigDecisionMaker
-
-
-author Ricardo Goncalo <r.goncalo@rhul.ac.uk>
-
-# General stuff
-use AtlasPolicy	 	AtlasPolicy-*
-private
-use GaudiInterface     	GaudiInterface-*   	External
-use StoreGate      	StoreGate-*  		Control
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use EventInfo        	EventInfo-*        	Event
-
-# Trigger-specific: level 1...
-use TrigT1Result        TrigT1Result-*   	Trigger/TrigT1
-
-# ...and steering
-use TrigSteeringEvent	TrigSteeringEvent-*     Trigger/TrigEvent
-use TrigDecisionEvent	TrigDecisionEvent-*   	Trigger/TrigEvent
-
-use TrigSteering     	TrigSteering-*          Trigger/TrigSteer
-use TrigConfL1Data	TrigConfL1Data-*	Trigger/TrigConfiguration
-use TrigConfInterfaces	TrigConfInterfaces-*	Trigger/TrigConfiguration
-end_private
-
-
-# Library
-library TrigDecisionMaker *.cxx components/*.cxx
-apply_pattern component_library
-
-# Declare job options file(s)
-apply_pattern declare_joboptions files="jobOfragment*.py"
-
-apply_pattern declare_python_modules files="__init__.py TrigDecisionMakerConfig.py"
diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TrigDecisionTool/cmt/Makefile.RootCore
deleted file mode 100644
index 2caffe9e3775d4cd43f79bc19f2210fa9aa92649..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigDecisionTool/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,25 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = TrigDecisionTool
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS =
-PACKAGE_DEP = TrigNavStructure TrigConfxAOD AsgTools TrigDecisionInterface TrigSteeringEvent xAODRootAccess Asg_Boost xAODBase TrigRoiConversion
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOGRID   = 
-PACKAGE_PEDANTIC = 1
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_REFLEX   = 1
-
-include $(ROOTCOREDIR)/Makefile-common
-
diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/cmt/requirements b/Trigger/TrigAnalysis/TrigDecisionTool/cmt/requirements
deleted file mode 100644
index afd90a1acacd891883e75e71a7ca7fdf7be787d8..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigDecisionTool/cmt/requirements
+++ /dev/null
@@ -1,84 +0,0 @@
-package TrigDecisionTool
-author Michael Begel <Michael.Begel@cern.ch>
-author Nicolas Berger <Nicolas.Berger@cern.ch>
-author Tomasz Bold <Tomasz.Bold@cern.ch>
-author Joerg Stelzer <Joerg.Stelzer@cern.ch>
-
-use  AtlasPolicy                AtlasPolicy-*
-
-public
-use  GaudiInterface             GaudiInterface-*                External
-use_ifndef pplist="XAOD_ANALYSIS" pkg="Trigger/TrigEvent/TrigNavigation"
-
-use  AtlasBoost                 AtlasBoost-*                    External
-use  AtlasROOT                  AtlasROOT-*                     External
-#use  AthenaKernel               AthenaKernel-*                  Control
-use  StoreGate                  StoreGate-*                     Control
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  TrigRoiConversion          TrigRoiConversion-*		Trigger/TrigEvent
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigConfHLTData            TrigConfHLTData-*               Trigger/TrigConfiguration
-use  TrigConfL1Data             TrigConfL1Data-*                Trigger/TrigConfiguration
-use  TrigDecisionInterface      TrigDecisionInterface-*         Trigger/TrigEvent
-#use  AnalysisTriggerEvent       AnalysisTriggerEvent-*          PhysicsAnalysis/AnalysisTrigger
-use_ifndef pplist="XAOD_ANALYSIS" pkg="PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent"
-use  xAODTrigger		xAODTrigger-*			Event/xAOD
-use  AsgTools                   AsgTools-*                      Control/AthToolSupport
-#use  TrigStorageDefinitions     TrigStorageDefinitions-*        Trigger/TrigEvent
-use_ifndef pplist="XAOD_ANALYSIS" pkg="Trigger/TrigEvent/TrigStorageDefinitions"
-use  TrigNavStructure		TrigNavStructure-*		Trigger/TrigEvent
-use  xAODBase			xAODBase-*			Event/xAOD
-use_ifndef pplist="XAOD_ANALYSIS" pkg="Trigger/TrigEvent/TrigDecisionEvent"
-use  EventInfo			EventInfo-*			Event
-end_public
-
-private
-#use  AthenaKernel               AthenaKernel-*                  Control
-use  AthenaBaseComps		AthenaBaseComps-*		Control
-#use  CxxUtils                   CxxUtils-*                      Control
-#use  AthContainers              AthContainers-*                 Control
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-#use  TrigMuonEvent              TrigMuonEvent-*                 Trigger/TrigEvent
-use_ifndef pplist="XAOD_ANALYSIS" pkg="Trigger/TrigEvent/TrigMuonEvent"
-
-end_private
-
-# Build a dual-use library:
-apply_pattern dual_use_library files="../Root/*.cxx ../src/*.cxx"
-
-private 
-
-# 
-apply_pattern declare_scripts files="checkTriggerEDM.py checkTriggerProcessingErrors.py -s=$(PyUtils_root)/share"
-
-use AtlasReflex   AtlasReflex-*   External -no_auto_imports
-
-
-# Pattern to build the dict lib. User should create a single header
-# file: <package>Dict.h which includes all other .h files. See MissingETDict
-# A selection file must be created by hand. This file lists the
-# classes to be added to the dictionary, and which fields are
-# transient. It should be put in ../<package> dir and is conventionally called
-# selection.xml.
-apply_pattern   lcgdict     dict=TrigDecisionTool \
-                            selectionfile=selection.xml \
-                            headerfiles="../TrigDecisionTool/TrigDecisionToolDict.h"
-
-use TestTools      TestTools-*         AtlasTest
-
-# this can be used to test if templated code compiles ... but it is not easy to setup running env for it to realy complete
-apply_pattern UnitTest_run unit_test=Templates extrapatterns=".*" 
-#apply_pattern UnitTest_run unit_test=ChainGroup extrapatterns=".*" 
-
-macro TrigDecisionTool_extralibs "-lPyROOT"
-macro_append TrigDecisionToolLiblinkopts " $(TrigDecisionTool_extralibs) "
-macro_append TrigDecisionToolLib_shlibflags " $(TrigDecisionTool_extralibs) "
-
-end_private
-
-apply_pattern declare_python_modules files="*.py"
-
-# Declare the library's dependency on PyROOT for CMake:
-apply_pattern cmake_add_command command="find_package( ROOT COMPONENTS PyROOT )"
-
diff --git a/Trigger/TrigAnalysis/TrigEffJpsiTools/cmt/requirements b/Trigger/TrigAnalysis/TrigEffJpsiTools/cmt/requirements
deleted file mode 100644
index f6fa1faca2e5f0515cbabd11101e4f864f6a746c..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigEffJpsiTools/cmt/requirements
+++ /dev/null
@@ -1,56 +0,0 @@
-package TrigEffJpsiTools
-
-manager Takanori Kono <Takanori.Kohno@cern.ch>
-author Hironori Kiyamura <kiyamura@phys.sci.kobe-u.ac.jp>
-author Takashi Matsushita <Takashi.Matsushita@cern.ch>
-
-private
-use AnalysisTriggerEvent      AnalysisTriggerEvent-*      PhysicsAnalysis/AnalysisTrigger
-use AthenaKernel              AthenaKernel-*              Control
-use AthenaBaseComps           AthenaBaseComps-*           Control
-use AtlasROOT                 AtlasROOT-*                 External
-use EventInfo                 EventInfo-*                 Event
-use EventKernel               EventKernel-*               Event
-use MuonIdHelpers             MuonIdHelpers-*             MuonSpectrometer
-use MuonReadoutGeometry       MuonReadoutGeometry-*       MuonSpectrometer/MuonDetDescr
-use Particle                  Particle-*                  Reconstruction
-use RPCcablingInterface       RPCcablingInterface-*       MuonSpectrometer/MuonCablings
-use StoreGate                 StoreGate-*                 Control
-use TrigDecisionTool          TrigDecisionTool-*          Trigger/TrigAnalysis
-use TrigMuonEvent             TrigMuonEvent-*             Trigger/TrigEvent
-use TrigParticle              TrigParticle-*              Trigger/TrigEvent
-use TrigSteeringEvent         TrigSteeringEvent-*         Trigger/TrigEvent
-use TrigT1RPCRecRoiSvc        TrigT1RPCRecRoiSvc-*        Trigger/TrigT1
-use TrigT1TGCRecRoiSvc        TrigT1TGCRecRoiSvc-*        Trigger/TrigT1
-use TrigT1Result              TrigT1Result-*              Trigger/TrigT1
-use TrigT1Interfaces          TrigT1Interfaces-*          Trigger/TrigT1
-use TrigConfL1Data            TrigConfL1Data-*            Trigger/TrigConfiguration
-use TrkEventUtils             TrkEventUtils-*             Tracking/TrkEvent
-use TrkExInterfaces           TrkExInterfaces-*           Tracking/TrkExtrapolation
-use TrkParameters             TrkParameters-*             Tracking/TrkEvent
-use TrkRIO_OnTrack            TrkRIO_OnTrack-*            Tracking/TrkEvent
-use TrkTrack                  TrkTrack-*                  Tracking/TrkEvent
-use TrkSurfaces               TrkSurfaces-*               Tracking/TrkDetDescr
-
-#use BPhysAnalysisObjects      BPhysAnalysisObjects-*      PhysicsAnalysis/BPhys
-
-#use TrkVertexAnalysisUtils    TrkVertexAnalysisUtils-*     Tracking/TrkVertexFitter
-#use TrkVKalVrtFitter          TrkVKalVrtFitter-*           Tracking/TrkVertexFitter
-
-use muonEvent                 muonEvent-*                  Reconstruction/MuonIdentification
- 
-use TrigInDetAnalysis         TrigInDetAnalysis-*     Trigger/TrigAnalysis/
-use TrigInDetAnalysisUtils    TrigInDetAnalysisUtils-*     Trigger/TrigAnalysis/
-
-apply_tag ROOTMathLibs
-
-public
-use AtlasPolicy               AtlasPolicy-*
-use GaudiInterface            GaudiInterface-*            External
-use GeoPrimitives             GeoPrimitives-*             DetectorDescription
-
-library TrigEffJpsiTools *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-
-# eof
diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/cmt/requirements b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/cmt/requirements
deleted file mode 100644
index bc3eddfc8f6811b325abdaac35055a020d7523ed..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/cmt/requirements
+++ /dev/null
@@ -1,51 +0,0 @@
-package TrigEgammaAnalysisTools
-
-public
-use AtlasPolicy                AtlasPolicy-*                   
-use AsgTools                   AsgTools-*                      Control/AthToolSupport
-use AtlasROOT                   AtlasROOT-*                     External
-
-
-use TrigDecisionTool            TrigDecisionTool-*              Trigger/TrigAnalysis
-use TrigConfHLTData             TrigConfHLTData-*               Trigger/TrigConfiguration
-#use TrigNavigation              TrigNavigation-*                Trigger/TrigEvent
-use TrigSteeringEvent           TrigSteeringEvent-*             Trigger/TrigEvent
-use     TrigHLTMonitoring       TrigHLTMonitoring-*             Trigger/TrigMonitoring
-use LumiBlockComps          LumiBlockComps-*             LumiBlock
-use PATCore                     PATCore-*                       PhysicsAnalysis/AnalysisCommon
-use xAODTrigger                 xAODTrigger-*                   Event/xAOD
-use xAODEgamma                  xAODEgamma-*                    Event/xAOD
-use xAODTrigEgamma              xAODTrigEgamma-*                Event/xAOD
-use xAODTracking                xAODTracking-*                  Event/xAOD
-use xAODTrigCalo                xAODTrigCalo-*                  Event/xAOD
-use xAODJet                     xAODJet-*                       Event/xAOD
-use xAODCaloEvent               xAODCaloEvent-*                 Event/xAOD
-use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-* PhysicsAnalysis/ElectronPhotonID
-use egammaMVACalib              egammaMVACalib-*                Reconstruction/egamma
-use TrigEgammaMatchingTool      TrigEgammaMatchingTool-*        Trigger/TrigAnalysis/
-use TrigEgammaEmulationTool     TrigEgammaEmulationTool-*       Trigger/TrigAnalysis/
-use xAODEventInfo               xAODEventInfo-*                 Event/xAOD
-use xAODTruth                   xAODTruth-*                     Event/xAOD
-use xAODTrigRinger              xAODTrigRinger-*                Event/xAOD
-#use xAODCaloRings               xAODCaloRings-*                 Event/xAOD
-
-
-# Added for Track Isolation Emulation
-use PATCore                     PATCore-*                       PhysicsAnalysis/AnalysisCommon
-
-private
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  GaudiInterface             GaudiInterface-*                External
-use     AthenaMonitoring        AthenaMonitoring-*              Control
-use StoreGate                   StoreGate-*                     Control
-use TrigConfxAOD                TrigConfxAOD-*                  Trigger/TrigConfiguration
-use AtlasBoost                  AtlasBoost-*                    External
-end_private
-
-apply_pattern declare_joboptions files="test*.py"
-apply_pattern declare_python_modules files="TrigEgamma*.py"
-apply_pattern declare_scripts files="../share/*.sh \
-                                     ../share/trigEgammaDQ.py"
-#apply_pattern generic_declare_for_link kind=binaries files="-s=../macros trigEgammaDQ.py get_trigEgammaDQ.sh" prefix=share/bin
-library TrigEgammaAnalysisTools *.cxx ../Root/*.cxx -s=components *.cxx
-apply_pattern component_library
diff --git a/Trigger/TrigAnalysis/TrigEgammaEmulationTool/cmt/requirements b/Trigger/TrigAnalysis/TrigEgammaEmulationTool/cmt/requirements
deleted file mode 100644
index c3f09424206c934d673d182388effa55591d121e..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigEgammaEmulationTool/cmt/requirements
+++ /dev/null
@@ -1,73 +0,0 @@
-package TrigEgammaEmulationTool
-
-public
-use AtlasPolicy                 AtlasPolicy-*                   
-use AsgTools                    AsgTools-*                      Control/AthToolSupport
-use AtlasROOT                   AtlasROOT-*                     External
-
-
-use TrigDecisionTool            TrigDecisionTool-*              Trigger/TrigAnalysis
-use TrigEgammaMatchingTool      TrigEgammaMatchingTool-*        Trigger/TrigAnalysis/
-use TrigConfHLTData             TrigConfHLTData-*               Trigger/TrigConfiguration
-#use TrigNavigation             TrigNavigation-*                Trigger/TrigEvent
-use TrigSteeringEvent           TrigSteeringEvent-*             Trigger/TrigEvent
-use TrigMultiVarHypo            TrigMultiVarHypo-*              Trigger/TrigHypothesis
-#use TrigHLTMonitoring           TrigHLTMonitoring-*             Trigger/TrigMonitoring
-use LumiBlockComps              LumiBlockComps-*                LumiBlock
-use PATCore                     PATCore-*                       PhysicsAnalysis/AnalysisCommon
-
-
-
-use xAODBase                    xAODBase-*                      Event/xAOD
-use xAODTrigger                 xAODTrigger-*                   Event/xAOD
-use xAODEgamma                  xAODEgamma-*                    Event/xAOD
-use xAODTrigEgamma              xAODTrigEgamma-*                Event/xAOD
-use xAODTracking                xAODTracking-*                  Event/xAOD
-use xAODTrigCalo                xAODTrigCalo-*                  Event/xAOD
-use xAODCaloEvent               xAODCaloEvent-*                 Event/xAOD
-use xAODTrigRinger              xAODTrigRinger-*                Event/xAOD
-
-#use xAODCaloRings               xAODCaloRings-*                 Event/xAOD
-#use xAODTruth                   xAODTruth-*                     Event/xAOD
-#use xAODEventInfo               xAODEventInfo-*                 Event/xAOD
-#use xAODJet                     xAODJet-*                       Event/xAOD
-
-#safedeepcopy staff
-#use xAODCore                     xAODCore-*                      Event/xAOD
-
-
-
-use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-*   PhysicsAnalysis/ElectronPhotonID
-#use egammaMVACalib              egammaMVACalib-*                Reconstruction/egamma
-use AtlasCLHEP                  AtlasCLHEP-*            External
-
-# For track isolation emulation
-#use InDetTrackSelectionTool     InDetTrackSelectionTool-*       InnerDetector/InDetRecTools
-#use RecoToolInterfaces          RecoToolInterfaces-*            Reconstruction/RecoTools
-#use xAODPrimitives              xAODPrimitives-*                Event/xAOD
-use AthContainers           AthContainers-*           Control
-
-private
-use TrigEgammaMatchingTool      TrigEgammaMatchingTool-*        Trigger/TrigAnalysis/
-use AthenaBaseComps             AthenaBaseComps-*               Control
-use GaudiInterface              GaudiInterface-*                External
-use AtlasBoost                  AtlasBoost-*                    External
-use StoreGate                   StoreGate-*                     Control
-
-
-end_private
-
-apply_pattern declare_calib files="../data/*.root ../data/*.conf ../data/*.pic.gz"
-
-pattern declare_python_submodule \
-   apply_pattern generic_declare_for_link kind=python_modules files='-s=../python/<submodule>/<subsubmodule> <files>' prefix=python/<package>/<submodule>/<subsubmodule> name=<submodule><subsubmodule> ; \
-   private ; \
-   macro_append <package>_python_init_dependencies " install_<submodule><subsubmodule>python_modules " ; \
-   end_private
-
-apply_pattern declare_joboptions       files="test*.py"
-apply_pattern declare_python_modules   files="TrigEgamma*.py"
-apply_pattern declare_python_submodule files="*.py" submodule=util
-
-library TrigEgammaEmulationTool *.cxx ../Root/*.cxx  -s=components *.cxx
-apply_pattern component_library
diff --git a/Trigger/TrigAnalysis/TrigEgammaMatchingTool/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TrigEgammaMatchingTool/cmt/Makefile.RootCore
deleted file mode 100644
index 1b71065a3db35c4ec8d9baaab1e8179725429546..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigEgammaMatchingTool/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,17 +0,0 @@
-PACKAGE          = TrigEgammaMatchingTool
-PACKAGE_PRELOAD  =
-PACKAGE_CXXFLAGS =
-PACKAGE_OBJFLAGS =
-PACKAGE_LDFLAGS  =
-PACKAGE_BINFLAGS =
-PACKAGE_LIBFLAGS =
-PACKAGE_DEP      = AsgTools xAODRootAccess xAODTrigger xAODEgamma xAODTrigEgamma xAODCaloEvent xAODTrigCalo xAODTracking TrigDecisionTool TrigSteeringEvent
-PACKAGE_TRYDEP   =
-PACKAGE_CLEAN    =
-PACKAGE_NOGRID   =
-PACKAGE_PEDANTIC = 1
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_REFLEX   = 0
-	
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigAnalysis/TrigEgammaMatchingTool/cmt/requirements b/Trigger/TrigAnalysis/TrigEgammaMatchingTool/cmt/requirements
deleted file mode 100644
index 377f0328456a6abe9051064561d9e3244f6cd7e4..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigEgammaMatchingTool/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package TrigEgammaMatchingTool
-
-author Ryan Mackenzie White <ryan.white@cern.ch>
-public
-use AtlasPolicy                AtlasPolicy-*
-use AsgTools                   AsgTools-*                      Control/AthToolSupport
-use AtlasROOT                   AtlasROOT-*                     External
-
-use TrigDecisionTool            TrigDecisionTool-*              Trigger/TrigAnalysis
-use TrigConfHLTData             TrigConfHLTData-*               Trigger/TrigConfiguration
-use TrigSteeringEvent           TrigSteeringEvent-*             Trigger/TrigEvent
-
-
-use xAODTrigger                 xAODTrigger-*                   Event/xAOD
-use xAODEgamma                  xAODEgamma-*                    Event/xAOD
-use xAODTrigEgamma              xAODTrigEgamma-*                Event/xAOD
-use xAODTracking                xAODTracking-*                  Event/xAOD
-use xAODTrigCalo                xAODTrigCalo-*                  Event/xAOD
-use xAODCaloEvent               xAODCaloEvent-*                 Event/xAOD
-
-private
-use AtlasROOT           AtlasROOT-*             External
-use GaudiInterface      GaudiInterface-*        External
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use xAODTrigger         xAODTrigger-*           Event/xAOD
-use xAODTau                  xAODTau-*                    Event/xAOD
-use xAODMuon                  xAODMuon-*                    Event/xAOD
-end_private
- 
-apply_pattern dual_use_library files="*.cxx ../Root/*.cxx"
-apply_pattern declare_joboptions files=../share/*.py
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysis/cmt/requirements b/Trigger/TrigAnalysis/TrigInDetAnalysis/cmt/requirements
deleted file mode 100755
index c295dbe4c072fd3d0bbbbe2ac7cea108a363bef4..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigInDetAnalysis/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigInDetAnalysis
-
-
-# ============================================================================================
-public
-
-use 	AtlasPolicy		AtlasPolicy-*
-# use 	GaudiInterface		GaudiInterface-*		External
-use 	AtlasROOT		AtlasROOT-*			External
-# use   TrigDecisionTool      TrigDecisionTool-*          Trigger/TrigAnalysis
-# use   TrigSteeringEvent     TrigSteeringEvent-*         Trigger/TrigEvent
-# use 	TrigInDetTruthEvent		TrigInDetTruthEvent-*       Trigger/TrigTruthEvent
-# use   AtlasHepMC      AtlasHepMC-*       External
-# use   RoiDescriptor   RoiDescriptor-*     DetectorDescription
-
-# Specify the required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Cint)"
-
-# ============================================================================================
-private
-
-# use TrigInDetEvent TrigInDetEvent-* Trigger/TrigEvent
-# use AtlasReflex  AtlasReflex-*  External -no_auto_imports
-
-# apply_pattern lcgdict dict = TrigInDetAnalysis \
-#	selectionfile=selection.xml \
-#	headerfiles="../TrigInDetAnalysis/TrigInDetAnalysisDict.h"
-
-end_private
-
-# ============================================================================================
-public
-
-
-library TrigInDetAnalysis *.cxx components/*.cxx
-apply_pattern installed_library
-#macro_append TrigInDetAnalysis_dependencies " TrigInDetAnalysisDict "
-#macro_append TrigInDetAnalysis_dependencies " TrigInDetAnalysisDict TrigInDetAnalysissetup.make "
-
-
-apply_pattern have_root_headers root_headers=" TIDARoi.h TIDAEvent.h TIDAChain.h TIDAVertex.h Track.h TIDARoiDescriptor.h  TIDARoiParameters.h TrackTrigObject.h TFileString.h TrigInDetAnalysisLinkDef.h " \
-                                headers_lib="TrigInDetAnalysis" 
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/cmt/requirements b/Trigger/TrigAnalysis/TrigInDetAnalysisExample/cmt/requirements
deleted file mode 100755
index c219f38cd1aa96ba6b164c29b9656fe605362619..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigInDetAnalysisExample/cmt/requirements
+++ /dev/null
@@ -1,78 +0,0 @@
-package TrigInDetAnalysisExample
-
-# ============================================================================================
-public
-
-# use 	AthenaBaseComps 	AthenaBaseComps-* 		Control
-# use 	GaudiInterface		GaudiInterface-*		External
-# use 	CBNT_Utils		CBNT_Utils-*			Reconstruction
-# use 	Particle		Particle-*			Reconstruction
-# use   TrigNavigation          TrigNavigation-*                Trigger/TrigEvent
-
-use 	AtlasPolicy		AtlasPolicy-*
-
-use 	AtlasROOT            	AtlasROOT-*            		External
-use 	AtlasROOT		AtlasROOT-*			External
-use     InDetBeamSpotService    InDetBeamSpotService-*          InnerDetector/InDetConditions
-use     TrigHLTMonitoring       TrigHLTMonitoring-*             Trigger/TrigMonitoring
-use     TrigInDetAnalysis       TrigInDetAnalysis-*             Trigger/TrigAnalysis
-use     TrigInDetAnalysisUtils  TrigInDetAnalysisUtils-*        Trigger/TrigAnalysis
-use     TrigInDetEvent          TrigInDetEvent-*                Trigger/TrigEvent
-use  	egammaEvent         	egammaEvent-*                   Reconstruction/egamma
-use     muonEvent               muonEvent-*                     Reconstruction/MuonIdentification
-use     tauEvent                tauEvent-*                      Reconstruction
-
-# use   TrigInDetTruthAlgs      TrigInDetTruthAlgs-*            Trigger/TrigAnalysis
-# use   TrigInDetTruthEvent     TrigInDetTruthEvent-*           Trigger/TrigTruthEvent
-# use	AtlasReflex		AtlasReflex-*			External -no_auto_imports
-
-use     AtlasHepMC              AtlasHepMC-*                    External
-use     EventInfo               EventInfo-*             	Event
-use     xAODEventInfo           xAODEventInfo-*             	Event/xAOD
-use 	GeneratorObjects 	GeneratorObjects-* 		Generators
-use     McParticleEvent         McParticleEvent-*               PhysicsAnalysis/TruthParticleID
-
-use     TrigDecisionTool        TrigDecisionTool-*              Trigger/TrigAnalysis
-use 	TrigSteeringEvent       TrigSteeringEvent-*		Trigger/TrigEvent
-use     TrkParticleCreator      TrkParticleCreator-*            Tracking/TrkTools
-use     VxVertex                VxVertex-*                      Tracking/TrkEvent
-
-
-# ============================================================================================
-private
-
-use 	GaudiInterface		GaudiInterface-*		External
-use     AthenaMonitoring        AthenaMonitoring-*              Control
-
-
-use     TrkTrack                   TrkTrack-*                   Tracking/TrkEvent
-use     TrkParameters              TrkParameters-*              Tracking/TrkEvent
-
-# use 	AtlasAnalysisRunTime 	AtlasAnalysisRunTime-*
-# use 	StoreGate           	StoreGate-*                     Control
-# use     TrkTrackSummary		TrkTrackSummary-*               Tracking/TrkEvent
-# use    JetEvent                JetEvent-*                      Reconstruction/Jet
-
-
-# ============================================================================================
-public
-
-#library TrigInDetAnalysisExample *.cxx components/*.cxx
-
-# apply_tag  ROOTBasicLibs
-# apply_tag  ROOTMathLibs
-# apply_tag  ROOTSTLDictLibs
-# apply_tag  ROOTGraphicsLibs
-# apply_tag  ROOTTableLibs
-
-#apply_pattern component_library
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-# why isn't there a command line argument to disable checkreq 
-# action checkreq " echo 'disabling checkreq!!' " 
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/cmt/requirements b/Trigger/TrigAnalysis/TrigInDetAnalysisUser/cmt/requirements
deleted file mode 100755
index f409aa47914b45dc23270459bfc1c8e491d79265..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigInDetAnalysisUser/cmt/requirements
+++ /dev/null
@@ -1,104 +0,0 @@
-package TrigInDetAnalysisUser
-
-
-# ============================================================================================
-public
-
-use 	AtlasPolicy		  AtlasPolicy-*
-
-# ============================================================================================
-private
-
-use 	AtlasROOT            	  AtlasROOT-*                   External
-use     TrigInDetAnalysis         TrigInDetAnalysis-*           Trigger/TrigAnalysis
-use     TrigInDetAnalysisUtils    TrigInDetAnalysisUtils-*      Trigger/TrigAnalysis
-use     TrigInDetAnalysisExample  TrigInDetAnalysisExample-*    Trigger/TrigAnalysis
-
-# ============================================================================================
-public
-
-# Specify the required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Graf Gpad)"
-
-# Inform cmake that this package has private header files (transparent to CMT)
-apply_pattern cmake_add_command command="include_directories(Resplot/src Readcards/src)"
-
-library Resplot   " ../Resplot/src/Resplot.cxx       ../Resplot/src/generate.cxx    ../Resplot/src/rmsFrac.cxx" "
-apply_pattern have_root_headers root_headers="../Resplot/src/Resplot.h" headers_lib="Resplot"
-
-library Readcards " ../Readcards/src/IReadCards.cxx  ../Readcards/src/ReadCards.cxx ../Readcards/src/Value.cxx ../Readcards/src/utils.cxx"
-macro_append Readcards_cppflags    "-D_DIR_=$(shell pwd)/../Analysis/run "
-
-# Extend the files in the TIDA library in order to satisfy the unresolved references
-apply_pattern cmake_add_generated_files library=TIDA files=Analysis/src/rmain.cxx
-
-library TIDA          " ../Analysis/src/ConfAnalysis.cxx ../Analysis/src/ConfVtxAnalysis.cxx ../Analysis/src/PurityAnalysis.cxx"
-library TIDAcomputils " ../Analysis/src/computils.cxx"
-
-
-macro_append TIDA_cppflags           " -I../Readcards/src -I../Resplot/src "
-macro_append TIDAcomputils_cppflags  " -I../Readcards/src -I../Resplot/src "
-
-application  TIDAreader          "../Analysis/src/reader.cxx
-macro_append TIDAreader_cppflags " -I../Readcards/src"
-
-application  TIDArdict               "../Analysis/src/rmain.cxx ../Analysis/src/computils.cxx 
-macro_append TIDArdict_cppflags      " -I../Resplot/src -I../Readcards/src "
-macro_append TIDArdictlinkopts       " -lResplot -lReadcards -lTIDA -lXrdPosix "
-macro_append TIDArdict_dependencies  " Resplot Readcards TIDA "
-
-application  TIDAcomparitor               "../Analysis/src/comparitor.cxx ../Analysis/src/AtlasStyle.cxx ../Analysis/src/AtlasLabels.cxx"
-macro_append TIDAcomparitor_cppflags      " -I../Resplot/src -I../Readcards/src"
-macro_append TIDAcomparitorlinkopts       " -lResplot -lReadcards -lTIDA  -lTIDAcomputils "
-macro_append TIDAcomparitor_dependencies  " Resplot Readcards TIDA TIDAcomputils"
-
-application  TIDAcpucost               "../Analysis/src/cpucost.cxx "
-macro_append TIDAcpucost_cppflags      " -I../Readcards/src"
-macro_append TIDAcpucostlinkopts       " -lReadcards -lTIDA   -lTIDAcomputils "
-macro_append TIDAcpucost_dependencies  " Readcards TIDA TIDAcomputils"
-
-application  TIDAchains   "../Analysis/src/chains.cxx"
-
-application  TIDAskim          "../Analysis/src/skim.cxx"
-macro_append TIDAskim_cppflags " -I../Readcards/src"
-
-application  TIDAfastadd   "../Analysis/src/fastadd.cxx"
-
-application  TIDArefit  "../Analysis/src/refit.cxx"
-macro_append TIDArefit_cppflags      " -I../Resplot/src "
-macro_append TIDArefitlinkopts       " -lResplot  -lTIDA"
-macro_append TIDArefit_dependencies  " Resplot TIDA "
-
-application  TIDAlistroot  "../Analysis/src/listroot.cxx"
-macro_append TIDAlistroot_cppflags      " -I../Readcards/src "
-macro_append TIDAlistrootlinkopts       " -lReadcards "
-macro_append TIDAlistroot_dependencies  " Readcards " 
-
-application  TIDAruntool  "../Analysis/src/runtool.cxx ../Analysis/src/computils.cxx ""
-macro_append TIDAruntool_cppflags      " -I../Readcards/src "
-macro_append TIDArunntoollinkopts       " -lReadcards "
-macro_append TIDAruntool_dependencies  " Readcards " 
-
-# macro_append TIDAlistrootlinkopts       " -lResplot  -lTIDA"
-# macro_append TIDAlistroot_dependencies  " Resplot TIDA "
-
-application  TIDAsb  "../Analysis/src/chainparser.cxx"
-macro_append TIDAsb_cppflags      " -I../Readcards/src "
-macro_append TIDAsblinkopts       " -lReadcards"
-macro_append TIDAsb_dependencies  " Readcards "
-
-
-
-
-application  TIDAmakeSmallRefFile       "../Analysis/src/makeSmallRefFile.cxx "
-macro_append TIDAmakeSmallRefFile_cppflags     " "
-macro_append TIDAmakeSmallRefFilelinkopts      " "
-macro_append TIDAmakeSmallRefFile_dependencies " "
-
-apply_pattern declare_scripts files="../scripts/TIDA*.sh"
-
-apply_pattern declare_runtime extras="../share/TIDA*.dat ../share/TIDA*.py ../share/Test_*.dat"
-
-
-
-
diff --git a/Trigger/TrigAnalysis/TrigInDetAnalysisUtils/cmt/requirements b/Trigger/TrigAnalysis/TrigInDetAnalysisUtils/cmt/requirements
deleted file mode 100755
index 2f9d4079fe12c7a71a89e33899f74c21a12d6b4e..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigInDetAnalysisUtils/cmt/requirements
+++ /dev/null
@@ -1,58 +0,0 @@
-package TrigInDetAnalysisUtils
-
-
-# ============================================================================================
-public
-
-use 	AtlasPolicy		AtlasPolicy-*
-use 	AtlasROOT            	AtlasROOT-*            		External
-use 	GaudiInterface		GaudiInterface-*		External
-
-use     AtlasHepMC              AtlasHepMC-*                    External
-use     McParticleEvent         McParticleEvent-*               PhysicsAnalysis/TruthParticleID
-
-use 	StoreGate           	StoreGate-*                     Control
-use 	Particle		Particle-*			Reconstruction
-
-use  	egammaEvent         	egammaEvent-*                   Reconstruction/egamma
-use 	muonEvent		muonEvent-*			Reconstruction/MuonIdentification
-use     tauEvent                tauEvent-*                      Reconstruction
-
-use  	xAODEgamma         	xAODEgamma-*                    Event/xAOD
-use 	xAODMuon		xAODMuon-*			Event/xAOD
-use     xAODTau                 xAODTau-*                       Event/xAOD
-
-use     TrigDecisionTool        TrigDecisionTool-*              Trigger/TrigAnalysis
-use     TrkParticleCreator      TrkParticleCreator-*            Tracking/TrkTools   
-
-use     TrigInDetAnalysis       TrigInDetAnalysis-*             Trigger/TrigAnalysis
-
-use 	TrigInDetEvent		TrigInDetEvent-*                Trigger/TrigEvent
-use     TrigInDetTruthEvent     TrigInDetTruthEvent-*           Trigger/TrigTruthEvent
-
-use     TrigSteeringEvent       TrigSteeringEvent-*		Trigger/TrigEvent
-use     TrkParameters           TrkParameters-*                 Tracking/TrkEvent
-use     TrkTrack                TrkTrack-*                      Tracking/TrkEvent
-use     TrkTrackSummary         TrkTrackSummary-*               Tracking/TrkEvent
-use     TrkToolInterfaces       TrkToolInterfaces-*		Tracking/TrkTools
-
-
-# ============================================================================================
-private
-
-# use 	AtlasAnalysisRunTime 	AtlasAnalysisRunTime-*
-# use   AthenaMonitoring        AthenaMonitoring-*              Control
-
-
-# ============================================================================================
-public
-
-library TrigInDetAnalysisUtils *.cxx 
-
-# apply_tag  ROOTBasicLibs
-# apply_tag  ROOTMathLibs
-# apply_tag  ROOTSTLDictLibs
-# apply_tag  ROOTGraphicsLibs
-# apply_tag  ROOTTableLibs
-
-apply_pattern installed_library
diff --git a/Trigger/TrigAnalysis/TrigInDetTruthAlgs/cmt/requirements b/Trigger/TrigAnalysis/TrigInDetTruthAlgs/cmt/requirements
deleted file mode 100644
index bc7a20ad643bd163ae87b22da77461c9f6f0dd41..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigInDetTruthAlgs/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package TrigInDetTruthAlgs
-
-author Ricardo Goncalo <r.goncalo@rhul.ac.uk>
-
-use AtlasPolicy             AtlasPolicy-*
-use TrigInDetEvent          TrigInDetEvent-*       Trigger/TrigEvent
-
-
-private
-use AthenaBaseComps         AthenaBaseComps-*      Control
-use GaudiInterface          GaudiInterface-*       External
-use AtlasHepMC              AtlasHepMC-*           External
-use GenzModuleEvent         GenzModuleEvent-*      Generators
-
-use InDetIdentifier         InDetIdentifier-*   InnerDetector/InDetDetDescr
-
-use InDetSimData            InDetSimData-*            InnerDetector/InDetRawEvent
-use InDetPrepRawData        InDetPrepRawData-*        InnerDetector/InDetRecEvent 
-use TrigInDetTruthEvent     TrigInDetTruthEvent-*     Trigger/TrigTruthEvent
-use TrigInDetToolInterfaces TrigInDetToolInterfaces-* Trigger/TrigTools
-# offline track-truth association edm
-use TrkTruthData            TrkTruthData-*         Tracking/TrkEvent
-
-public
-library TrigInDetTruthAlgs *.cxx components/*.cxx
-apply_pattern component_library
-
-
-# declare job options file(s)
-apply_pattern declare_joboptions files="jobOfragment*.py"
-
-# declare python module (configurables)
-apply_pattern declare_python_modules files="__init__.py TrigInDetTruthAlgsConfig.py"
-
diff --git a/Trigger/TrigAnalysis/TrigJiveXML/cmt/requirements b/Trigger/TrigAnalysis/TrigJiveXML/cmt/requirements
deleted file mode 100755
index d1e19cc6aa51f795c6ae556f6984f3bced50c27c..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigJiveXML/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package TrigJiveXML
-
-use AtlasPolicy           AtlasPolicy-* 
-
-use JiveXML               JiveXML-*                  graphics
-
-private
-
-use InDetIdentifier       InDetIdentifier-*       InnerDetector/InDetDetDescr
-use InDetReadoutGeometry  InDetReadoutGeometry-*  InnerDetector/InDetDetDescr
-use InDetPrepRawData      InDetPrepRawData-*      InnerDetector/InDetRecEvent	
-use AnalysisTriggerEvent  AnalysisTriggerEvent-*  PhysicsAnalysis/AnalysisTrigger
-use TrigInDetEvent        TrigInDetEvent-*        Trigger/TrigEvent
-use TrigT1CaloEvent       TrigT1CaloEvent-*          Trigger/TrigT1
-#use TrigSteering        TrigSteering-*          Trigger/TrigSteer
-use TrigSteeringEvent   TrigSteeringEvent-*     Trigger/TrigEvent
-use TrigT1Interfaces      TrigT1Interfaces-*      Trigger/TrigT1
-
-use xAODTrigger           xAODTrigger-*           Event/xAOD
-use xAODTrigL1Calo        xAODTrigL1Calo-*        Event/xAOD
-
-use EventInfo             EventInfo-*             Event
-use GaudiInterface        GaudiInterface-*        External
-use AtlasCLHEP            AtlasCLHEP-*            External
-
-public
-
-use TrkPrepRawData        TrkPrepRawData-*        Tracking/TrkEvent
-use TrigDecisionTool      TrigDecisionTool-*      Trigger/TrigAnalysis
-use AthenaBaseComps       AthenaBaseComps-*       Control
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern component_library
-library TrigJiveXML *.cxx components/*.cxx
-
diff --git a/Trigger/TrigAnalysis/TrigMuonCoinHierarchy/cmt/requirements b/Trigger/TrigAnalysis/TrigMuonCoinHierarchy/cmt/requirements
deleted file mode 100644
index 25b55c4165be47dc607d3a349ff945fe4199c305..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigMuonCoinHierarchy/cmt/requirements
+++ /dev/null
@@ -1,33 +0,0 @@
-package TrigMuonCoinHierarchy
-
-author Susumu Oda <Susumu.Oda@cern.ch>
-
-public
-use AnalysisTriggerEvent	AnalysisTriggerEvent-*		PhysicsAnalysis/AnalysisTrigger
-use AthenaBaseComps		AthenaBaseComps-*		Control
-use AtlasPolicy			AtlasPolicy-*			
-use GaudiInterface		GaudiInterface-*		External
-use MuonPrepRawData		MuonPrepRawData-*		MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use MuonRDO                     MuonRDO-*                       MuonSpectrometer 
-use MuonTrigCoinData		MuonTrigCoinData-*		MuonSpectrometer/MuonReconstruction/MuonRecEvent
-
-private
-use AtlasROOT        		AtlasROOT-*        		External
-use EventInfo        		EventInfo-*        		Event
-use muonEvent                   muonEvent-*                     Reconstruction/MuonIdentification
-use MuonIdHelpers		MuonIdHelpers-*			MuonSpectrometer
-use MuonReadoutGeometry         MuonReadoutGeometry-*           MuonSpectrometer/MuonDetDescr
-use PathResolver        	PathResolver-*          	Tools
-use TGCcablingInterface		TGCcablingInterface-* 		MuonSpectrometer/MuonCablings 
-use TrigT1Result		TrigT1Result-*			Trigger/TrigT1
-use TrkCompetingRIOsOnTrack 	TrkCompetingRIOsOnTrack-*    	Tracking/TrkEvent
-use TrkEventUtils		TrkEventUtils-*			Tracking/TrkEvent
-use TrkTrack			TrkTrack-*			Tracking/TrkEvent
-use TrkRIO_OnTrack		TrkRIO_OnTrack-*		Tracking/TrkEvent
-
-public 
-#library TrigMuonCoinHierarchy *.cxx components/*.cxx 
-#apply_pattern component_library
-apply_pattern dual_use_library files="*.cxx"
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_runtime files="mask2/*.txt"
diff --git a/Trigger/TrigAnalysis/TrigMuonEfficiency/cmt/requirements b/Trigger/TrigAnalysis/TrigMuonEfficiency/cmt/requirements
deleted file mode 100644
index 435ce525fb638b1605b0956d2677cb2946015798..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigMuonEfficiency/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package TrigMuonEfficiency
-
-	author Takashi Matsushita <Takashi.Matsushita@cern.ch>
-  author Lynn Marx <Lynn.Marx@hep.manchester.ac.uk>
-	
-	public
-	
-	use AtlasPolicy         AtlasPolicy-*
-	use AtlasROOT           AtlasROOT-*           External
-  use egammaAnalysisUtils egammaAnalysisUtils-*  Reconstruction/egamma/egammaAnalysis
-  use ElectronEfficiencyCorrection ElectronEfficiencyCorrection-* PhysicsAnalysis/ElectronPhotonID
-
-	apply_tag ROOTMathLibs
-	apply_tag ROOTGraphicsLibs
-	
-	apply_pattern installed_library	
-	library TrigMuonEfficiency "../Root/*.cxx"	
-	apply_pattern declare_runtime files="*.root"	
diff --git a/Trigger/TrigAnalysis/TrigMuonMatching/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TrigMuonMatching/cmt/Makefile.RootCore
deleted file mode 100644
index 20bc78f28bb220d5ef1dbd8544a1527d4bdcdb93..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigMuonMatching/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,17 +0,0 @@
-PACKAGE          = TrigMuonMatching
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = AsgTools PATCore xAODRootAccess xAODEventInfo xAODMuon TrigDecisionTool TrigConfxAOD xAODTrigMuon
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOGRID   = 
-PACKAGE_PEDANTIC = 1
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_REFLEX   = 0
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigAnalysis/TrigMuonMatching/cmt/requirements b/Trigger/TrigAnalysis/TrigMuonMatching/cmt/requirements
deleted file mode 100644
index f460de2d4fb87e69812def77cf7dc50c86b128a3..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigMuonMatching/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package TrigMuonMatching
-
-author Kota Kasahara <kota.kasahara@cern.ch>
-
-public
-
-use AtlasPolicy		AtlasPolicy-*	
-use AsgTools        	AsgTools-*		Control/AthToolSupport
-use xAODMuon        	xAODMuon-*		Event/xAOD
-use TrigDecisionTool 	TrigDecisionTool-*	Trigger/TrigAnalysis
-
-private
-use AtlasROOT		AtlasROOT-*		External
-use TrigConfxAOD	TrigConfxAOD-*		Trigger/TrigConfiguration
-use GaudiInterface	GaudiInterface-*	External
-use AthenaBaseComps	AthenaBaseComps-*	Control
-use xAODTrigger		xAODTrigger-*		Event/xAOD
-use xAODTrigMuon	xAODTrigMuon-*		Event/xAOD
-
-end_private
-
-apply_pattern dual_use_library files="*.cxx ../Root/*.cxx"
-apply_pattern declare_joboptions files=../share/*.py
diff --git a/Trigger/TrigAnalysis/TrigNtupleBase/cmt/requirements b/Trigger/TrigAnalysis/TrigNtupleBase/cmt/requirements
deleted file mode 100644
index 2a96e3ebb7d2c1b7a5ab4c070d92f95dad9e1515..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigNtupleBase/cmt/requirements
+++ /dev/null
@@ -1,17 +0,0 @@
-####################################################################
-
-package TrigNtupleBase
-
-author w.bell <W.Bell@cern.ch>
-
-use AtlasPolicy 	AtlasPolicy-*
-use GaudiInterface 	GaudiInterface-*  	External
-use StoreGate   	StoreGate-*        	Control
-use TrigDecisionTool    TrigDecisionTool-*	Trigger/TrigAnalysis
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasROOT		AtlasROOT-*		External
-
-####################################################################
-
-library TrigNtupleBase *.cxx 
-apply_pattern installed_library
diff --git a/Trigger/TrigAnalysis/TrigObjectMatching/cmt/requirements b/Trigger/TrigAnalysis/TrigObjectMatching/cmt/requirements
deleted file mode 100644
index 44d33568f211b274b8dd15f57d77c6aaa987b8a3..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigObjectMatching/cmt/requirements
+++ /dev/null
@@ -1,40 +0,0 @@
-package TrigObjectMatching
-author Ben Smith <bcsmith@fas.harvard.edu>
-
-use AtlasPolicy             AtlasPolicy-*
-use GaudiInterface          GaudiInterface-*          External
-use AtlasBoost              AtlasBoost-*              External
-use CxxUtils                CxxUtils-*                Control
-use DataModel               DataModel-*               Control
-use AthenaKernel            AthenaKernel-*            Control
-use AthenaBaseComps         AthenaBaseComps-*         Control
-
-use TrigDecisionTool        TrigDecisionTool-*        Trigger/TrigAnalysis
-
-use TrigSteeringEvent       TrigSteeringEvent-*       Trigger/TrigEvent
-use TrigCaloEvent           TrigCaloEvent-*           Trigger/TrigEvent
-use TrigMuonEvent           TrigMuonEvent-*           Trigger/TrigEvent
-use TrigParticle            TrigParticle-*            Trigger/TrigEvent
-
-use tauEvent                tauEvent-*                Reconstruction
-use JetEvent                JetEvent-*                Reconstruction/Jet
-use egammaEvent             egammaEvent-*             Reconstruction/egamma
-
-#library TrigObjectMatching *.cxx -s=components *.cxx
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-
-private
-
-# for building ARA dictionaries
-use EventKernel             EventKernel-*             Event
-use AnalysisTriggerEvent    AnalysisTriggerEvent-*    PhysicsAnalysis/AnalysisTrigger
-use muonEvent               muonEvent-*               Reconstruction/MuonIdentification
-
-use AtlasReflex             AtlasReflex-*             External -no_auto_imports
-
-apply_pattern lcgdict   dict=TrigObjectMatching \
-                             selectionfile=selection.xml \
-                             headerfiles="../TrigObjectMatching/TrigObjectMatchingDict.h"
-
-                             end_private
diff --git a/Trigger/TrigAnalysis/TrigRootAnalysis/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TrigRootAnalysis/cmt/Makefile.RootCore
deleted file mode 100644
index 520e31f5a9f3344f9957ff1edf73b2996ae5dd0f..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigRootAnalysis/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,12 +0,0 @@
-# Dear emacs, this is a -*- Makefile -*-
-# Author: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-# TrigRootAnalysis makefile for the RootCore environment
-
-PACKAGE          = TrigRootAnalysis
-PACKAGE_PRELOAD  = Tree
-PACKAGE_CXXFLAGS =
-PACKAGE_LDFLAGS  =
-PACKAGE_DEP      =
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigAnalysis/TrigRootAnalysis/cmt/requirements b/Trigger/TrigAnalysis/TrigRootAnalysis/cmt/requirements
deleted file mode 100644
index ee5bbd9c7a6c558db715e9be40ef7fb246f1a540..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigRootAnalysis/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TrigRootAnalysis
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-
-# Base Gaudi/Athena package(s):
-use AtlasPolicy     AtlasPolicy-*
-use GaudiInterface  GaudiInterface-*  External
-
-# External package(s):
-use AtlasROOT       AtlasROOT-*       External
-
-private
-
-# Athena package(s):
-use AthenaBaseComps AthenaBaseComps-* Control
-use AthenaKernel    AthenaKernel-*    Control
-use StoreGate       StoreGate-*       Control
-
-# Specify the required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS RIO)"
-
-library TrigRootAnalysis ../Root/*.cxx ../src/*.cxx
-apply_pattern installed_library
-
-apply_pattern have_root_headers root_headers="IDataAccess.h \
-                                              IConfigAccess.h \
-                                              IITrigConfigSvcD3PD.h \
-                                              IITrigDecisionToolD3PD.h \
-                                              TrigConfigSvcD3PD.h \
-                                              DataAccess.h \
-                                              ConfigAccess.h \
-                                              ChainGroupHandling.h \
-                                              TrigDecisionFunctions.h \
-                                              TrigDecisionToolD3PD.h \
-                                              PyTrigDecisionToolD3PD.h \
-                                              ChainGroup.h \
-                                              ../Root/LinkDef.h" \
-              headers_lib=TrigRootAnalysis
diff --git a/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauEmulation/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauEmulation/cmt/Makefile.RootCore
deleted file mode 100644
index e72d9769ded3d63d5851d4fbfcdb04f0f31982b4..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauEmulation/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,60 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE              = TrigTauEmulation
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD      = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS     =  
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS     = -D__STANDALONE -DASGTOOL_STANDALONE -DXAOD_STANDALONE -DXAOD_ANALYSIS
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS      = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS     = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS     = 
-
-# the list of packages we depend on:
-PACKAGE_DEP = EventLoop AsgTools PATInterfaces PATCore xAODEventInfo xAODTrigger xAODTau xAODTracking xAODJet AssociationUtils TrigDecisionTool PathResolver
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP       = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS      = scripts/run_trigger_emulation_on_grid.py
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC     = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT        = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC         = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX       = 1
-
-# the list of all unit tests that should be called in recursive testing,
-# i.e. in unit tests that call other unit tests
-# for that unit tests need to pass on all machines, and run very fast
-PACKAGE_RECURSIVE_UT = 
-
-
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauEmulation/cmt/requirements b/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauEmulation/cmt/requirements
deleted file mode 100644
index dbb0bf91a32bdfa0416e0337040bcc859fbcc05d..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauEmulation/cmt/requirements
+++ /dev/null
@@ -1,47 +0,0 @@
-package TrigTauEmulation
-author Quentin Buat <quentin.buat@no.spam.cern.ch>
-author Geert-Jan Besjes <geert-jan.besjes@no.spam.cern.ch>
-
-public 
-
-use AtlasPolicy         AtlasPolicy-*
- 
-use AtlasROOT           AtlasROOT-*             External
-use AsgTools            AsgTools-*              Control/AthToolSupport
-use PATInterfaces       PATInterfaces-*         PhysicsAnalysis/AnalysisCommon
-use PATCore             PATCore-*               PhysicsAnalysis/AnalysisCommon
-
-use TrigDecisionTool    TrigDecisionTool-*      Trigger/TrigAnalysis
-
-use xAODTau             xAODTau-*               Event/xAOD
-use xAODTrigger         xAODTrigger-*           Event/xAOD  
-use xAODTracking        xAODTracking-*          Event/xAOD
-use xAODEventInfo       xAODEventInfo-*         Event/xAOD
-
-private
-use xAODBase            xAODBase-*              Event/xAOD
-use xAODCore            xAODCore-*              Event/xAOD
-use xAODJet             xAODJet-*               Event/xAOD
-end_private
-
-private
-use GaudiInterface      GaudiInterface-*        External       
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AthContainers       AthContainers-*         Control
-end_private
-
-
-## create a component library
-library TrigTauEmulation *.cxx ../Root/*.cxx components/*.cxx
-apply_pattern component_library
-
-#apply_pattern dual_use_library files="*.cxx ../Root/*.cxx"
-
-## install the python modules
-apply_pattern declare_python_modules files="*.py"
-
-## Generate dictionaries
-private
-use AtlasReflex         AtlasReflex-*           External -no-auto-imports
-apply_pattern lcgdict dict=TrigTauEmulation selectionfile=selection.xml headerfiles="../TrigTauEmulation/TrigTauEmulationDict.h"
-end_private
diff --git a/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching/cmt/Makefile.RootCore
deleted file mode 100644
index 358e02680eff630b701e15ae4372034fdf0bd217..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,60 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE              = TrigTauMatching
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD      = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS     = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS     = -DASGTOOL_STANDALONE
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS      = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS     = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS     = 
-
-# the list of packages we depend on:
-PACKAGE_DEP          = AsgTools PATInterfaces PATCore xAODEventInfo xAODTrigger xAODTau xAODTracking xAODJet TrigDecisionTool
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP       = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS      = 
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC     = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT        = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC         = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX       = 1
-
-# the list of all unit tests that should be called in recursive testing,
-# i.e. in unit tests that call other unit tests
-# for that unit tests need to pass on all machines, and run very fast
-PACKAGE_RECURSIVE_UT = 
-
-
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching/cmt/requirements b/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching/cmt/requirements
deleted file mode 100644
index c57aa5e3206ba40e3d8f3c88715fcd44f7db0769..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package TrigTauMatching
-
-author Henrik Ohman <ohman@cern.ch>
-
-public
-
-use AtlasPolicy		AtlasPolicy-*	
-use AsgTools        	AsgTools-*		Control/AthToolSupport
-use xAODTau        	xAODTau-*		Event/xAOD
-use TrigDecisionTool 	TrigDecisionTool-*	Trigger/TrigAnalysis
-use xAODTrigger		xAODTrigger-*		Event/xAOD
-
-private
-use AtlasROOT		AtlasROOT-*		External
-use TrigConfxAOD	TrigConfxAOD-*		Trigger/TrigConfiguration
-use GaudiInterface	GaudiInterface-*	External
-use AthenaBaseComps	AthenaBaseComps-*	Control
-end_private
-
-apply_pattern dual_use_library files="*.cxx ../Root/*.cxx"
-apply_pattern declare_joboptions files=../share/*.py
diff --git a/Trigger/TrigAnalysis/TriggerMatchingTool/cmt/Makefile.RootCore b/Trigger/TrigAnalysis/TriggerMatchingTool/cmt/Makefile.RootCore
deleted file mode 100644
index 7400da22852ffae7d7ddaa663aa751bafef68d7c..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TriggerMatchingTool/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,60 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE              = TriggerMatchingTool
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD      = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS     = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS     = 
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS      = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS     = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS     = 
-
-# the list of packages we depend on:
-PACKAGE_DEP          = AsgTools TrigDecisionTool xAODBase FourMomUtils
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP       = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS      = 
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC     = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT        = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC         = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX       = 1
-
-# the list of all unit tests that should be called in recursive testing,
-# i.e. in unit tests that call other unit tests
-# for that unit tests need to pass on all machines, and run very fast
-PACKAGE_RECURSIVE_UT = 
-
-
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigAnalysis/TriggerMatchingTool/cmt/requirements b/Trigger/TrigAnalysis/TriggerMatchingTool/cmt/requirements
deleted file mode 100644
index 95d0bd73441841966dabc6c8e07c6a06d860f583..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TriggerMatchingTool/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TriggerMatchingTool
-author Lukas Heinrich <lukas.heinrich@cern.ch>
-author Will Buttinger <will@cern.ch>
-
-use  AtlasPolicy                AtlasPolicy-*
-
-
-
-public
-use  GaudiInterface             GaudiInterface-*                External
-use AsgTools		AsgTools-*		Control/AthToolSupport
-use TrigDecisionTool	TrigDecisionTool-*	Trigger/TrigAnalysis
-use TrigNavStructure	TrigNavStructure-*	Trigger/TrigEvent
-use xAODBase		xAODBase-*		Event/xAOD
-
-private
-use AtlasBoost          AtlasBoost-*            External
-use FourMomUtils        FourMomUtils-*          Event
-
-use AthAnalysisBaseComps AthAnalysisBaseComps-* Control
-
-#uncomment the next line to use ROOT libraries in your package
-use AtlasROOT AtlasROOT-* External
-
-#use xAODEventInfo xAODEventInfo-* Event/xAOD
-
-end_private
-
-
-apply_pattern dual_use_library files="../Root/*.cxx ../src/*.cxx"
-
-#Reflex Dictionary Generation:
-private
-use AtlasReflex AtlasReflex-* External
-apply_pattern lcgdict dict=TriggerMatchingTool selectionfile=selection.xml headerfiles="../TriggerMatchingTool/TriggerMatchingToolDict.h"
-end_private
-
diff --git a/Trigger/TrigAnalysis/TriggerMenuNtuple/cmt/requirements b/Trigger/TrigAnalysis/TriggerMenuNtuple/cmt/requirements
deleted file mode 100644
index c61e99cdfcec1b842636ba157388b9e47758e822..0000000000000000000000000000000000000000
--- a/Trigger/TrigAnalysis/TriggerMenuNtuple/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package TriggerMenuNtuple
-
-author Takanori Kono <Takanori.Kohno@cern.ch>
-
-use AtlasPolicy    AtlasPolicy-*
-use GaudiInterface GaudiInterface-* External
-use AtlasROOT      AtlasROOT-*      External
-
-#use EventInfo          EventInfo-*          Event
-use TrigSteeringEvent  TrigSteeringEvent-*  Trigger/TrigEvent
-use TrigMuonEvent      TrigMuonEvent-*      Trigger/TrigEvent
-use TrigCaloEvent      TrigCaloEvent-*      Trigger/TrigEvent
-use TrigInDetEvent     TrigInDetEvent-*     Trigger/TrigEvent
-use TrigParticle       TrigParticle-*       Trigger/TrigEvent
-
-
-# apply_pattern dual_use_library files=*.cxx
-apply_pattern installed_library
-library TriggerMenuNtuple *.cxx
-
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
-
-private
-use AtlasReflex AtlasReflex-* External -no_auto_imports
-apply_pattern lcgdict dict=TriggerMenuNtuple selectionfile=selection.xml \
-        headerfiles="../TriggerMenuNtuple/TriggerMenuNtupleDict.h"
-end_private
diff --git a/Trigger/TrigConfiguration/TrigConfBase/cmt/Makefile.RootCore b/Trigger/TrigConfiguration/TrigConfBase/cmt/Makefile.RootCore
deleted file mode 100644
index 34774c24fac2549820bd66fc9657bcc68c8d6b4a..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfBase/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,54 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE          = TrigConfBase
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD  = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS = 
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS  = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS = 
-
-# the list of packages we depend on:
-PACKAGE_DEP      = 
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP   = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS  = 
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT    = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC     = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX   = 0
-
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigConfiguration/TrigConfBase/cmt/requirements b/Trigger/TrigConfiguration/TrigConfBase/cmt/requirements
deleted file mode 100644
index 520aadfc7611113b789c8df728e6bcdd33925a43..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfBase/cmt/requirements
+++ /dev/null
@@ -1,56 +0,0 @@
-#============================================================================
-# $ Id:$
-#============================================================================
-package TrigConfBase
-
-author  Frank Winklmeier
-author  ricardo.abreu@cern.ch
-#============================================================================
-
-#============================================================================
-# Public dependencies
-#============================================================================
-use DetCommonPolicy *
-use AtlasDoxygen * Tools
-
-#============================================================================
-# Private dependencies
-#============================================================================\
-use Boost v* LCG_Interfaces
-
-apply_pattern cmake_add_command command="find_package(Boost COMPONENTS program_options regex)"
-
-#============================================================================
-# Build rules
-#============================================================================
-
-#
-# build shared library from .cxx files in src
-#
-apply_pattern detcommon_shared_generic_library files="*.cxx ../Root/*.cxx"
-
-#
-# ignore patterns from LCG_Policy
-#
-apply_pattern detcommon_ignores
-
-# link header files into InstallArea, and include the corresponding
-# directory in the compiler options
-#
-apply_pattern detcommon_header_installer
-
-#============================================================================
-private
-#============================================================================
-
-#
-# Test applications (not built by default)
-#
-apply_pattern cmake_conditional_target target=trigconf_msgsvc_test type=application
-
-application trigconf_msgsvc_test ../test/trigconf_msgsvc_test.cxx
-macro_append trigconf_msgsvc_test_dependencies TrigConfBase
-macro_remove constituents trigconf_msgsvc_test
-
-# link against boost::regex
-macro_append TrigConfBase_use_linkopts " $(Boost_linkopts_regex) "
diff --git a/Trigger/TrigConfiguration/TrigConfDBConnection/cmt/fragments/install_pylib b/Trigger/TrigConfiguration/TrigConfDBConnection/cmt/fragments/install_pylib
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/Trigger/TrigConfiguration/TrigConfDBConnection/cmt/fragments/install_pylib_header b/Trigger/TrigConfiguration/TrigConfDBConnection/cmt/fragments/install_pylib_header
deleted file mode 100755
index 0cd8cb1e534af244bfbae04d87c52ea24bc60794..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfDBConnection/cmt/fragments/install_pylib_header
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-${CONSTITUENT} ::
-	@echo "${CONSTITUENT}: installing ${file} in ${install_dir} as ${package}/${target}"
-	@if test ! -d ${install_dir}/${package}; then mkdir -p ${install_dir}/${package}; fi ; \
-	cd ${install_dir}/${package} ; \
-	ln -sf ${file} ${target}; 
-
-${CONSTITUENT}clean ::
-	@if test -d ${install_dir}; then \
-	  cd ${install_dir}; \
-	fi
-
-
-
diff --git a/Trigger/TrigConfiguration/TrigConfDBConnection/cmt/requirements b/Trigger/TrigConfiguration/TrigConfDBConnection/cmt/requirements
deleted file mode 100755
index bf10a2f59b53545b7b63908ecfbf7509bb1b7b67..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfDBConnection/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TrigConfDBConnection
-author Joerg.Stelzer@cern.ch
-manager Joerg.Stelzer@cern.ch
-
-public
-
-use  AtlasPolicy                AtlasPolicy-*
-
-private
-
-use  Frontier_Client            v*                              LCG_Interfaces
-use  AtlasBoost                 AtlasBoost-*                    External
-use  AtlasPython                AtlasPython-*                   External
-
-make_fragment install_pylib_header
-make_fragment install_pylib -header=install_pylib_header
-
-pattern install_pylib \
-    macro lib_python_path "$(CMTINSTALLAREA)/python" ; \
-    document install_pylib "<package>install_pylib" install_dir=$(lib_python_path) file=$(TrigConfDBConnection_root)/$(tag)/lib<package>.so target=<target>
-
-macro_append TrigConfDBConnection_use_linkopts " $(Boost_linkopts_python) "
-
-#macro hello_shlibflags $(TrigConfDBConnection_shlibflags)
-#library hello *.cxx
-
-library TrigConfDBConnection *.cxx
-
-apply_pattern installed_library
-
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern install_pylib target=libfrontier_client.so
-
-application TriggerFrontierClientTest ../src/exe/TriggerFrontierClientTest.cxx
-macro_append TriggerFrontierClientTest_dependencies TrigConfDBConnection
-
diff --git a/Trigger/TrigConfiguration/TrigConfHLTData/cmt/Makefile.RootCore b/Trigger/TrigConfiguration/TrigConfHLTData/cmt/Makefile.RootCore
deleted file mode 100644
index 17bb8f5fae0525c21aa2f191725d32f3e576c80e..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfHLTData/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,54 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE          = TrigConfHLTData
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD  = boost_system
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS = 
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS  = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS = 
-
-# the list of packages we depend on:
-PACKAGE_DEP      = Asg_Boost TrigConfL1Data
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP   = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS  = 
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT    = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC     = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX   = 1
-
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigConfiguration/TrigConfHLTData/cmt/requirements b/Trigger/TrigConfiguration/TrigConfHLTData/cmt/requirements
deleted file mode 100644
index 6e2f95930ab3dec0928a4219841354c1270f16d6..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfHLTData/cmt/requirements
+++ /dev/null
@@ -1,48 +0,0 @@
-package TrigConfHLTData
-
-author  David.Berge@cern.ch, Joerg.Stelzer@cern.ch
-manager Joerg.Stelzer@cern.ch
-
-
-use DetCommonPolicy   *
-use Boost             v*                LCG_Interfaces
-use TrigConfL1Data    TrigConfL1Data-*  Trigger/TrigConfiguration
-#private
-#end_private
-
-
-#============================================================================
-# Build rules
-#============================================================================
-
-#macro_append TrigConfHLTData_extra_shlibflags " $(Boost_linkopts_system) "
-macro_append TrigConfHLTData_use_linkopts " $(Boost_linkopts_system) "
-
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
-apply_pattern detcommon_ignores
-apply_pattern detcommon_header_installer
-
-
-#============================================================================
-private
-#============================================================================
-
-#apply_pattern detcommon_lcgdict dict=TrigConfHLTData selectionfile=selection.xml headerfiles="../TrigConfHLTData/TrigConfHLTDataDict.h"
-
-
-macro use_1 "" AthAnalysisBase "AtlasPolicy AtlasPolicy-*"
-macro use_2 "" AthAnalysisBase "AtlasROOT AtlasROOT-* External"
-macro use_3 "" AthAnalysisBase "AtlasBoost AtlasBoost-* External"
-macro use_4 "" AthAnalysisBase "AtlasReflex AtlasReflex-* External"
-macro patt_1 "dummy" AthAnalysisBase "lcgdict"	 
-
-end_private
-use $(use_1)
-private
-use $(use_2)
-use $(use_3)
-use $(use_4)
-apply_pattern $(patt_1) dict=TrigConfHLTData selectionfile=selection.xml headerfiles="../TrigConfHLTData/TrigConfHLTDataDict.h"
-
-#macro_append TrigConfHLTDataDict_use_linkopts "  $(Boost_linkopts_system) "
-
diff --git a/Trigger/TrigConfiguration/TrigConfInterfaces/cmt/Makefile.RootCore b/Trigger/TrigConfiguration/TrigConfInterfaces/cmt/Makefile.RootCore
deleted file mode 100644
index 0d87cd3938df01202bf1715492064fa75be2686c..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfInterfaces/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,54 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE          = TrigConfInterfaces
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD  = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS = 
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS  = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS = 
-
-# the list of packages we depend on:
-PACKAGE_DEP      = AsgTools
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP   = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS  = 
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT    = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC     = 1
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX   = 1
-
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigConfiguration/TrigConfInterfaces/cmt/requirements b/Trigger/TrigConfiguration/TrigConfInterfaces/cmt/requirements
deleted file mode 100644
index e4a76e707661bc96e98b1e2c8f02aaf5b565e112..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfInterfaces/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package TrigConfInterfaces
-# $Id: requirements 749937 2016-05-26 15:34:24Z krasznaa $
-
-author Joerg Stelzer        <stelzer@cern.ch>
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-
-public
-
-use AtlasPolicy      AtlasPolicy-*
-use GaudiInterface   GaudiInterface-*   External
-use AsgTools         AsgTools-*         Control/AthToolSupport
-
-private
-
-use AtlasReflex      AtlasReflex-*      External -no_auto_import
-
-apply_pattern lcgdict dict=TrigConfInterfaces selectionfile=selection.xml \
-              headerfiles="../TrigConfInterfaces/TrigConfInterfacesDict.h"
-
-end_private
-
diff --git a/Trigger/TrigConfiguration/TrigConfJobOptData/cmt/requirements b/Trigger/TrigConfiguration/TrigConfJobOptData/cmt/requirements
deleted file mode 100755
index 2b651c6264a2e04c3c9f3aacfc79f63e022d2864..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfJobOptData/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-#============================================================================
-# $ Id:$
-#============================================================================
-package TrigConfJobOptData
-
-author  David.Berge@cern.ch,Joerg.Stelzer@cern.ch
-manager David.Berge@cern.ch,Joerg.Stelzer@cern.ch
-#============================================================================
-
-#============================================================================
-# Public dependencies
-#============================================================================
-use DetCommonPolicy *
-use TrigConfL1Data      TrigConfL1Data-*     Trigger/TrigConfiguration
-
-#============================================================================
-# Build rules
-#============================================================================
-apply_pattern detcommon_shared_library
-apply_pattern detcommon_ignores
-apply_pattern detcommon_header_installer
-
-#============================================================================
-private
-#============================================================================
diff --git a/Trigger/TrigConfiguration/TrigConfL1Data/cmt/Makefile.RootCore b/Trigger/TrigConfiguration/TrigConfL1Data/cmt/Makefile.RootCore
deleted file mode 100644
index 177d54dc65d426d4bc432bea0a84522089068fbd..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfL1Data/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,54 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE          = TrigConfL1Data
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD  = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS = 
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS  = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS = 
-
-# the list of packages we depend on:
-PACKAGE_DEP      = Asg_Boost TrigConfBase
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP   = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS  = 
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT    = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC     = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX   = 1
-
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigConfiguration/TrigConfL1Data/cmt/requirements b/Trigger/TrigConfiguration/TrigConfL1Data/cmt/requirements
deleted file mode 100644
index 881c17266865fce7697ca7832cf035d66d531f97..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfL1Data/cmt/requirements
+++ /dev/null
@@ -1,49 +0,0 @@
-package TrigConfL1Data
-
-author  David.Berge@cern.ch,Joerg.Stelzer@cern.ch
-manager Joerg.Stelzer@cern.ch
-
-
-use DetCommonPolicy   *
-use Boost             v*                LCG_Interfaces
-private
-use TrigConfBase      TrigConfBase-*    Trigger/TrigConfiguration
-end_private
-
-#============================================================================
-# Build rules
-#============================================================================
-
-# build shared library
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
-
-
-# ignore patterns from LCG_Policy
-apply_pattern detcommon_ignores
-
-
-# link header files into InstallArea, and include the corresponding
-# directory in the compiler options
-apply_pattern detcommon_header_installer
-
-
-private
-
-macro use_1 "" AthAnalysisBase "AtlasPolicy AtlasPolicy-*"
-macro use_2 "" AthAnalysisBase "AtlasROOT AtlasROOT-* External"
-macro use_3 "" AthAnalysisBase "AtlasBoost AtlasBoost-* External"
-macro use_4 "" AthAnalysisBase "AtlasReflex AtlasReflex-* External"
-macro patt_1 "dummy" AthAnalysisBase "lcgdict"	 
-
-
-
-end_private
-use $(use_1)
-private
-use $(use_2)
-use $(use_3)
-use $(use_4)
-apply_pattern $(patt_1) dict=TrigConfL1Data selectionfile=selection.xml headerfiles="../TrigConfL1Data/TrigConfL1DataDict.h"
-
-#disable checkreq
-action checkreq true
\ No newline at end of file
diff --git a/Trigger/TrigConfiguration/TrigConfMuctpi/cmt/requirements b/Trigger/TrigConfiguration/TrigConfMuctpi/cmt/requirements
deleted file mode 100644
index 29d38bcd8288280203b7459dfd6085186c5ff7de..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfMuctpi/cmt/requirements
+++ /dev/null
@@ -1,32 +0,0 @@
-package TrigConfMuctpi
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-author Joerg Stelzer
-
-# Policy package(s):
-use DetCommonPolicy    *
-use TrigConfStorage     TrigConfStorage-*     Trigger/TrigConfiguration
-
-# External package(s):
-use XercesC            *   LCG_Interfaces
-
-private
-use Boost              *   LCG_Interfaces
-end_private
-
-# Compile the library:
-apply_pattern detcommon_shared_library
-apply_pattern detcommon_header_installer
-
-apply_pattern trigconf_application name=ReadWriteMuCTPiGeometry
-macro_append TrigConfReadWriteMuCTPiGeometrylinkopts " $(Boost_linkopts_filesystem) "
-
-
-# Install the LUTs:
-apply_pattern detcommon_link_files kind=XML files="-s=../data *.dtd" \
-                                   prefix=XML/TrigConfMuctpi
-
-apply_pattern detcommon_link_files kind=scripts files="-s=../scripts *.py" \
-                                   prefix=share/bin
-
-apply_pattern detcommon_link_files kind=python_modules files="-s=../python *.py" \
-                                   prefix=python/TrigConfMuctpi
diff --git a/Trigger/TrigConfiguration/TrigConfOffline/cmt/requirements b/Trigger/TrigConfiguration/TrigConfOffline/cmt/requirements
deleted file mode 100644
index 168c0271359630b4f825844f4d86a16208c36fd9..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfOffline/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package TrigConfOffline
-
-author  Joerg.Stelzer@cern.ch
-
-use AtlasPolicy      *
-use AtlasReflex      AtlasReflex-*       External                   -no_auto_imports
-private
-use TrigConfL1Data   TrigConfL1Data-*    Trigger/TrigConfiguration
-use TrigConfHLTData  TrigConfHLTData-*   Trigger/TrigConfiguration
-use TrigConfStorage  TrigConfStorage-*   Trigger/TrigConfiguration
-end_private
-
-
-
-#============================================================================
-# Build rules
-#============================================================================
-
-#============================================================================
-# Install
-#============================================================================
-apply_pattern declare_python_modules files="*.py"
-
-#apply_pattern declare_joboptions files="test*.py"
-
-apply_pattern declare_scripts files="LoadTriggerMenuFromXML.py"
-
-#apply_pattern generic_declare_for_link kind=xmls files="-s=../xml *.xml" prefix="XML/<package>"
-
-
-
-#============================================================================
-# Build trigger configuration dictionaries
-#============================================================================
-
-private
-macro_append TrigConfOffline_extra_shlibflags " $(Boost_linkopts_system) "
-apply_pattern lcgdict dict=TrigConfL1Data  selectionfile=selectionL1Data.xml  headerfiles="../TrigConfOffline/TrigConfL1DataDict.h"
-apply_pattern lcgdict dict=TrigConfHLTData selectionfile=selectionHLTData.xml headerfiles="../TrigConfOffline/TrigConfHLTDataDict.h"
-apply_pattern lcgdict dict=TrigConfStorage selectionfile=selectionStorage.xml headerfiles="../TrigConfOffline/TrigConfStorageDict.h"
-end_private
-
-
diff --git a/Trigger/TrigConfiguration/TrigConfStorage/cmt/requirements b/Trigger/TrigConfiguration/TrigConfStorage/cmt/requirements
deleted file mode 100755
index ba5c0a8e0e46fef3a94bf08e76b4f3397eefa3e7..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfStorage/cmt/requirements
+++ /dev/null
@@ -1,104 +0,0 @@
-#============================================================================
-# $ Id:$
-#============================================================================
-package TrigConfStorage
-
-author  David.Berge@cern.ch,Joerg.Stelzer@cern.ch
-manager David.Berge@cern.ch,Joerg.Stelzer@cern.ch
-#============================================================================
-
-#============================================================================
-# Public dependencies
-#============================================================================
-use DetCommonPolicy *
-
-use COOL v* LCG_Interfaces
-use CORAL v* LCG_Interfaces
-use Reflex v* LCG_Interfaces
-use Boost v* LCG_Interfaces
-
-use TrigConfBase        TrigConfBase-*       Trigger/TrigConfiguration
-use TrigConfL1Data      TrigConfL1Data-*     Trigger/TrigConfiguration
-use TrigConfHLTData     TrigConfHLTData-*    Trigger/TrigConfiguration
-
-private
-use TDAQCPolicyExt      v*                   TDAQCPolicy
-use TrigConfJobOptData  TrigConfJobOptData-* Trigger/TrigConfiguration
-use L1TopoConfig        L1TopoConfig-*       Trigger/TrigT1/L1Topo
-end_private
-
-#============================================================================
-# Build rules
-#============================================================================
-
-#
-# build shared library from .cxx files in src
-#
-apply_pattern detcommon_shared_library
-
-#
-# ignore patterns from LCG_Policy
-#
-apply_pattern detcommon_ignores
-
-# link header files into InstallArea, and include the corresponding
-# directory in the compiler options
-#
-apply_pattern detcommon_header_installer
-
-private
-
-macro_append TrigConfStorage_linkopts " $(Boost_linkopts_regex) \
--lboost_unit_test_framework-$(Boost_compiler_version)-mt-$(Boost_debug)$(Boost_file_version) "
-
-#============================================================================
-# Build applications
-#============================================================================
-
-apply_pattern trigconf_application name=2COOLApp
-apply_pattern trigconf_application name=ConsistencyChecker
-apply_pattern trigconf_application name=ReadWrite
-apply_pattern trigconf_application name=CoolFix
-apply_pattern trigconf_application name=TestTriggerDBCoolMix
-
-#============================================================================
-# Reflection
-#============================================================================
-
-#apply_pattern detcommon_lcgdict dict=TrigConfStorage selectionfile=selection.xml headerfiles="../TrigConfStorage/TrigConfStorageDict.h"
-
-
-#============================================================================
-# Install scripts
-#============================================================================
-apply_pattern detcommon_link_files kind=scripts name=python_scripts files="-s=../scripts *.py" prefix=share/bin
-
-apply_pattern detcommon_link_files kind=python_modules name=python_mods files="-s=../python *.py" prefix=python/TrigConfStorage
-
-#============================================================================
-private
-apply_tag  NEEDS_CORAL_BASE
-
-#needed for COOL
-apply_tag NEEDS_COOL_FACTORY
-
-#============================================================================
-# Unit tests
-#============================================================================
-
-private
-
-#use TestTools      TestTools-*         AtlasTest
-#apply_pattern UnitTest_run unit_test=TrigConfUnitTest_CoolIO extrapatterns=".*"
-
-end_private
-
-#============================================================================
-# Documentation
-#============================================================================
-
-private
-
-macro_append DOXYGEN_INPUT " ../doc"
-
-end_private
diff --git a/Trigger/TrigConfiguration/TrigConfigSvc/cmt/requirements b/Trigger/TrigConfiguration/TrigConfigSvc/cmt/requirements
deleted file mode 100644
index e990be3295eeafe3c3858e860fe5e4bfcf76fb02..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfigSvc/cmt/requirements
+++ /dev/null
@@ -1,63 +0,0 @@
-package TrigConfigSvc
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-manager Joerg.Stelzer@cern.ch
-
-use  AtlasPolicy                AtlasPolicy-*
-
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  StoreGate                  StoreGate-*                     Control
-use  GaudiInterface             GaudiInterface-*                External
-use  AthenaKernel               AthenaKernel-*                  Control
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigConfL1Data             TrigConfL1Data-*                Trigger/TrigConfiguration
-use  TrigConfHLTData            TrigConfHLTData-*               Trigger/TrigConfiguration
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-
-private
-use  AthenaKernel               AthenaKernel-*                  Control
-use  IOVDbDataModel             IOVDbDataModel-*                Database
-use  AthenaPoolUtilities        AthenaPoolUtilities-*           Database/AthenaPOOL
-use  AtlasBoost                 AtlasBoost-*                    External
-use  AtlasCOOL                  AtlasCOOL-*                     External
-use  AtlasROOT                  AtlasROOT-*                     External
-use  EventInfo                  EventInfo-*                     Event
-use  PathResolver               PathResolver-*                  Tools
-use  TrigConfJobOptData         TrigConfJobOptData-*            Trigger/TrigConfiguration
-use  TrigConfStorage            TrigConfStorage-*               Trigger/TrigConfiguration
-use  TrigConfBase               TrigConfBase-*                  Trigger/TrigConfiguration
-use  TrigMonitorBase            TrigMonitorBase-*               Trigger/TrigMonitoring
-use  L1TopoConfig               L1TopoConfig-*                  Trigger/TrigT1/L1Topo
-end_private
-
-## temporarily, for getting the executable script: checkTrigger.py 
-use AtlasPyROOT	AtlasPyROOT-*	External -no_auto_imports
-apply_pattern declare_scripts files="checkTrigger.py checkTriggerConfig.py -s=$(PyUtils_root)/bin"
-# some handy aliases
-alias checkTrigger     checkTrigger.py
-
-
-apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_joboptions files="*.py"
-
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern declare_xmls
-apply_pattern install_xmls
-
-private
-## reflection has been moved to TrigConfigOffline
-#use     AtlasReflex               AtlasReflex-*          External -no_auto_import
-#apply_pattern lcgdict dict=TrigConfigSvc selectionfile=selection.xml \
-#        headerfiles="../TrigConfigSvc/TrigConfigSvcDict.h"
-
-#application TrigConfigARATest "test/TrigConfigARATest.cxx" 	 
-#macro_append TrigConfigARATest_dependencies TrigConfigSvcLib
-#apply_pattern application_alias TrigConfigARATest
-
-#application MetaDataChainLoad "test/MetaDataChainLoad.cxx"
-#macro_append MetaDataChainLoad_dependencies TrigConfigSvcLib
-
-#macro_append ROOT_linkopts " -lPyROOT"
-
-end_private
diff --git a/Trigger/TrigConfiguration/TrigConfxAOD/cmt/Makefile.RootCore b/Trigger/TrigConfiguration/TrigConfxAOD/cmt/Makefile.RootCore
deleted file mode 100644
index c1bee3f700b759ab0046b526f7a22b5336d8f992..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfxAOD/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,54 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE          = TrigConfxAOD
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD  = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS = 
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS  = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS = 
-
-# the list of packages we depend on:
-PACKAGE_DEP      = AsgTools TrigConfL1Data TrigConfHLTData TrigConfInterfaces xAODTrigger
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP   = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS  = scripts/checkTriggerConfig.py
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT    = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC     = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX   = 1
-
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigConfiguration/TrigConfxAOD/cmt/requirements b/Trigger/TrigConfiguration/TrigConfxAOD/cmt/requirements
deleted file mode 100644
index e4b71f420a04d756593d610585e87f85f4cee64d..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigConfxAOD/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package TrigConfxAOD
-# $Id: requirements 612011 2014-08-15 13:43:57Z krasznaa $
-
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-
-# Basic Gaudi/Athena package(s):
-use AtlasPolicy         AtlasPolicy-*
-
-# Infrastructure package(s):
-use AsgTools                AsgTools-*                Control/AthToolSupport
-
-# Trigger configuration package(s):
-use TrigConfL1Data          TrigConfL1Data-*          Trigger/TrigConfiguration
-use TrigConfHLTData         TrigConfHLTData-*         Trigger/TrigConfiguration
-use TrigConfInterfaces      TrigConfInterfaces-*      Trigger/TrigConfiguration
-
-# xAOD package(s):
-use xAODTrigger             xAODTrigger-*             Event/xAOD
-
-private
-
-# Basic Gaudi/Athena package(s):
-use GaudiInterface          GaudiInterface-*          External
-use AthenaBaseComps         AthenaBaseComps-*         Control
-use AthenaKernel            AthenaKernel-*            Control
-use StoreGate               StoreGate-*               Control
-
-end_private
-
-# Build the library:
-library TrigConfxAOD *.cxx ../Root/*.cxx components/*.cxx
-apply_pattern component_library
-
-# Install the additional files from the package:
-apply_pattern declare_joboptions files="*.py"
diff --git a/Trigger/TrigConfiguration/TrigDbHltUpload/cmt/requirements b/Trigger/TrigConfiguration/TrigDbHltUpload/cmt/requirements
deleted file mode 100644
index 52671cf2186a1a658dd4d2b6899584e416174d63..0000000000000000000000000000000000000000
--- a/Trigger/TrigConfiguration/TrigDbHltUpload/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-#============================================================================
-# $ Id:$
-#============================================================================
-package TrigDbHltUpload
-
-author  Joerg.Stelzer@cern.ch
-manager Joerg.Stelzer@cern.ch
-#============================================================================
-
-#============================================================================
-# Public dependencies
-#============================================================================
-use DetCommonPolicy *
-use oracle v* LCG_Interfaces
-
-#set ORACLE_HOME $(oracle_home)
-
-#============================================================================
-# ignore patterns from LCG_Policy
-#============================================================================
-apply_pattern detcommon_ignores
-
-#============================================================================
-# Install stuff
-#============================================================================
-apply_pattern detcommon_link_files kind=python name=python_modules files="\
-	-s=../python *.py" prefix=python/TrigDbHltUpload
-
-apply_pattern detcommon_link_files kind=scripts name=python_scripts files="\
-	-s=../share ConvertHLTSetup_txt2xml.py prepareOnlineTriggerConfig.py oldPrepareOnlineTriggerConfig.py menumerge.py *.sh" prefix=share/bin
-
-apply_pattern detcommon_link_files kind=XML name=XML files="\
-	-s=../XML *.dtd" prefix=XML/TrigDbHltUpload
-
diff --git a/Trigger/TrigCost/TrigCostD3PD/cmt/Makefile.RootCore b/Trigger/TrigCost/TrigCostD3PD/cmt/Makefile.RootCore
deleted file mode 100644
index b6cd2cad5be680871066aaeed9bc74a1a5aebee6..0000000000000000000000000000000000000000
--- a/Trigger/TrigCost/TrigCostD3PD/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id: Helpers.py 530000 2012-12-11 15:45:53Z krasznaa $
-
-PACKAGE          = TrigCostD3PD
-PACKAGE_PRELOAD  = Tree
-# Add the option -DACTIVATE_BRANCHES if your analysis framework
-# disables all branches by default.
-# Remove the COLLECT_D3PD_READING_STATISTICS option to gain a bit
-# of performance...
-#PACKAGE_CXXFLAGS = -DCOLLECT_D3PD_READING_STATISTICS
-PACKAGE_LDFLAGS  =
-PACKAGE_DEP      =
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigCost/TrigCostD3PD/cmt/requirements b/Trigger/TrigCost/TrigCostD3PD/cmt/requirements
deleted file mode 100644
index ec3fc01f89f4ccce9eab40295d41ecd86abc7a04..0000000000000000000000000000000000000000
--- a/Trigger/TrigCost/TrigCostD3PD/cmt/requirements
+++ /dev/null
@@ -1,12 +0,0 @@
-package TrigCostD3PD
-
-use AtlasPolicy  AtlasPolicy-*
-use AtlasROOT    AtlasROOT-*    External
-
-library TrigCostD3PD ../Root/*.cxx
-apply_pattern installed_library
- 
-apply_pattern have_root_headers root_headers="*.h ../Root/LinkDef.h" headers_lib=TrigCostD3PD
-
-
-
diff --git a/Trigger/TrigCost/TrigCostPython/cmt/requirements b/Trigger/TrigCost/TrigCostPython/cmt/requirements
deleted file mode 100644
index 88deb684c9ea75d2e88672b345375c34bf7bbc3b..0000000000000000000000000000000000000000
--- a/Trigger/TrigCost/TrigCostPython/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package TrigCostPython
-author Rustem Ospanov 
-author Elliot Lipeles
-author Tae Min Hong
-
-use AtlasPolicy         AtlasPolicy-*
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
-
-private
-
-apply_pattern declare_xmls
-apply_pattern install_xmls
-
-apply_pattern generic_declare_for_link kind=data files="-s=../data *.html *.js" prefix=share/TrigCostPython
-
-apply_pattern generic_declare_for_link kind=binaries files="-s=../macros *.py getfile.sh" prefix=share/bin
-#apply_pattern generic_declare_for_link kind=binaries files="-s=../macros getfile.sh" prefix=share/bin
-
-#macro_append TrigMonCosts_use_linkopts " -lprofiler"
-#macro_append TrigMonCosts_use_linkopts " -ltcmalloc"
-
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-end_private
diff --git a/Trigger/TrigCost/TrigCostRootAnalysis/cmt/Makefile.RootCore b/Trigger/TrigCost/TrigCostRootAnalysis/cmt/Makefile.RootCore
deleted file mode 100644
index 7a38e9bc7b89d709467996f3108ff470dd00eaa1..0000000000000000000000000000000000000000
--- a/Trigger/TrigCost/TrigCostRootAnalysis/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,23 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = TrigCostRootAnalysis
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = `root-config --libs` -lXMLIO -lXMLParser
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = TrigCostD3PD TrigRootAnalysis
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_PEDANTIC = 1
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_REFLEX   = 0
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigCost/TrigCostRootAnalysis/cmt/requirements b/Trigger/TrigCost/TrigCostRootAnalysis/cmt/requirements
deleted file mode 100644
index 8e208b69f13a1c98e6d7d10307ed6f4513dc0aa8..0000000000000000000000000000000000000000
--- a/Trigger/TrigCost/TrigCostRootAnalysis/cmt/requirements
+++ /dev/null
@@ -1,55 +0,0 @@
-package TrigCostRootAnalysis
-
-public
-
-use AtlasPolicy  AtlasPolicy-*
-use AtlasROOT    AtlasROOT-*    External
-
-use TrigCostD3PD     TrigCostD3PD-*     Trigger/TrigCost
-
-private
-
-use TrigRootAnalysis TrigRootAnalysis-* Trigger/TrigAnalysis
-use  PathResolver    PathResolver-*     Tools
-
-####################################### end basics
-
-############## compile
-
-# Suggested - but I have problems
-#apply_pattern dual_use_library files="../Root/*.cxx"
-
-# Better luck with this method:
-library TrigCostRootAnalysisLib "../Root/*.cxx"
-apply_pattern named_installed_library library=TrigCostRootAnalysisLib
-
-############## access to data
-
-apply_pattern declare_runtime extras = "../data/*.xml"
-
-############## Link
-# (including ROOT XML library, the apply_tag options from External/AtlasROOT did not work here)
-# (Manually specify other packages to link against)
-
-# Inform cmake of the required ROOT and xml components (invisible to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Graf Gpad MathCore XMLIO XMLParser)"
-apply_pattern cmake_add_command command="find_package(xml)"
-
-private
-macro_append TrigCostRootAnalysisLib_cppflags " `xml2-config --cflags`"
-## xml libraries
-macro_append TrigCostRootAnalysisLib_use_linkopts " -L$(ROOTSYS)/lib \
-        -lCore -lTree -lpthread -lMathCore -lHist \
-        -lMathMore -lMinuit -lMinuit2 -lMatrix -lPhysics -lHistPainter -lHist -lRint \
-        -lGraf -lGraf3d -lGpad -lHtml -lPostscript -lGui -lGX11TTF -lGX11 \
-        -lXMLIO -lXMLParser \
-        -lTrigRootAnalysis -lTrigCostD3PD"
-macro_append TrigCostRootAnalysisLib_use_linkopts " -lxml2" slc4-gcc34 " /usr/lib/libxml2.so.2"
-end_private
-
-############# exec
-
-application RunTrigCostD3PD ../util/RunTrigCostD3PD.cxx
-application TrigCostD3PD_UserSkeleton ../util/TrigCostD3PD_UserSkeleton.cxx
-macro_append RunTrigCostD3PD_dependencies " TrigCostRootAnalysisLib"
-macro_append TrigCostD3PD_UserSkeleton_dependencies " TrigCostRootAnalysisLib"
diff --git a/Trigger/TrigDataAccess/TrigDataAccessMonitoring/cmt/requirements b/Trigger/TrigDataAccess/TrigDataAccessMonitoring/cmt/requirements
deleted file mode 100644
index 8dd0e9eed800edc3e1c9e67ff8bdfa7338ecffb9..0000000000000000000000000000000000000000
--- a/Trigger/TrigDataAccess/TrigDataAccessMonitoring/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package TrigDataAccessMonitoring
-
-author Werner Wiedenmann <Werner.Wiedenmann@cern.ch>
-
-use AtlasPolicy               AtlasPolicy-*
-use DataModel 		      DataModel-*  		  Control
-use CLIDSvc                   CLIDSvc-*                   Control
-use DataCollection            DataCollection-*            External
-use GaudiInterface            GaudiInterface-*            External
-use ByteStreamCnvSvcBase      ByteStreamCnvSvcBase-*      Event
-use ByteStreamData            ByteStreamData-*            Event
-
-private
-use AtlasROOT                 AtlasROOT-*                 External
-use StoreGate                 StoreGate-*                 Control
-end_private
-
-apply_pattern dual_use_library files="*.cxx"
-
-apply_pattern declare_joboptions files="*.py"
-
-private 
-
-use TestTools           TestTools-*             AtlasTest
-apply_pattern UnitTest_run unit_test=Methods extrapatterns=".*"
diff --git a/Trigger/TrigDataAccess/TrigROBDataProviderSvc/cmt/requirements b/Trigger/TrigDataAccess/TrigROBDataProviderSvc/cmt/requirements
deleted file mode 100644
index 303280c95257cc6fc0d0b4654910dd7abd1936b7..0000000000000000000000000000000000000000
--- a/Trigger/TrigDataAccess/TrigROBDataProviderSvc/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package TrigROBDataProviderSvc
-
-author W. Wiedenmann  <Werner.Wiedenmann@cern.ch>
-
-use AtlasPolicy               AtlasPolicy-*
-use GaudiInterface            GaudiInterface-*            External
-use ByteStreamData            ByteStreamData-*            Event
-use DataCollection            DataCollection-*            External
-
-private
-use AtlasROOT                 AtlasROOT-*                 External
-use CxxUtils                  CxxUtils-*                  Control
-use StoreGate                 StoreGate-*                 Control
-use TrigMonitorBase           TrigMonitorBase-*           Trigger/TrigMonitoring
-use ByteStreamCnvSvcBase      ByteStreamCnvSvcBase-*      Event
-use TrigDataAccessMonitoring  TrigDataAccessMonitoring-*  Trigger/TrigDataAccess
-end_private
-
-apply_pattern dual_use_library files="*.cxx"
-
-apply_pattern declare_joboptions files="*.py"
-
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern declare_scripts files="../python/scripts/*.py"
diff --git a/Trigger/TrigDataAccess/TrigSerializeCnvSvc/cmt/requirements b/Trigger/TrigDataAccess/TrigSerializeCnvSvc/cmt/requirements
deleted file mode 100644
index d4284842ebfb027e2588e0622fc956b72fb4fa05..0000000000000000000000000000000000000000
--- a/Trigger/TrigDataAccess/TrigSerializeCnvSvc/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package TrigSerializeCnvSvc
-
-use AtlasPolicy    AtlasPolicy-*
-
-use GaudiInterface       GaudiInterface-*       External
-use AthenaBaseComps      AthenaBaseComps-*      Control 
-use SGTools              SGTools-*              Control
-use StoreGate            StoreGate-*            Control
-use  AthContainers              AthContainers-*                 Control
-
-apply_pattern dual_use_library files=*.cxx
-
-private
-use AtlasROOT            AtlasROOT-*            External
-use AtlasPOOL            AtlasPOOL-*            External
-use AthenaKernel         AthenaKernel-*         Control
-use DataModelRoot        DataModelRoot-*        Control
-use PersistentDataModel  PersistentDataModel-*  Database
-
-use TrigSerializeResult  TrigSerializeResult-*  Trigger/TrigDataAccess
-use TrigSerializeTP      TrigSerializeTP-*      Trigger/TrigDataAccess
-
-end_private
-
diff --git a/Trigger/TrigDataAccess/TrigSerializeResult/cmt/requirements b/Trigger/TrigDataAccess/TrigSerializeResult/cmt/requirements
deleted file mode 100755
index d9cf576c50ebdbb47537c9f6df44206295891bba..0000000000000000000000000000000000000000
--- a/Trigger/TrigDataAccess/TrigSerializeResult/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package TrigSerializeResult
-
-author Comune Gianluca <gianluca.comune@cern.ch>
-author Simon George <S.George@rhul.ac.uk>
-author Jiri Masik <Jiri.Masik@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*             External
-use CLIDSvc 		CLIDSvc-* 		     Control
-
-apply_pattern dual_use_library files="*.cxx"
-apply_pattern declare_runtime files="bs-streamerinfos*.root"
-
-private
-
-use AthenaKernel        AthenaKernel-*               Control
-use AthenaBaseComps     AthenaBaseComps-*            Control
-use AtlasReflex	        AtlasReflex-*	             External 
-use DataModelRoot	DataModelRoot-*              Control
-use AtlasROOT	        AtlasROOT-*	             External 
-use PathResolver        PathResolver-*               Tools
-
-# Setup the required ROOT components for cmake
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS RIO)"
-
-## Generate dictionary
-apply_pattern lcgdict dict=TrigSerializeResult \
-        selectionfile="selection.xml" \
-        headerfiles="../TrigSerializeResult/TrigSerializeResultDict.h"
-
-## Uncomment the following to compile/run StringSerializer_test
-use TestTools      TestTools-*         AtlasTest
-#apply_pattern UnitTest_run unit_test=StringSerializer extrapatterns=".*"
-apply_pattern UnitTest_run unit_test=remap extrapatterns=".*"
diff --git a/Trigger/TrigDataAccess/TrigSerializeTP/cmt/requirements b/Trigger/TrigDataAccess/TrigSerializeTP/cmt/requirements
deleted file mode 100644
index 29c0890df055616854a90d9c659a1aa3cbda29bf..0000000000000000000000000000000000000000
--- a/Trigger/TrigDataAccess/TrigSerializeTP/cmt/requirements
+++ /dev/null
@@ -1,13 +0,0 @@
-package TrigSerializeTP
-
-use AtlasPolicy          AtlasPolicy-*    
-use GaudiInterface       GaudiInterface-*       External   
-use AthenaBaseComps      AthenaBaseComps-*      Control
-use AthenaKernel         AthenaKernel-*         Control
-
-apply_pattern dual_use_library files=*.cxx
-
-private
-use CxxUtils         CxxUtils-*         Control
-use AtlasROOT        AtlasROOT-*        External
-end_private
diff --git a/Trigger/TrigDataAccess/TrigSerializeUtils/cmt/requirements b/Trigger/TrigDataAccess/TrigSerializeUtils/cmt/requirements
deleted file mode 100755
index c982b125b9c6dd5eca5dfa29e71376bca56915d1..0000000000000000000000000000000000000000
--- a/Trigger/TrigDataAccess/TrigSerializeUtils/cmt/requirements
+++ /dev/null
@@ -1,189 +0,0 @@
-package TrigSerializeUtils
-
-author Jiri Masik <Jiri.Masik@cern.ch>
-
-# based on AthenaPoolUtilities from 
-#     author RD Schaffer <R.D.Schaffer@cern.ch>
-#     author Christian Arnault <arnault@lal.in2p3.fr>
-#     author Kyle Cranmer <cranmer@cern.ch>
-#     author Kristo Karr <Kristo.Karr@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-#use CLIDSvc               CLIDSvc-*          Control
-#use DataModel             DataModel-*        Control
-
-#apply_tag NEEDS_CORAL_BASE
-
-#-----------------------------------------------------------------------------
-#
-# Pattern for creating pool converters
-#
-# apply_pattern sercnv [typesWithNamespace="..."] [multChanTypes="..."] files="..." \
-#                       [extraFilesToCompile="..."]
-#
-#  where:
-#
-#   typesWithNamespace     optional list of types, used to specify the namespace.
-#		           For example:  "NS1::MyType1 NS1::MyType2 NS2::MyType3"
-#                          Needed for those files where the file name is the
-#                          types w/o namespace.
-#
-#   multChanTypes          optional list of types which are CondMultChanCollections 
-#
-#   files                  gives the list of header files with the declarations
-#		           of the data objects, i.e. the ones with the CLASS_DEF
-#		           macro 
-#
-#   extraFilesToCompile    gives an optional list of extra files to compile into 
-#                          the converter library, e.g. 
-#                          extraFilesToCompile="-s=../src/myExtraDir *.cxx"
-#
-#     CONVENTION: there must be ONLY ONE class defined in each header file.
-#
-#  > With this pattern, 
-#
-#     + directory ../pool/src
-#     + a library lib<package>SerCnv.so 
-#
-#     will be created for the package
-#
-#  > Two constituents <package>SerCnvGen and  <package>SerCnv are generated 
-#    by this pattern
-#
-#  > Two macros can also be used to specify additional options for the serCnv
-#    generator:
-#
-#     $(sercnv_options)             global options
-#     $(<package>_sercnv_options)   options specific to this package
-#
-#-----------------------------------------------------------------------------
-
-#-----------------------------------------------------------------------------
-#
-# Definitions for the sercnv generator
-make_fragment sercnv.mk -header=sercnv_header.mk -trailer=sercnv_trailer.mk -dependencies
-
-make_fragment ExampleClassSerCnv.cxx
-make_fragment ExampleClassSerCnv.h
-make_fragment ExampleMultChanClassSerCnv.h
-make_fragment ExamplePackageSerCnv_load.cxx
-make_fragment ExamplePackageSerCnv_entries.cxx
-make_fragment ExamplePackageSerCnv_entries.h
-make_fragment ExamplePackageSerCnv_entries_element.cxx
-#make_fragment SerExampleItemList_joboptions.py
-#make_fragment SerExampleItemList_joboptionsHdr.py
-
-pattern sercnv \
-  private ; \
-  use TrigSerializeCnvSvc TrigSerializeCnvSvc-00-* Trigger/TrigDataAccess ; \
-  use GaudiInterface   GaudiInterface-*      External ; \
-  document sercnv.mk <package><libtag>SerCnvGen libtag=<libtag> <files> ; \
-  library      <package><libtag>SerCnv                 "*.cxx -s=../sercnv<libtag> *.cxx <extraFilesToCompile> " ; \
-  apply_pattern optdebug_library name=<package><libtag>SerCnv ; \ 
-  macro	        types_with_namespace_<libtag>            " <typesWithNamespace> " ; \
-  macro		mult_chan_types_                 " <multChanTypes> " ; \
-  macro        sercnv_include_extras           " ../src" ; \
-  include_dirs                                  " $(sercnv_include_extras) " ; \
-  macro_append <package><libtag>SerCnv_dependencies    " <package><libtag>SerCnvGen " ; \
-  macro_append <package><libtag>SerCnvGen_dependencies " <package> <package>Dict " ; \
-  macro        sercnv_reset_stamp              " $(bin)<package>setup.make " ; \
-  macro        <package><libtag>SerCnv_shlibflags      "$(componentshr_linkopts) -L$(bin) $(use_linkopts) $(use_dict_linkopts) " ; \
-  macro        dummy_for_library                "<library>" ; \
-  macro_append <package>_named_libraries        " <package><libtag>SerCnv " ; \
-  apply_pattern generate_componentslist library=<package><libtag>SerCnv group=<group> ; \
-  macro_append <package>_joboptions ' -s=../sercnv<libtag> *.py ' ; \
-  macro_append install_pool_joboptions_dependencies " <package><libtag>SerCnv" ; \
-  document data_installer install_pool_joboptions prefix=jobOptions "-s=../sercnv<libtag> *.py"
-
-
-#-----------------------------------------------------------------------------
-#
-# Pattern for creating IO handers for element links
-#
-# apply_pattern pooliohandler [typesWithNamespace=""] [typesWithDataLinkOnly="..."] handlerFiles="..." 
-#
-#   where:
-#
-#     typesWithNamespace   optional list of types, used to specify the namespace.
-#		           For example:  "NS1::MyType1 NS1::MyType2 NS2::MyType3"
-#                          Needed for those files where the file name is the
-#                          types w/o namespace.
-#
-#     handlerFiles  gives the list of header files with the declarations
-#		    of the data objects, i.e. the ones with the CLASS_DEF
-#		    macro 
-#
-#   typesWithDataLinkOnly  optional list of types for which only
-#                          DataLinks should be created.  
-#                           Note, ElementLink and ElementLinkVector
-#                           require the class to be a subclass of DataVector, 
-#                           but DataLink does not.
-#
-#     CONVENTION: there must be ONLY ONE class defined in each header file.
-#
-#  > With this pattern, 
-#
-#     + directory ../pool_plugins 
-#     + a library lib<package>PoolIOHandler.so 
-#
-#     will be created for the package
-#
-#  > Two constituents <package>PoolIOHandlerGen and  <package>IOHandlers are generated 
-#    by this pattern
-#
-#-----------------------------------------------------------------------------
-
-#-----------------------------------------------------------------------------
-#
-# Definitions for the pool io handler generator
-
-# make_fragment pooliohandler.mk -header=pooliohandler_header.mk -dependencies
-
-# make_fragment SerExampleClassIOHandler.h
-# make_fragment SerExampleClassElementLinkIOHandler.cxx
-# make_fragment SerExampleClassDataLinkIOHandler.cxx
-# make_fragment SerExampleClassIOHandlerHdr.cxx
-
-# pattern pooliohandler \
-#   private ; \
-#   use AthenaPoolCnvSvc AthenaPoolCnvSvc-00-* Database/AthenaPOOL ; \
-#   use GaudiInterface   GaudiInterface-*      External ; \
-#   use DataModel        DataModel-00-*        Control ; \
-#   use AtlasPOOL        AtlasPOOL-00-*        External ; \
-#   use AtlasReflex      AtlasReflex-00-*      External ; \
-#   use AtlasSEAL        AtlasSEAL-00-*        External ; \
-#   document pooliohandler.mk <package>PoolIOHandlerGen <handlerFiles> ; \
-#   macro_append types_with_namespace " <typesWithNamespace> " ; \
-#   macro_append types_with_datalink_only " <typesWithDataLinkOnly> " ; \
-#   apply_pattern module_generic_library name=<package>IOHandlers files= "../pool_plugins/*.cxx" ; \
-#   macro_append <package>IOHandlers_dependencies " <package>PoolIOHandlerGen " ; \
-#   macro        poolhdlr_reset_stamp             " $(bin)<package>setup.make " ; \
-#   end_private 
-
-
-private
-#use AthenaKernel          AthenaKernel-*           Control
-#use AtlasReflex             AtlasReflex-*              External
-use TestPolicy            TestPolicy-*
-
-#apply_pattern installed_library
-#apply_pattern component_library
-#library AthenaPoolUtilities SeekableCollection.cxx SeekableCollectionIterator.cxx 
-
-apply_pattern install_runtime method=-symlink
-
-#apply_pattern declare_runtime files="*.sql"
-
-#apply_pattern lcg_module_register module=TrigSerializeUtils
-
-
-# The following use is to get the lcgdict pattern.
-# This is "hidden" behind "private" and "no_auto_imports" to keep 
-# clients of IOVDbTestConditions from seeing excess dependencies
-private
-use AtlasReflex	     AtlasReflex-*        External -no_auto_imports
-
-# Pattern to build the dict lib. User should create a single header
-# file: <package>Dict.h which includes all other .h files. See EventInfoDict
-#apply_tag no_extra_dict_deps
-#apply_pattern lcgdict dict=AthenaPoolUtilities  selectionfile=selection.xml headerfiles="../AthenaPoolUtilities/AthenaPoolUtilitiesDict.h"
diff --git a/Trigger/TrigEvent/TrigBSExtraction/cmt/requirements b/Trigger/TrigEvent/TrigBSExtraction/cmt/requirements
deleted file mode 100755
index 6008cc6da2f911cd2a0a1311e5dc7b73493c9cc1..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigBSExtraction/cmt/requirements
+++ /dev/null
@@ -1,71 +0,0 @@
-package TrigBSExtraction
-author Tomasz Bold
-
-use AtlasPolicy AtlasPolicy-*
-use GaudiInterface GaudiInterface-* External
-use StoreGate      StoreGate-*  Control
-use AthenaBaseComps		AthenaBaseComps-*	Control
-
-use TrigNavigation        TrigNavigation-*        Trigger/TrigEvent
-use TrigSteeringEvent     TrigSteeringEvent-*     Trigger/TrigEvent
-use TrigSerializeCnvSvc	  TrigSerializeCnvSvc-*	  Trigger/TrigDataAccess
-
-public
-
-use xAODTauCnv			xAODTauCnv-*		Event/xAOD
-use xAODTrigMuonCnv		xAODTrigMuonCnv-*	Event/xAOD
-use xAODJetCnv			xAODJetCnv-*		Event/xAOD
-# use xAODTrigRingerCnv		xAODTrigRingerCnv-*	Event/xAOD # not configurable algtool
-use xAODTrigCaloCnv		xAODTrigCaloCnv-*	Event/xAOD
-use xAODBTaggingCnv		xAODBTaggingCnv-*	Event/xAOD 
-use xAODTrigBphysCnv		xAODTrigBphysCnv-*	Event/xAOD
-# use xAODTrigEgammaCnv		xAODTrigEgammaCnv-*	Event/xAOD # not in devval yet
-use xAODTrigMissingETCnv	xAODTrigMissingETCnv-*	Event/xAOD
-use xAODTrigMinBiasCnv		xAODTrigMinBiasCnv-*	Event/xAOD
-use xAODTrackingCnv             xAODTrackingCnv-*       Event/xAOD
-use xAODEgammaCnv               xAODEgammaCnv-*         Event/xAOD
-use xAODCaloEventCnv		xAODCaloEventCnv-*      Event/xAOD
-use xAODTriggerCnv              xAODTriggerCnv-*        Event/xAOD
-
-private
-
-
-use Particle		  Particle-*		  Reconstruction
-
-use JetEvent		  JetEvent-*		  Reconstruction/Jet
-
-use xAODJet		  xAODJet-*		  Event/xAOD
-use xAODTrigCalo	  xAODTrigCalo-*	  Event/xAOD
-use xAODTrigMissingET	  xAODTrigMissingET-*	  Event/xAOD
-#use xAODTrigEgamma	  xAODTrigEgamma-*	  Event/xAOD
-use xAODMuon		  xAODMuon-*		  Event/xAOD
-use xAODTracking	  xAODTracking-*	  Event/xAOD
-use xAODTrigMuon	  xAODTrigMuon-*	  Event/xAOD
-use xAODTrigBphys	  xAODTrigBphys-*	  Event/xAOD
-use xAODTrigMinBias	  xAODTrigMinBias-*	  Event/xAOD
-use xAODTau               xAODTau-*               Event/xAOD
-use xAODCaloEvent	  xAODCaloEvent-*	  Event/xAOD
-use xAODEgamma            xAODEgamma-*            Event/xAOD
-use xAODTrigger           xAODTrigger-*           Event/xAOD
-use xAODBTagging          xAODBTagging-*          Event/xAOD
-
-use TrigStorageDefinitions TrigStorageDefinitions-* Trigger/TrigEvent
-use TrigMissingEtEvent	  TrigMissingEtEvent-*	  Trigger/TrigEvent
-use TrigParticle	  TrigParticle-*	  Trigger/TrigEvent
-use TrigCaloEvent	  TrigCaloEvent-*	  Trigger/TrigEvent
-use TrigMuonEvent	  TrigMuonEvent-*	  Trigger/TrigEvent
-use TrigInDetEvent	  TrigInDetEvent-*	  Trigger/TrigEvent
-use TrkTrack              TrkTrack-*              Tracking/TrkEvent
-use tauEvent              tauEvent-*              Reconstruction
-use egammaEvent           egammaEvent-*           Reconstruction/egamma
-use CaloEvent		  CaloEvent-*		  Calorimeter
-
-
-use TrigParticle	  TrigParticle-*	  Trigger/TrigEvent
-
-public
-library TrigBSExtraction *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-
diff --git a/Trigger/TrigEvent/TrigBphysicsEvent/cmt/requirements b/Trigger/TrigEvent/TrigBphysicsEvent/cmt/requirements
deleted file mode 100755
index 1a2c4da13668858d420d7135b6d6f5caf0eb8bcf..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigBphysicsEvent/cmt/requirements
+++ /dev/null
@@ -1,28 +0,0 @@
-package TrigBphysicsEvent
-
-author Natalia Panikashvili <Natalia.Panikashvili@cern.ch>
-
-use	AtlasPolicy		AtlasPolicy-*
-use	AtlasCLHEP		AtlasCLHEP-*		External
-use	CLIDSvc			CLIDSvc-*		Control 
-
-use	TrigInDetEvent		TrigInDetEvent-*	Trigger/TrigEvent
-use     TrigMuonEvent		TrigMuonEvent-*		Trigger/TrigEvent
-
-apply_pattern installed_library 
-library TrigBphysicsEvent *.cxx -s=components *.cxx
-
-private
-use 	DataModel           	DataModel-*             Control
-use 	TrigSerializeUtils  	TrigSerializeUtils-*    Trigger/TrigDataAccess
-use 	AtlasReflex   		AtlasReflex-*   	External -no_auto_imports
-
-use TrigNavigation        TrigNavigation-*     Trigger/TrigEvent
-
-apply_pattern lcgdict dict=TrigBphysicsEvent selectionfile=selection.xml headerfiles="../TrigBphysicsEvent/TrigBphysicsEventDict.h"
-
-#the list should be kept in sync with TrigParticleStorageDefinitions.cxx
-apply_pattern sercnv \
-libtag="xAOD" \
-typesWithNamespace="xAOD::TrigBphysContainer xAOD::TrigBphysAuxContainer" \
-    files="-s=${xAODTrigBphys_root}/xAODTrigBphys TrigBphysContainer.h TrigBphysAuxContainer.h"
diff --git a/Trigger/TrigEvent/TrigCaloEvent/cmt/requirements b/Trigger/TrigEvent/TrigCaloEvent/cmt/requirements
deleted file mode 100755
index a2ab462b7a83e2da36e350751bd9b173fa8a90f8..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigCaloEvent/cmt/requirements
+++ /dev/null
@@ -1,87 +0,0 @@
-package TrigCaloEvent
-
-author Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
-author Kyle Cranmer <cranmer@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-
-use GaudiInterface      GaudiInterface-*	External
-use DataModel		DataModel-*		Control
-use Navigation          Navigation-*		Control
-use EventKernel         EventKernel-*		Event
-use FourMom             FourMom-*		Event
-use CLIDSvc		CLIDSvc-*		Control
-use CaloGeoHelpers      CaloGeoHelpers-*        Calorimeter
-use AtlasDoxygen	AtlasDoxygen-*		Tools
-use SGTools             SGTools-*		Control
-
-
-
-# for backward compat:
-use TrigMissingEtEvent	TrigMissingEtEvent-*	Trigger/TrigEvent
-
-private
-use CaloEvent           CaloEvent-*		Calorimeter
-use xAODTrigCalo	xAODTrigCalo-*		Event/xAOD
-use xAODTrigL1Calo	xAODTrigL1Calo-*	Event/xAOD
-use xAODCaloEvent       xAODCaloEvent-*         Event/xAOD
-use xAODTrigMinBias     xAODTrigMinBias-*       Event/xAOD
-use xAODTrigRinger      xAODTrigRinger-*        Event/xAOD
-use xAODHIEvent         xAODHIEvent-*           Event/xAOD
-end_private
-
-library TrigCaloEvent *.cxx -s=components *.cxx
-
-apply_pattern installed_library
-
-private
-use AtlasReflex	AtlasReflex-*	External -no_auto_imports
-use TrigSerializeUtils     TrigSerializeUtils-*   Trigger/TrigDataAccess
-use TrigNavigation      TrigNavigation-*        Trigger/TrigEvent
-
-
-apply_pattern lcgdict dict=TrigCaloEvent \
-selectionfile=selection.xml \
-headerfiles="../TrigCaloEvent/TrigCaloEventDict.h" \
-dataLinks="TrigCaloCluster TrigEMCluster TrigT2Jet TrigTauCluster TrigTauClusterDetails RingerRings TrigRNNOutput" \
-elementLinks="TrigEMClusterContainer RingerRingsContainer TrigTauClusterContainer TrigTauClusterDetailsContainer TrigRNNOutputContainer"
-
-apply_pattern sercnv files="-s=${TrigCaloEvent_root}/TrigCaloEvent TrigCaloCluster.h TrigCaloClusterContainer.h\
-                               TrigEMCluster.h TrigEMClusterContainer.h \
-			       RingerRings.h RingerRingsContainer.h \
-                               TrigTauCluster.h TrigTauClusterContainer.h \
-                               TrigTauClusterDetails.h TrigTauClusterDetailsContainer.h \
-                               TrigT2Jet.h TrigT2JetContainer.h Trig3Momentum.h \
-                               TrigT2MbtsBits.h TrigT2MbtsBitsContainer.h \
-                               TrigT2ZdcSignals.h TrigT2ZdcSignalsContainer.h \
-                               TrigRNNOutput.h TrigRNNOutputContainer.h \
-                            -s=${CaloEvent_root}/CaloEvent CaloCellContainer.h CaloClusterContainer.h \
-                               CaloShowerContainer.h CaloTowerContainer.h CaloCellLinkContainer.h"
-apply_pattern sercnv \ 
-libtag="xAOD" \
-typesWithNamespace="xAOD::CaloCluster xAOD::CaloClusterContainer xAOD::CaloClusterAuxContainer xAOD::CaloClusterTrigAuxContainer \
-                    xAOD::TrigCaloCluster xAOD::TrigCaloClusterContainer xAOD::TrigCaloClusterAuxContainer \
-		    xAOD::TrigEMCluster xAOD::TrigEMClusterContainer xAOD::TrigEMClusterAuxContainer \
-		    xAOD::TrigT2MbtsBits xAOD::TrigT2MbtsBitsContainer xAOD::TrigT2MbtsBitsAuxContainer \	
-                    xAOD::TrigRingerRings xAOD::TrigRingerRingsContainer xAOD::TrigRingerRingsAuxContainer\
-                    xAOD::TrigRNNOutput xAOD::TrigRNNOutputContainer xAOD::TrigRNNOutputAuxContainer\
-		    xAOD::TrigT2ZdcSignals xAOD::TrigT2ZdcSignalsContainer xAOD::TrigT2ZdcSignalsAuxContainer\                   
-		    xAOD::TriggerTower xAOD::TriggerTowerContainer xAOD::TriggerTowerAuxContainer \
-		    xAOD::HIEventShape xAOD::HIEventShapeContainer xAOD::HIEventShapeAuxContainer " \
-       files="-s=${xAODTrigCalo_root}/xAODTrigCalo TrigCaloCluster.h TrigCaloClusterContainer.h TrigCaloClusterAuxContainer.h \
-                                TrigEMCluster.h TrigEMClusterContainer.h TrigEMClusterAuxContainer.h \
-				CaloClusterTrigAuxContainer.h \
-       -s=${xAODTrigL1Calo_root}/xAODTrigL1Calo TriggerTower.h TriggerTowerContainer.h TriggerTowerAuxContainer.h \
-       -s=${xAODTrigRinger_root}/xAODTrigRinger TrigRingerRings.h TrigRingerRingsContainer.h TrigRingerRingsAuxContainer.h \
-                                  TrigRNNOutput.h TrigRNNOutputContainer.h TrigRNNOutputAuxContainer.h \
-       -s=${xAODTrigMinBias_root}/xAODTrigMinBias TrigT2MbtsBits.h TrigT2MbtsBitsContainer.h TrigT2MbtsBitsAuxContainer.h \
-                                  TrigT2ZdcSignals.h TrigT2ZdcSignalsContainer.h TrigT2ZdcSignalsAuxContainer.h \
-       -s=${xAODCaloEvent_root}/xAODCaloEvent CaloCluster.h CaloClusterContainer.h CaloClusterAuxContainer.h \
-       -s=${xAODHIEvent_root}/xAODHIEvent HIEventShape.h HIEventShapeContainer.h HIEventShapeAuxContainer.h" 
-
-
-# Doxygen switches
-macro DOXYGEN_UML_LOOK "YES"
-
-end_private
-
diff --git a/Trigger/TrigEvent/TrigCaloEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigCaloEventTPCnv/cmt/requirements
deleted file mode 100644
index 63c557f5d95d4b077a658645a349e53503e9dfb0..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigCaloEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,63 +0,0 @@
-package TrigCaloEventTPCnv
-
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-author Fabrizio Salvatore  <P.F.Salvatore@sussex.ac.uk>
-
-use AtlasPolicy          AtlasPolicy-*
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities  AthenaPoolUtilities-*	    Database/AthenaPOOL
-use DataModel		 DataModel-*		    Control
-use DataModelAthenaPool  DataModelAthenaPool-*      Control
-use TrigCaloEvent        TrigCaloEvent-*            Trigger/TrigEvent
-
-branches TrigCaloEventTPCnv src
-
-library TrigCaloEventTPCnv *.cxx
-apply_pattern tpcnv_library
-
-
-private
-
-use AtlasReflex		     AtlasReflex-*		    External
-use GaudiInterface           GaudiInterface-*               External
-use AtlasCLHEP               AtlasCLHEP-*                   External
-use AthenaKernel             AthenaKernel-*         	    Control
-use CxxUtils                 CxxUtils-*                     Control
-use SGTools                  SGTools-*                      Control
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigCaloEventTPCnv  \
-  selectionfile=selection.xml \
-  headerfiles="../TrigCaloEventTPCnv/TrigCaloEventTPCnvDict.h"
-
-end_private
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=TrigCaloClusterCnv_p1
-apply_pattern UnitTest_run unit_test=TrigCaloClusterCnv_p2
-apply_pattern UnitTest_run unit_test=TrigCaloClusterCnv_p3
-apply_pattern UnitTest_run unit_test=RingerRingsCnv_p1
-apply_pattern UnitTest_run unit_test=RingerRingsCnv_p2
-apply_pattern UnitTest_run unit_test=TrigEMClusterCnv_p2
-apply_pattern UnitTest_run unit_test=TrigEMClusterCnv_p3
-apply_pattern UnitTest_run unit_test=TrigEMClusterCnv_p4
-apply_pattern UnitTest_run unit_test=TrigRNNOutputCnv_p1
-apply_pattern UnitTest_run unit_test=TrigRNNOutputCnv_p2
-apply_pattern UnitTest_run unit_test=TrigT2JetCnv_p2
-apply_pattern UnitTest_run unit_test=TrigT2JetCnv_p3
-apply_pattern UnitTest_run unit_test=TrigT2MbtsBitsCnv_p1
-apply_pattern UnitTest_run unit_test=TrigT2MbtsBitsCnv_p2
-apply_pattern UnitTest_run unit_test=TrigT2MbtsBitsCnv_p3
-apply_pattern UnitTest_run unit_test=TrigT2ZdcSignalsCnv_p1
-apply_pattern UnitTest_run unit_test=TrigTauClusterCnv_p2
-apply_pattern UnitTest_run unit_test=TrigTauClusterCnv_p3
-apply_pattern UnitTest_run unit_test=TrigTauClusterCnv_p4
-apply_pattern UnitTest_run unit_test=TrigTauClusterCnv_p5
-apply_pattern UnitTest_run unit_test=TrigTauClusterDetailsCnv_p1
-apply_pattern UnitTest_run unit_test=TrigTauClusterDetailsCnv_p2
-
diff --git a/Trigger/TrigEvent/TrigCombinedEvent/cmt/requirements b/Trigger/TrigEvent/TrigCombinedEvent/cmt/requirements
deleted file mode 100755
index e175c38b4956513f26702e01e69444b48cbd5bda..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigCombinedEvent/cmt/requirements
+++ /dev/null
@@ -1,57 +0,0 @@
-package TrigCombinedEvent
-	
-author Camille B.-Champagne <camille.belanger-champagne@cern.ch>
-
-# general stuff:
-use AtlasPolicy         AtlasPolicy-*
-use CLIDSvc             CLIDSvc-*            Control
-use DataModel           DataModel-*          Control
-use GaudiInterface      GaudiInterface-*     External
-use AtlasBoost		AtlasBoost-*		External
-
-
-# Trigger Navigation
-use TrigNavigation      TrigNavigation-*        Trigger/TrigEvent
-	
-
-use SGTools             SGTools-*               Control
-#
-
-# library
-library TrigCombinedEvent *.cxx
-
-apply_pattern installed_library
-
-# Pattern to build the dict lib.
-private
-use AtlasReflex         AtlasReflex-*        External -no_auto_imports
-use TrigSerializeUtils  TrigSerializeUtils-*    Trigger/TrigDataAccess
-use AthenaKernel 	AthenaKernel-*          Control
-use CxxUtils            CxxUtils-*           Control
-
-#use TrigSerializeCnvSvc TrigSerializeCnvSvc-*   Trigger/TrigDataAccess
-
-#apply_pattern lcgdict dict=TrigParticle selectionfile=selection.xml headerfiles="../TrigParticle/TrigParticleDict.h" \
-#    dataLinks="TrigTau TrigPhotonContainer TrigEFBjetContainer TrigL2BjetContainer" \
-#    elementLinks="TrigL2BphysContainer TrigEFBphysContainer TrigElectronContainer"
-
-apply_pattern lcgdict dict=TrigCombinedEvent \
-	selectionfile=selection.xml\
-	headerfiles="../TrigCombinedEvent/TrigCombinedEventDict.h" \
-	dataLinks="TrigComposite" \
-	elementLinks="TrigCompositeContainer"
-
-#the list should be kept in sync with TrigParticleStorageDefinitions.cxx
-apply_pattern sercnv  files="-s=${TrigCombinedEvent_root}/TrigCombinedEvent TrigComposite.h TrigCompositeContainer.h  "
-
-#Storage has also  DataVector<INavigable4Momentum>
-
-#Debug stuff, taken out for checkreq
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-
-use TestTools      TestTools-*         AtlasTest
-apply_pattern UnitTest_run unit_test=TrigComposite extrapatterns=".*"
-
-end_private
\ No newline at end of file
diff --git a/Trigger/TrigEvent/TrigCombinedEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigCombinedEventTPCnv/cmt/requirements
deleted file mode 100644
index 4768e7e766d27b29a81df58391e76081d07a1c24..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigCombinedEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package TrigCombinedEventTPCnv
-	
-author Camille B.-Champagne <camille.belanger-champagne@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*    
-use  AthenaPoolCnvSvc           AthenaPoolCnvSvc-*              Database/AthenaPOOL
-use  AthenaPoolUtilities        AthenaPoolUtilities-*           Database/AthenaPOOL
-use  TrigCombinedEvent          TrigCombinedEvent-*             Trigger/TrigEvent
-use  TrigNavigation             TrigNavigation-*                Trigger/TrigEvent
-private
-use  AthenaKernel               AthenaKernel-*                  Control
-use  GaudiInterface             GaudiInterface-*                External
-use  AtlasBoost                 AtlasBoost-*                    External
-use  AtlasReflex                AtlasReflex-*                   External
-end_private
-
-branches TrigCombinedEventTPCnv src
-
-library TrigCombinedEventTPCnv *.cxx
-apply_pattern tpcnv_library
-	
-	
-private
-
-# Create a dictionary for the persistent representation
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigCombinedEventTPCnv \
-  selectionfile=selection.xml \
-  headerfiles="../TrigCombinedEventTPCnv/TrigCombinedEventTPCnvDict.h"
-	
-end_private
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=TrigCompositeCnv_p1
diff --git a/Trigger/TrigEvent/TrigDecision/cmt/requirements b/Trigger/TrigEvent/TrigDecision/cmt/requirements
deleted file mode 100755
index 03b3aea51813fe2dcca686a0ee5d93e79123c778..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigDecision/cmt/requirements
+++ /dev/null
@@ -1,10 +0,0 @@
-package TrigDecision
-
-author Till Eifert <Till.Eifert@cern.ch>
-author Nicolas Berger <Nicolas.Berger@cern.ch>
-author Ricardo Goncalo <r.goncalo@rhul.ac.uk>
-
-use AtlasPolicy 	AtlasPolicy-*
-
-apply_pattern declare_python_modules files="__init__.py TrigDecisionConfig.py"
-
diff --git a/Trigger/TrigEvent/TrigDecisionEvent/cmt/requirements b/Trigger/TrigEvent/TrigDecisionEvent/cmt/requirements
deleted file mode 100755
index 1ba324b5a4322ecb7323169cc148304283c731ef..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigDecisionEvent/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigDecisionEvent
-
-author Till Eifert <Till.Eifert@cern.ch>
-author Nicolas Berger <Nicolas.Berger@cern.ch>
-author Ricardo Goncalo <r.goncalo@rhul.ac.uk>
-author Fabrizio Salvatore <p.f.salvatore@sussex.ac.uk>
-
-use AtlasPolicy 	AtlasPolicy-*
-
-use CLIDSvc		CLIDSvc-* 		Control
-use AthLinks            AthLinks-*              Control
-
-use TrigSteeringEvent	TrigSteeringEvent-*  	Trigger/TrigEvent
-#use TrigNavigation      TrigNavigation-*        Trigger/TrigEvent
-#use TrigConfHLTData     TrigConfHLTData-*       Trigger/TrigConfiguration
-
-library TrigDecisionEvent *.cxx
-apply_pattern installed_library
-
-private 
-use AtlasReflex         AtlasReflex-*         External
-
-# Pattern to build the dict lib. User should create a single header
-# file: <package>Dict.h which includes all other .h files. See MissingETDict
-# A selection file must be created by hand. This file lists the
-# classes to be added to the dictionary, and which fields are
-# transient. It should be put in ../<package> dir and is conventionally called
-# selection.xml.
-apply_pattern lcgdict dict=TrigDecisionEvent selectionfile=selection.xml \
-        dataLinks="HLT::HLTResult" \
-        headerfiles="../TrigDecisionEvent/TrigDecisionEventDict.h"
-
-use TestTools      TestTools-*         AtlasTest
-# this can be used to test if templated code compiles ... but it is not easy to setup running env for it to realy complete
-#apply_pattern UnitTest_run unit_test=Templates extrapatterns=".*" 
-
-
-#macro DOXYGEN_IMAGE_PATH "../doc/images"
-end_private
-
-#apply_pattern declare_python_modules files="__init__.py TrigDecisionConfig.py"
-
diff --git a/Trigger/TrigEvent/TrigDecisionEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigDecisionEventTPCnv/cmt/requirements
deleted file mode 100644
index b9e33a1650abf5cdb3294817ad89af8559c41337..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigDecisionEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,48 +0,0 @@
-package TrigDecisionEventTPCnv
-
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-author Fabrizio Salvatore  <P.F.Salvatore@sussex.ac.uk>
-
-use AtlasPolicy          AtlasPolicy-*
-
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use DataModelAthenaPool  DataModelAthenaPool-*      Control
-use TrigSteeringEventTPCnv TrigSteeringEventTPCnv-*  Trigger/TrigEvent
-
-branches TrigDecisionEventTPCnv src
-
-library TrigDecisionEventTPCnv *.cxx
-apply_pattern tpcnv_library
-
-private
-
-use GaudiInterface       GaudiInterface-*           External
-use AtlasReflex		 AtlasReflex-*		    External
-use AthenaKernel         AthenaKernel-*             Control
-use SGTools              SGTools-*                  Control
-use TrigDecisionEvent    TrigDecisionEvent-*        Trigger/TrigEvent
-use TrigSteeringEvent    TrigSteeringEvent-*        Trigger/TrigEvent
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigDecisionEventTPCnv \
-  selectionfile=selection.xml \
-  headerfiles="../TrigDecisionEventTPCnv/TrigDecisionEventTPCnvDict.h"
-
-apply_pattern lcgdict dict=OLD_TrigDecisionEventTPCnv \
-  selectionfile=OLD_selection.xml \
-  headerfiles="../TrigDecisionEventTPCnv/TrigDecisionEventTPCnvDict.h"
-
-end_private
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=TrigDecisionCnv_p1
-apply_pattern UnitTest_run unit_test=TrigDecisionCnv_p2
-apply_pattern UnitTest_run unit_test=TrigDecisionCnv_p3
-apply_pattern UnitTest_run unit_test=TrigDecisionCnv_p4
-apply_pattern UnitTest_run unit_test=TrigDecisionCnv_p5
-
diff --git a/Trigger/TrigEvent/TrigDecisionInterface/cmt/Makefile.RootCore b/Trigger/TrigEvent/TrigDecisionInterface/cmt/Makefile.RootCore
deleted file mode 100644
index 0655abd53088302ae353f75b71e55a192459215e..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigDecisionInterface/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,24 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = TrigDecisionInterface
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP = AsgTools
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOGRID   = 
-PACKAGE_PEDANTIC = 0
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 1
-PACKAGE_REFLEX   = 0
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigEvent/TrigDecisionInterface/cmt/requirements b/Trigger/TrigEvent/TrigDecisionInterface/cmt/requirements
deleted file mode 100644
index f07ef8948428ccec4d7f12ae6b391f9ca1525fb3..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigDecisionInterface/cmt/requirements
+++ /dev/null
@@ -1,5 +0,0 @@
-package TrigDecisionInterface
-# $Id: requirements 750298 2016-05-27 13:03:48Z krasznaa $
-
-use AtlasPolicy      AtlasPolicy-*
-use AsgTools         AsgTools-*         Control/AthToolSupport
diff --git a/Trigger/TrigEvent/TrigEventAthenaPool/cmt/requirements b/Trigger/TrigEvent/TrigEventAthenaPool/cmt/requirements
deleted file mode 100755
index 8c215286edf52869b4ff9063e809255f1438a3e5..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigEventAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,160 +0,0 @@
-package TrigEventAthenaPool
-author Monika Wielers       <Monika.Wielers@cern.ch>
-author Nicolas Berger       <Nicolas.Berger@cern.ch>
-author Fabrizio Salvatore   <P.F.Salvatore@sussex.ac.uk>
-
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*        External
-use AthenaPoolUtilities  AthenaPoolUtilities-*   Database/AthenaPOOL
-
-private
-use RootConversions      RootConversions-*       Database/AthenaPOOL
-
-# use statements for data packages
-use TrigDecisionEvent    TrigDecisionEvent-*     Trigger/TrigEvent
-use TrigInDetEvent       TrigInDetEvent-*        Trigger/TrigEvent
-use TrigParticle         TrigParticle-*          Trigger/TrigEvent
-use TrigMissingEtEvent   TrigMissingEtEvent-*    Trigger/TrigEvent
-use TrigMuonEvent        TrigMuonEvent-*         Trigger/TrigEvent
-use TrigCaloEvent        TrigCaloEvent-*         Trigger/TrigEvent
-use TrigBphysicsEvent    TrigBphysicsEvent-*     Trigger/TrigEvent
-use TrigMonitoringEvent  TrigMonitoringEvent-*   Trigger/TrigEvent
-use TrigTopoEvent        TrigTopoEvent-*         Trigger/TrigEvent
-use TrigCombinedEvent  TrigCombinedEvent-*   Trigger/TrigEvent
-use TrigFTK_RawData      TrigFTK_RawData-*       Trigger/TrigFTK
-
-# use statement for converters
-use TrigDecisionEventTPCnv    TrigDecisionEventTPCnv-*     Trigger/TrigEvent
-use TrigInDetEventTPCnv       TrigInDetEventTPCnv-*        Trigger/TrigEvent
-use TrigParticleTPCnv         TrigParticleTPCnv-*          Trigger/TrigEvent
-use TrigMissingEtEventTPCnv   TrigMissingEtEventTPCnv-*    Trigger/TrigEvent
-use TrigMuonEventTPCnv        TrigMuonEventTPCnv-*         Trigger/TrigEvent
-use TrigCaloEventTPCnv        TrigCaloEventTPCnv-*         Trigger/TrigEvent
-use TrigMonitoringEventTPCnv  TrigMonitoringEventTPCnv-*   Trigger/TrigEvent
-use TrigTopoEventTPCnv        TrigTopoEventTPCnv-*         Trigger/TrigEvent
-use TrigCombinedEventTPCnv  TrigCombinedEventTPCnv-*   Trigger/TrigEvent
-use TrigFTK_RawDataTPCnv      TrigFTK_RawDataTPCnv-*       Trigger/TrigFTK
-end_private
-
-apply_pattern poolcnv typesWithNamespace="TrigDec::TrigDecision" \
-      files="-s=${TrigParticle_root}/TrigParticle TrigL2BphysContainer.h \ 
-            -s=${TrigParticle_root}/TrigParticle TrigElectronContainer.h \ 
-            -s=${TrigParticle_root}/TrigParticle TrigTauContainer.h \ 
-            -s=${TrigParticle_root}/TrigParticle TrigTau.h \
-            -s=${TrigParticle_root}/TrigParticle TrigL2BjetContainer.h \
-            -s=${TrigParticle_root}/TrigParticle TrigEFBjetContainer.h \
-            -s=${TrigParticle_root}/TrigParticle TrigPhotonContainer.h \
-            -s=${TrigParticle_root}/TrigParticle TrigEFBphysContainer.h \
-            -s=${TrigDecisionEvent_root}/TrigDecisionEvent TrigDecision.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigInDetTrackCollection.h \ 
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigVertexCollection.h \ 
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTauTracksInfo.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTauTracksInfoCollection.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigHisto1D.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigHisto2D.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigSpacePointCounts.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigSpacePointCountsCollection.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTrtHitCounts.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTrtHitCountsCollection.h \ 
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTrackCounts.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTrackCountsCollection.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigVertexCounts.h \
-            -s=${TrigInDetEvent_root}/TrigInDetEvent TrigVertexCountsCollection.h \
-            -s=${TrigCombinedEvent_root}/TrigCombinedEvent TrigComposite.h \
-            -s=${TrigCombinedEvent_root}/TrigCombinedEvent TrigCompositeContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent MuonFeature.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent MuonFeatureContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent MuonFeatureDetails.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent MuonFeatureDetailsContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent CombinedMuonFeature.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent CombinedMuonFeatureContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent IsoMuonFeature.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent IsoMuonFeatureContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TrigMuonClusterFeature.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TrigMuonClusterFeatureContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TileMuFeature.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TileMuFeatureContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TileTrackMuFeature.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TileTrackMuFeatureContainer.h \ 
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TrigMuonEFContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TrigMuonEFInfoContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TrigMuonEFIsolationContainer.h \
-            -s=${TrigMuonEvent_root}/TrigMuonEvent TrigCombDiMuonContainer.h \
-            -s=${TrigBphysicsEvent_root}/TrigBphysicsEvent TrigJpsi.h \
-            -s=${TrigBphysicsEvent_root}/TrigBphysicsEvent TrigJpsiContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigEMCluster.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigEMClusterContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigTauCluster.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigTauClusterContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigTauClusterDetails.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigTauClusterDetailsContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigT2MbtsBits.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigT2MbtsBitsContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigT2ZdcSignals.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigT2ZdcSignalsContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigT2Jet.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigT2JetContainer.h \
-            -s=${TrigMissingEtEvent_root}/TrigMissingEtEvent TrigMissingET.h \
-            -s=${TrigMissingEtEvent_root}/TrigMissingEtEvent TrigMissingETContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent RingerRings.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent RingerRingsContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigRNNOutput.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigRNNOutputContainer.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigCaloCluster.h \
-            -s=${TrigCaloEvent_root}/TrigCaloEvent TrigCaloClusterContainer.h \
-            -s=${TrigTopoEvent_root}/TrigTopoEvent ElectronMuonTopoInfo.h \
-            -s=${TrigTopoEvent_root}/TrigTopoEvent ElectronMuonTopoInfoContainer.h \
-            -s=${TrigMonitoringEvent_root}/TrigMonitoringEvent TrigMonEvent.h \
-            -s=${TrigMonitoringEvent_root}/TrigMonitoringEvent TrigMonEventCollection.h \
-            -s=${TrigMonitoringEvent_root}/TrigMonitoringEvent TrigMonConfig.h \
-            -s=${TrigMonitoringEvent_root}/TrigMonitoringEvent TrigMonConfigCollection.h \
-            -s=${TrigFTK_RawData_root}/TrigFTK_RawData FTK_RawTrackContainer.h"
-
-apply_pattern declare_joboptions files="*.py"
-
-
-
-private
-use TestTools            TestTools-*                AtlasTest -no_auto_imports
-
-
-apply_pattern athenarun_test \
-   name="TrigEventAthenaPool_15.6.1" \
-   options="TrigEventAthenaPool/TrigEventAthenaPool_15.6.1_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigEventAthenaPool_15.6.1" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigEventAthenaPool_15.6.1"
-
-
-apply_pattern athenarun_test \
-   name="TrigEventAthenaPool_15.6.13.2" \
-   options="TrigEventAthenaPool/TrigEventAthenaPool_15.6.13.2_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigEventAthenaPool_15.6.13.2" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigEventAthenaPool_15.6.13.2"
-
-
-apply_pattern athenarun_test \
-   name="TrigEventAthenaPool_16.0.3.3" \
-   options="TrigEventAthenaPool/TrigEventAthenaPool_16.0.3.3_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigEventAthenaPool_16.0.3.3" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigEventAthenaPool_16.0.3.3"
-
-
-apply_pattern athenarun_test \
-   name="TrigEventAthenaPool_17.0.6" \
-   options="TrigEventAthenaPool/TrigEventAthenaPool_17.0.6_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigEventAthenaPool_17.0.6" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigEventAthenaPool_17.0.6"
-
-
-apply_pattern athenarun_test \
-   name="TrigEventAthenaPool_18.0.0" \
-   options="TrigEventAthenaPool/TrigEventAthenaPool_18.0.0_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigEventAthenaPool_18.0.0" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigEventAthenaPool_18.0.0"
-
-
-apply_pattern athenarun_test \
-   name="TrigEventAthenaPool_20.1.7.2" \
-   options="TrigEventAthenaPool/TrigEventAthenaPool_20.1.7.2_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigEventAthenaPool_20.1.7.2" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigEventAthenaPool_20.1.7.2"
diff --git a/Trigger/TrigEvent/TrigInDetEvent/cmt/requirements b/Trigger/TrigEvent/TrigInDetEvent/cmt/requirements
deleted file mode 100755
index d5fe96c187357908a4c154839cd54e0f6f5307ee..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigInDetEvent/cmt/requirements
+++ /dev/null
@@ -1,107 +0,0 @@
-package TrigInDetEvent
-
-public
-
-use     AtlasCLHEP         AtlasCLHEP-*		   External
-use     AtlasPolicy        AtlasPolicy-*
-use     CLIDSvc            CLIDSvc*                Control
-use     DataModel          DataModel-*             Control
-use     EventKernel        EventKernel-*           Event
-use     FourMom            FourMom*                Event
-use     GaudiInterface     GaudiInterface-*        External
-use     Identifier         Identifier-*            DetectorDescription
-use     InDetPrepRawData   InDetPrepRawData-*      InnerDetector/InDetRecEvent
-use     Navigation         Navigation-*            Control
-use     SGTools            SGTools-*               Control
-use     TrkPrepRawData     TrkPrepRawData-*        Tracking/TrkEvent
-use     TrkTrack           TrkTrack-*              Tracking/TrkEvent
-use     TrkSpacePoint      TrkSpacePoint-*         Tracking/TrkEvent
-
-private
-
-use     Particle           Particle-*              Reconstruction
-use     ParticleTruth      ParticleTruth-*         Reconstruction
-
-use	TrigNavigation	   TrigNavigation-*	   Trigger/TrigEvent
-
-use     TrkSegment         TrkSegment-*            Tracking/TrkEvent
-use     TrkTruthData       TrkTruthData-*          Tracking/TrkEvent
-use     VxSecVertex        VxSecVertex-*           Tracking/TrkEvent
-use     VxVertex           VxVertex-*              Tracking/TrkEvent
-
-
-use     TrkParameters      TrkParameters-*         Tracking/TrkEvent
-
-use	xAODTracking	   xAODTracking-*	   Event/xAOD
-use	xAODTrigMinBias	   xAODTrigMinBias-*	   Event/xAOD
-
-
-public
-
-library TrigInDetEvent *.cxx
-apply_pattern installed_library
-
-#apply_pattern declare_non_standard_include name=doc
-
-private 
-# need AtlasSeal
-use 	AtlasReflex   		AtlasReflex*   		External -no_auto_imports
-use     TrigSerializeUtils      TrigSerializeUtils-*    Trigger/TrigDataAccess
-
-
-# Pattern to build the dict lib. User should create a single header
-# file: <package>Dict.h which includes all other .h files. See MissingETDict
-# A selection file must be created by hand. This file lists the
-# classes to be added to the dictionary, and which fields are
-# transient. It should be put in ../<package> dir and is conventionally called
-# selection.xml.
-#macro_append reflex_dict_options --debug 
-
-apply_pattern lcgdict dict=TrigInDetEvent_c selectionfile=selection_c.xml \
-	headerfiles="../TrigInDetEvent/TrigInDetEvent_cDict.h"
-
-apply_pattern lcgdict dict=TrigInDetEvent selectionfile=selection.xml \
-	headerfiles="../TrigInDetEvent/TrigInDetEventDict.h" \
-	elementLinks="TrigInDetTrackCollection" \
-        dataLinks="TrigTrackCounts TrigVertexCounts TrigTauTracksInfo TrigSpacePointCounts TrigTrtHitCounts TrigVertexCollection"
-
-apply_pattern sercnv  typesWithNamespace="Rec::TrackParticleContainer Trk::SegmentCollection " \
-	      files="-s=${TrigInDetEvent_root}/TrigInDetEvent TrigInDetTrack.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigInDetTrackCollection.h \
-   	             -s=${TrigInDetEvent_root}/TrigInDetEvent TrigInDetTrackFitPar.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigVertex.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigVertexCollection.h \
-	             -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTrackCounts.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTrackCountsCollection.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigVertexCounts.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigVertexCountsCollection.h \ 
-	             -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTauTracksInfo.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTauTracksInfoCollection.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigHisto1D.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigHisto2D.h \
-	             -s=${TrigInDetEvent_root}/TrigInDetEvent TrigSpacePointCounts.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigSpacePointCountsCollection.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTrtHitCounts.h \
-                     -s=${TrigInDetEvent_root}/TrigInDetEvent TrigTrtHitCountsCollection.h \
-		     -s=${TrkTrack_root}/TrkTrack TrackCollection.h TrackExtensionMap.h \ 			 
-	             -s=${VxVertex_root}/VxVertex VxContainer.h \
-	             -s=${TrkSegment_root}/TrkSegment SegmentCollection.h \
-		     -s=${Particle_root}/Particle TrackParticleContainer.h " 
-
-apply_pattern sercnv \
-libtag="xAOD" \
-typesWithNamespace="xAOD::TrackParticle	xAOD::TrackParticleContainer xAOD::TrackParticleAuxContainer \
-		    xAOD::Vertex xAOD::VertexContainer xAOD::VertexAuxContainer \
-		    xAOD::TrigSpacePointCounts xAOD::TrigSpacePointCountsContainer xAOD::TrigSpacePointCountsAuxContainer \
-		    xAOD::TrigHisto2D xAOD::TrigHisto2DContainer xAOD::TrigHisto2DAuxContainer \
-		    xAOD::TrigVertexCounts xAOD::TrigVertexCountsContainer xAOD::TrigVertexCountsAuxContainer \
-		    xAOD::TrigTrackCounts xAOD::TrigTrackCountsContainer xAOD::TrigTrackCountsAuxContainer" \
-    files="-s=${xAODTracking_root}/xAODTracking VertexContainer.h VertexAuxContainer.h \
-    						TrackParticleContainer.h TrackParticleAuxContainer.h \
-	   -s=${xAODTrigMinBias_root}/xAODTrigMinBias TrigSpacePointCounts.h TrigSpacePointCountsContainer.h TrigSpacePointCountsAuxContainer.h \
-                                 TrigHisto2D.h TrigHisto2DContainer.h TrigHisto2DAuxContainer.h \
-                              TrigVertexCounts.h TrigVertexCountsContainer.h TrigVertexCountsAuxContainer.h \
-                              TrigTrackCounts.h TrigTrackCountsContainer.h TrigTrackCountsAuxContainer.h"
-
-end_private
-
diff --git a/Trigger/TrigEvent/TrigInDetEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigInDetEventTPCnv/cmt/requirements
deleted file mode 100644
index 02f523e89b8b6eee2510c9f0ea7f700f3c8bc58c..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigInDetEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,83 +0,0 @@
-package TrigInDetEventTPCnv
-
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-author Fabrizio Salvatore  <P.F.Salvatore@sussex.ac.uk>
-
-use AtlasPolicy          AtlasPolicy-*
-
-#use CLIDSvc              CLIDSvc-*                  Control
-
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities  AthenaPoolUtilities-*	    Database/AthenaPOOL
-use EventCommonTPCnv     EventCommonTPCnv-*         Event
-use InDetIdentifier      InDetIdentifier-*          InnerDetector/InDetDetDescr
-use StoreGate            StoreGate-*                Control
-#use DataModel		 DataModel-*		    Control
-#use DataModelAthenaPool  DataModelAthenaPool-*      Control
-use RootConversions      RootConversions-*          Database/AthenaPOOL
-
-# use Identifier           Identifier-*               DetectorDescription
-
-
-# use statements for data packages
-# use FourMom              FourMom-*               Event
-use TrigInDetEvent	 TrigInDetEvent-*	 Trigger/TrigEvent
-use TrigCaloEventTPCnv	 TrigCaloEventTPCnv-*	 Trigger/TrigEvent
-
-#use Particle		Particle-*		Reconstruction
-#use TrackParticleTPCnv	TrackParticleTPCnv-*	Reconstruction
-
-private
-use GaudiInterface GaudiInterface-*  External
-use AtlasCLHEP     AtlasCLHEP-*      External
-use CxxUtils       CxxUtils-*        Control
-use IdDictParser   IdDictParser-*    DetectorDescription
-end_private
-
-branches TrigInDetEventTPCnv src
-
-library TrigInDetEventTPCnv *.cxx
-apply_pattern tpcnv_library
-
-
-private
-
-use AthenaKernel         AthenaKernel-*             Control
-use AtlasReflex		     AtlasReflex-*		        External
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigInDetEventTPCnv \
-  selectionfile=selection.xml \
-  headerfiles="../TrigInDetEventTPCnv/TrigInDetEventTPCnvDict.h"
-
-end_private
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=TrigHisto1DCnv_p1
-apply_pattern UnitTest_run unit_test=TrigHisto2DCnv_p1
-apply_pattern UnitTest_run unit_test=TrigInDetTrackCnv_p1
-apply_pattern UnitTest_run unit_test=TrigInDetTrackCnv_p2
-apply_pattern UnitTest_run unit_test=TrigInDetTrackCnv_p3
-apply_pattern UnitTest_run unit_test=TrigInDetTrackCnv_p4
-apply_pattern UnitTest_run unit_test=TrigInDetTrackCnv_p5
-apply_pattern UnitTest_run unit_test=TrigInDetTrackCollectionCnv_p1
-apply_pattern UnitTest_run unit_test=TrigInDetTrackFitParCnv_p1
-apply_pattern UnitTest_run unit_test=TrigInDetTrackFitParCnv_p2
-apply_pattern UnitTest_run unit_test=TrigInDetTrackFitParCnv_p3
-apply_pattern UnitTest_run unit_test=TrigSpacePointCountsCnv_p1
-apply_pattern UnitTest_run unit_test=TrigSpacePointCountsCnv_p2
-apply_pattern UnitTest_run unit_test=TrigSpacePointCountsCnv_p3
-apply_pattern UnitTest_run unit_test=TrigSpacePointCountsCnv_p4
-apply_pattern UnitTest_run unit_test=TrigTauTracksInfoCnv_p1
-apply_pattern UnitTest_run unit_test=TrigTauTracksInfoCnv_p2
-apply_pattern UnitTest_run unit_test=TrigTrackCountsCnv_p2
-apply_pattern UnitTest_run unit_test=TrigTrtHitCountsCnv_p1
-apply_pattern UnitTest_run unit_test=TrigTrtHitCountsCnv_p2
-apply_pattern UnitTest_run unit_test=TrigVertexCnv_p1
-apply_pattern UnitTest_run unit_test=TrigVertexCnv_p2
-apply_pattern UnitTest_run unit_test=TrigVertexCountsCnv_p1
diff --git a/Trigger/TrigEvent/TrigInDetPattRecoEvent/cmt/requirements b/Trigger/TrigEvent/TrigInDetPattRecoEvent/cmt/requirements
deleted file mode 100755
index 8f7cf89754e98bf18ecf9ac76c256cd974a04625..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigInDetPattRecoEvent/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package TrigInDetPattRecoEvent
-
-public
-
-#use     AtlasCLHEP		AtlasCLHEP-00-*			External
-use     AtlasPolicy	    	AtlasPolicy-*
-use     TrigInDetEvent      	TrigInDetEvent-*		Trigger/TrigEvent
-use     TrigSteeringEvent   	TrigSteeringEvent-*		Trigger/TrigEvent
-
-#use     TrkEventPrimitives  	TrkEventPrimitives-*		Tracking/TrkEvent
-use 	 GeoPrimitives      	GeoPrimitives-*    		DetectorDescription
-
-use     TrkParameters          	TrkParameters-*                 Tracking/TrkEvent
-
-library TrigInDetPattRecoEvent *.cxx
-apply_pattern installed_library
-
-#apply_pattern declare_non_standard_include name=doc
-
-private
-
diff --git a/Trigger/TrigEvent/TrigMissingEtEvent/cmt/requirements b/Trigger/TrigEvent/TrigMissingEtEvent/cmt/requirements
deleted file mode 100755
index 569c67cebfe667b73587c5b96f21adad0ca39501..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigMissingEtEvent/cmt/requirements
+++ /dev/null
@@ -1,47 +0,0 @@
-package TrigMissingEtEvent
-
-author Fabrizio Salvatore <P.F.Salvatore@sussex.ac.uk>
-author Diego Casadei <diego.casadei@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-
-use DataModel		DataModel-*		Control
-use CLIDSvc		CLIDSvc-*		Control
-use AtlasDoxygen	AtlasDoxygen-*		Tools
-#use TrigRingerTools	TrigRingerTools-* 	Trigger/TrigTools
-use SGTools             SGTools-*               Control
-
-use GaudiInterface GaudiInterface-* External
-#use GaudiKernel GaudiKernel-* External
-
-library TrigMissingEtEvent *.cxx -s=components *.cxx
-
-apply_pattern installed_library
-
-private
-use TrigNavigation	TrigNavigation-*	Trigger/TrigEvent
-use AtlasReflex	AtlasReflex-*	External -no_auto_imports
-use TrigSerializeUtils     TrigSerializeUtils-*   Trigger/TrigDataAccess
-use xAODTrigMissingET	   xAODTrigMissingET-*	  Event/xAOD
-
-apply_pattern lcgdict dict=TrigMissingEtEvent \
-selectionfile=selection.xml \
-headerfiles="../TrigMissingEtEvent/TrigMissingEtEventDict.h" \
-dataLinks="TrigMissingET"
-#elementLinks="TrigEMClusterContainer RingerRingsContainer TrigTauClusterContainer TrigTauClusterDetailsContainer"
-
-apply_pattern sercnv files="-s=${TrigMissingEtEvent_root}/TrigMissingEtEvent TrigMissingET.h\
-                               TrigMissingETContainer.h TrigMissingEtComponent.h "
-
-apply_pattern sercnv \
-libtag="xAOD" \
-typesWithNamespace="xAOD::TrigMissingETContainer xAOD::TrigMissingETAuxContainer" \
-    files="-s=${xAODTrigMissingET_root}/xAODTrigMissingET TrigMissingETContainer.h TrigMissingETAuxContainer.h"
-
-
-
-# Doxygen switches
-macro DOXYGEN_UML_LOOK "YES"
-
-end_private
-
diff --git a/Trigger/TrigEvent/TrigMissingEtEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigMissingEtEventTPCnv/cmt/requirements
deleted file mode 100644
index 3fd7701eb0cbcebae1fc047f76cd1590ec2eebea..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigMissingEtEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,36 +0,0 @@
-package TrigMissingEtEventTPCnv
-
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-author Fabrizio Salvatore  <P.F.Salvatore@sussex.ac.uk>
-
-use AtlasPolicy          AtlasPolicy-*
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities  AthenaPoolUtilities-*	    Database/AthenaPOOL
-use TrigMissingEtEvent   TrigMissingEtEvent-*    Trigger/TrigEvent
-
-branches TrigMissingEtEventTPCnv src
-
-library TrigMissingEtEventTPCnv *.cxx
-apply_pattern tpcnv_library
-
-
-private
-
-use GaudiInterface       GaudiInterface-*   External
-use AtlasReflex		 AtlasReflex-*	    External
-use AthenaKernel         AthenaKernel-*     Control
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigMissingEtEventTPCnv \
-  selectionfile=selection.xml \
-  headerfiles="../TrigMissingEtEventTPCnv/TrigMissingEtEventTPCnvDict.h"
-
-end_private
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=TrigMissingETCnv_p2
-apply_pattern UnitTest_run unit_test=TrigMissingETCnv_p3
diff --git a/Trigger/TrigEvent/TrigMonitoringEvent/cmt/requirements b/Trigger/TrigEvent/TrigMonitoringEvent/cmt/requirements
deleted file mode 100644
index ce4f4eb121c117f2a42c9dea366d623c53f4e0d1..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigMonitoringEvent/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package TrigMonitoringEvent
-author Rustem Ospanov
-
-public
-
-use AtlasPolicy         AtlasPolicy-*
-use CLIDSvc             CLIDSvc-*                Control
-use DataModel           DataModel-*              Control
-use DataCollection      DataCollection-*         External
-
-use TrigSteeringEvent   TrigSteeringEvent-*      Trigger/TrigEvent
-
-apply_pattern installed_library
-library TrigMonitoringEvent *.cxx
-
-private
-
-use AthenaKernel        AthenaKernel-*           Control
-use AtlasReflex         AtlasReflex-*            External -no_auto_import
-use TrigNavigation      TrigNavigation-*         Trigger/TrigEvent
-use TrigSerializeUtils  TrigSerializeUtils-*     Trigger/TrigDataAccess
-
-apply_pattern sercnv files="-s=${TrigMonitoringEvent_root}/TrigMonitoringEvent TrigMonEvent.h \
-                            -s=${TrigMonitoringEvent_root}/TrigMonitoringEvent TrigMonEventCollection.h \
-                            -s=${TrigMonitoringEvent_root}/TrigMonitoringEvent TrigMonConfig.h \
-                            -s=${TrigMonitoringEvent_root}/TrigMonitoringEvent TrigMonConfigCollection.h "
-
-apply_pattern lcgdict dict=TrigMonitoringEvent \
-              selectionfile=selection.xml \
-              headerfiles="../TrigMonitoringEvent/TrigMonitoringEventDict.h"
-
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-end_private
diff --git a/Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/Makefile b/Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/Makefile
deleted file mode 100644
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/requirements
deleted file mode 100644
index 255f750b783c35bd526eef34ac6c0a745717cbd2..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigMonitoringEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-package TrigMonitoringEventTPCnv 
-
-use AtlasPolicy          AtlasPolicy-*
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities  AthenaPoolUtilities-*	    Database/AthenaPOOL
-use TrigMonitoringEvent	 TrigMonitoringEvent-*	    Trigger/TrigEvent
-
-branches TrigMonitoringEventTPCnv src
-
-library TrigMonitoringEventTPCnv *.cxx
-apply_pattern tpcnv_library
-
-private
-
-use AthenaKernel         AthenaKernel-*             Control
-use AtlasReflex		 AtlasReflex-*		    External
-
-apply_pattern lcgdict dict=TrigMonitoringEventTPCnv  \
-  selectionfile=selection.xml \
-  headerfiles="../TrigMonitoringEventTPCnv/TrigMonitoringEventTPCnvDict.h"
-
-end_private
diff --git a/Trigger/TrigEvent/TrigMuonEvent/cmt/requirements b/Trigger/TrigEvent/TrigMuonEvent/cmt/requirements
deleted file mode 100755
index c3eaa798d8a1a8a4844fd9960e230e64c07c42fa..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigMuonEvent/cmt/requirements
+++ /dev/null
@@ -1,70 +0,0 @@
-package TrigMuonEvent
-
-author Alessandro Di Mattia <alessandro.dimattia@roma1.infn.it>
-author Stefano Giagu        <stefano.giagu@cern.ch>
-
-use	AtlasPolicy	AtlasPolicy-*
-use     GaudiInterface  GaudiInterface-*    External
-use	CLIDSvc		CLIDSvc-*	    Control
-use	EventKernel	EventKernel-*	    Event
-use	FourMom		FourMom-*	    Event
-use	Particle	Particle-*	    Reconstruction
-use	Navigation	Navigation-*	    Control
-use	TrigInDetEvent  TrigInDetEvent-*    Trigger/TrigEvent
-use 	DataModel       DataModel-*         Control
-use     SGTools         SGTools-*           Control
-
-
-library TrigMuonEvent *.cxx
-
-apply_pattern installed_library 
-
-
-private
-use	AtlasReflex		AtlasReflex-*		External -no_auto_imports
-use  MuonSegment        MuonSegment-*           MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use  MuonPattern        MuonPattern-*           MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use  MuidEvent          MuidEvent-*             Reconstruction/MuonIdentification
-use  TrigNavigation        TrigNavigation-*        Trigger/TrigEvent
-use  xAODMuon		   xAODMuon-*		   Event/xAOD
-use  xAODTrigMuon		   xAODTrigMuon-*		   Event/xAOD
-
-#do not remove dependency on TrigSerialize* from the private section of the requirements
-#it is needed for generating of the convertors (checkreq should not complain about it anymore)
-use TrigSerializeUtils  TrigSerializeUtils-*    Trigger/TrigDataAccess
-
-#
-
-use  AthenaKernel       AthenaKernel-*          Control         
-
-apply_pattern lcgdict dict=TrigMuonEvent_c selectionfile=selection_c.xml \
-	headerfiles="../TrigMuonEvent/TrigMuonEvent_cDict.h"
-
-apply_pattern lcgdict dict=TrigMuonEvent selectionfile=selection.xml \
-	headerfiles="../TrigMuonEvent/TrigMuonEventDict.h" \
-    dataLinks="MuonFeature CombinedMuonFeature IsoMuonFeature TrigMuonClusterFeature TrigMuonEFContainer TileMuFeature TileTrackMuFeature TrigMuonEFIsolationContainer"  \
-	elementLinks="MuonFeatureContainer CombinedMuonFeatureContainer IsoMuonFeatureContainer TrigMuonClusterFeatureContainer TileMuFeatureContainer TileTrackMuFeatureContainer TrigMuonEFInfoContainer"
-
-apply_pattern sercnv \
-files="-s=${TrigMuonEvent_root}/TrigMuonEvent MuonFeature.h MuonFeatureContainer.h \
-					      CombinedMuonFeature.h CombinedMuonFeatureContainer.h \
-					      IsoMuonFeature.h IsoMuonFeatureContainer.h \
-					      TrigMuonClusterFeature.h TrigMuonClusterFeatureContainer.h \
-					      TrigMuonEF.h TrigMuonEFContainer.h \
-					      TileMuFeature.h TileMuFeatureContainer.h \
-					      TileTrackMuFeature.h TileTrackMuFeatureContainer.h \
-					      TrigMuonEFTrack.h TrigMuonEFCbTrack.h \
-					      TrigMuonEFInfo.h TrigMuonEFInfoContainer.h \
-					      TrigMuonEFInfoTrack.h TrigMuonEFInfoTrackContainer.h  \
-					      TrigMuonEFIsolation.h TrigMuonEFIsolationContainer.h \
-					      MuonFeatureDetails.h MuonFeatureDetailsContainer.h" 
-
-apply_pattern sercnv \
-libtag="xAOD" \
-typesWithNamespace="xAOD::MuonContainer xAOD::MuonAuxContainer xAOD::L2StandAloneMuonContainer xAOD::L2StandAloneMuonAuxContainer xAOD::L2CombinedMuonContainer xAOD::L2CombinedMuonAuxContainer xAOD::L2IsoMuonContainer xAOD::L2IsoMuonAuxContainer" \
-files="-s=${xAODMuon_root}/xAODMuon MuonContainer.h MuonAuxContainer.h \
-       -s=${xAODTrigMuon_root}/xAODTrigMuon L2StandAloneMuonContainer.h L2StandAloneMuonAuxContainer.h L2CombinedMuonContainer.h L2CombinedMuonAuxContainer.h L2IsoMuonContainer.h L2IsoMuonAuxContainer.h"
-
-use TestTools      TestTools-*         AtlasTest
-apply_pattern UnitTest_run unit_test=Operators extrapatterns=".*"
-end_private
diff --git a/Trigger/TrigEvent/TrigMuonEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigMuonEventTPCnv/cmt/requirements
deleted file mode 100644
index 07d9d727e11e1de0907bbb5dee72b2a81fb66be8..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigMuonEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,76 +0,0 @@
-package TrigMuonEventTPCnv
-
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-author Fabrizio Salvatore  <P.F.Salvatore@sussex.ac.uk>
-
-use AtlasPolicy          AtlasPolicy-*
-
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities  AthenaPoolUtilities-*	    Database/AthenaPOOL
-use EventCommonTPCnv     EventCommonTPCnv-*         Event
-use DataModel		 DataModel-*		    Control
-use DataModelAthenaPool  DataModelAthenaPool-*      Control
-use FourMom              FourMom-*                  Event
-use TrigMuonEvent        TrigMuonEvent-*            Trigger/TrigEvent
-use TrigInDetEventTPCnv  TrigInDetEventTPCnv-*      Trigger/TrigEvent
-use Particle		 Particle-*		    Reconstruction
-use TrigInDetEventTPCnv  TrigInDetEventTPCnv-*   Trigger/TrigEvent
-
-branches TrigMuonEventTPCnv src
-
-library TrigMuonEventTPCnv *.cxx
-apply_pattern tpcnv_library
-
-
-private
-
-use GaudiInterface       GaudiInterface-*           External
-use AtlasReflex		 AtlasReflex-*		    External
-use AthenaKernel         AthenaKernel-*             Control
-use CxxUtils             CxxUtils-*                 Control
-use SGTools              SGTools-*                  Control
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigMuonEventTPCnv  \
-  selectionfile=selection.xml \
-  headerfiles="../TrigMuonEventTPCnv/TrigMuonEventTPCnvDict.h"
-
-apply_pattern lcgdict dict=OLD_TrigMuonEventTPCnv  \
-  selectionfile=OLD_selection.xml \
-  headerfiles="../TrigMuonEventTPCnv/TrigMuonEventTPCnvDict.h"
-
-end_private
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=CombinedMuonFeatureCnv_p2
-apply_pattern UnitTest_run unit_test=CombinedMuonFeatureCnv_p3
-apply_pattern UnitTest_run unit_test=CombinedMuonFeatureCnv_p4
-apply_pattern UnitTest_run unit_test=IsoMuonFeatureCnv_p3
-apply_pattern UnitTest_run unit_test=MuonFeatureCnv_p1
-apply_pattern UnitTest_run unit_test=MuonFeatureCnv_p2
-apply_pattern UnitTest_run unit_test=MuonFeatureCnv_p3
-apply_pattern UnitTest_run unit_test=MuonFeatureDetailsCnv_p1
-apply_pattern UnitTest_run unit_test=MuonFeatureDetailsCnv_p2
-apply_pattern UnitTest_run unit_test=TileMuFeatureCnv_p1
-apply_pattern UnitTest_run unit_test=TileMuFeatureCnv_p2
-apply_pattern UnitTest_run unit_test=TileTrackMuFeatureCnv_p2
-apply_pattern UnitTest_run unit_test=TileTrackMuFeatureCnv_p3
-apply_pattern UnitTest_run unit_test=TrigMuonClusterFeatureCnv_p1
-apply_pattern UnitTest_run unit_test=TrigMuonEFCbTrackCnv_p5
-apply_pattern UnitTest_run unit_test=TrigMuonEFCbTrackCnv_p6
-apply_pattern UnitTest_run unit_test=TrigMuonEFCbTrackCnv_p7
-apply_pattern UnitTest_run unit_test=TrigMuonEFCnv_p1
-apply_pattern UnitTest_run unit_test=TrigMuonEFCnv_p2
-apply_pattern UnitTest_run unit_test=TrigMuonEFInfoCnv_p4
-apply_pattern UnitTest_run unit_test=TrigMuonEFInfoCnv_p5
-apply_pattern UnitTest_run unit_test=TrigMuonEFInfoTrackCnv_p1
-apply_pattern UnitTest_run unit_test=TrigMuonEFIsolationCnv_p1
-apply_pattern UnitTest_run unit_test=TrigMuonEFIsolationCnv_p2
-apply_pattern UnitTest_run unit_test=TrigMuonEFTrackCnv_p5
-apply_pattern UnitTest_run unit_test=TrigMuonEFTrackCnv_p6
-
diff --git a/Trigger/TrigEvent/TrigNavStructure/cmt/Makefile.RootCore b/Trigger/TrigEvent/TrigNavStructure/cmt/Makefile.RootCore
deleted file mode 100644
index 97bb5e3ff56ad8bcfaeb27734b1b1ac12e1fa810..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigNavStructure/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,24 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = TrigNavStructure
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = -lboost_regex
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = Asg_Boost AsgTools
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOGRID   = 
-PACKAGE_PEDANTIC = 0
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_REFLEX   = 0
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigEvent/TrigNavStructure/cmt/requirements b/Trigger/TrigEvent/TrigNavStructure/cmt/requirements
deleted file mode 100644
index 336f8a876a41d08d92826a8a1191f140851a4447..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigNavStructure/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigNavStructure
-author  Tomasz Bold
-
-## for athena policies: this has to be the first use statement
-use AtlasPolicy    AtlasPolicy-*
-use AtlasBoost     AtlasBoost-*        External
-use AsgTools	   AsgTools-*	       Control/AthToolSupport
-#use xAODCore	   xAODCore-*	       Event/xAOD
-use AthContainers  AthContainers-*     Control
-
-## Build an installed library:
-library TrigNavStructure ../Root/*.cxx
-apply_pattern installed_library
-
-private
-
-# Private dependencies:
-
-# Set up the package's unit tests:
-use TestTools      TestTools-*         AtlasTest
-#apply_pattern UnitTest_run unit_test=ut_build_trignav extrapatterns=".*"
-#apply_pattern UnitTest_run unit_test=ut_features extrapatterns=".*"
-#apply_pattern UnitTest_run unit_test=ut_serializer extrapatterns=".*"
-apply_pattern UnitTest_run unit_test=ut_iterators extrapatterns=".*"
-
-end_private
diff --git a/Trigger/TrigEvent/TrigNavTools/cmt/requirements b/Trigger/TrigEvent/TrigNavTools/cmt/requirements
deleted file mode 100755
index 0271ce6e5c615106eec4522d7c6d755dfbb10686..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigNavTools/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package TrigNavTools
-
-author Ben Smith <bcsmith@fas.harvard.edu> 
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  AthenaKernel               AthenaKernel-*                  Control
-use  TrigNavigation             TrigNavigation-*                Trigger/TrigEvent
-use  TrigDecisionTool           TrigDecisionTool-*              Trigger/TrigAnalysis
-
-
-
-private
-use  AtlasBoost                 AtlasBoost-*                    External
-use  GaudiInterface             GaudiInterface-*                External
-use  StoreGate                  StoreGate-*                     Control
-use  TrigConfHLTData            TrigConfHLTData-*               Trigger/TrigConfiguration
-
-
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  xAODTrigger          	xAODTrigger-*             	Event/xAOD
-use DerivationFrameworkInterfaces   DerivationFrameworkInterfaces-*    PhysicsAnalysis/DerivationFramework
-end_private
-
-#library
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="__init__.py TrigNavToolsConfig.py"
diff --git a/Trigger/TrigEvent/TrigNavigation/cmt/requirements b/Trigger/TrigEvent/TrigNavigation/cmt/requirements
deleted file mode 100644
index f79c2eecd423680d56373df9dfc0a9ca6990b16c..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigNavigation/cmt/requirements
+++ /dev/null
@@ -1,62 +0,0 @@
-package TrigNavigation
-author Tomasz.Bold@cern.ch
-
-use  AtlasPolicy                AtlasPolicy-*
-
-use  AtlasBoost                 AtlasBoost-*                    External
-use  AtlasROOT                  AtlasROOT-*                     External
-use  GaudiInterface             GaudiInterface-*                External
-use  CLIDSvc                    CLIDSvc-*                       Control
-use  StoreGate                  StoreGate-*                     Control
-use  SGTools                    SGTools-*                       Control
-use  AthContainers              AthContainers-*                 Control
-use  AthLinks                   AthLinks-*                      Control
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  TrigStorageDefinitions     TrigStorageDefinitions-*        Trigger/TrigEvent
-use  TrigNavStructure           TrigNavStructure-*              Trigger/TrigEvent
-use  AsgTools			AsgTools-*			Control/AthToolSupport
-private
-use  TrigSerializeResult        TrigSerializeResult-*           Trigger/TrigDataAccess
-use  AthContainersInterfaces    AthContainersInterfaces-*       Control
-use  CxxUtils                   CxxUtils-*                      Control
-
-
-public
-apply_pattern dual_use_library files=*.cxx
-#library TrigNavigation *.cxx
-#apply_pattern installed_library
-#apply_pattern declare_non_standard_include name=doc
-apply_pattern declare_python_modules files="*.py"
-
-
-private
-use     TrigConfHLTData     TrigConfHLTData-*       Trigger/TrigConfiguration
-use     xAODCore                  xAODCore-*        Event/xAOD # for tests only
-use     TrigSerializeCnvSvc TrigSerializeCnvSvc-*   Trigger/TrigDataAccess
-use     AtlasReflex               AtlasReflex-*          External -no_auto_import
-use     RootUtils           RootUtils-*             Control
-use     AthContainersRoot   AthContainersRoot-*     Control
-
-
-
-
-# UnitTest programs
-apply_pattern declare_joboptions files="test.txt navigation2dot.py"
-
-use TestTools      TestTools-*         AtlasTest
-apply_pattern UnitTest_run unit_test=TriggerElement
-apply_pattern UnitTest_run unit_test=Holder extrapatterns="^ClassIDSvc *VERBOSE|added entry for CLID|TStreamerInfo for|no dictionary for class"
-apply_pattern UnitTest_run unit_test=Registration extrapatterns="when retrieved"
-
-apply_pattern UnitTest_run unit_test=Ownership extrapatterns="when retrieved"
-
-apply_pattern UnitTest_run unit_test=HLTNavigation extrapatterns="when retrieved"
-apply_pattern UnitTest_run unit_test=RoICache extrapatterns="when retrieved"
-
-
-
-apply_pattern lcgdict dict=TrigNavigation selectionfile=selection.xml headerfiles="../TrigNavigation/TrigNavigationDict.h" \
-  extralibfiles=../test/dict/*.cxx
-
-end_private
diff --git a/Trigger/TrigEvent/TrigParticle/cmt/requirements b/Trigger/TrigEvent/TrigParticle/cmt/requirements
deleted file mode 100755
index fe85e5116db74beac824b6723516247f1110f6d3..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigParticle/cmt/requirements
+++ /dev/null
@@ -1,107 +0,0 @@
-package TrigParticle
-
-author Ricardo Goncalo <r.goncalo@rhul.ac.uk>
-
-# general stuff:
-use AtlasPolicy	 	AtlasPolicy-*
-use CLIDSvc		CLIDSvc-* 		Control
-use AthContainers 	AthContainers-*      Control
-use AthLinks 	        AthLinks-*           Control
-use Navigation          Navigation-*         Control
-use EventKernel         EventKernel-*        Event
-use FourMom             FourMom-*            Event
-
-# TrigInDetTrack:
-use TrigInDetEvent 	TrigInDetEvent-* 	Trigger/TrigEvent
-
-# TrigEMCluster:
-use TrigCaloEvent	TrigCaloEvent-*   	Trigger/TrigEvent
-
-
-# for TrigEFBjet:
-use Particle		Particle-*		Reconstruction
-use VxVertex		VxVertex-*		Tracking/TrkEvent
-
-public
-
-use SGTools             SGTools-*               Control
-# 
-
-# library
-library TrigParticle *.cxx
-
-apply_pattern installed_library
-
-# Pattern to build the dict lib. 
-private	
-use AtlasReflex   	AtlasReflex-*   	External -no_auto_imports
-use TrigSerializeUtils  TrigSerializeUtils-*    Trigger/TrigDataAccess
-
-# Trigger Navigation
-use TrigNavigation	TrigNavigation-* 	Trigger/TrigEvent
-
-# TrigEMCluster:
-use CaloGeoHelpers      CaloGeoHelpers-*        Calorimeter
-
-# EF storage items
-use JetEvent 		JetEvent-* 		Reconstruction/Jet
-use egammaEvent         egammaEvent-*		Reconstruction/egamma
-use tauEvent		tauEvent-*		Reconstruction
-
-use xAODTau             xAODTau-*               Event/xAOD
-use xAODJet             xAODJet-*               Event/xAOD
-use xAODTrigEgamma      xAODTrigEgamma-*        Event/xAOD
-use xAODEgamma		xAODEgamma-*		Event/xAOD
-use xAODBTagging        xAODBTagging-*          Event/xAOD
-
-
-apply_pattern lcgdict dict=TrigParticle selectionfile=selection.xml headerfiles="../TrigParticle/TrigParticleDict.h" \
-    dataLinks="TrigTau TrigPhotonContainer TrigEFBjetContainer TrigL2BjetContainer" \
-    elementLinks="TrigL2BphysContainer TrigEFBphysContainer TrigElectronContainer"
-
-
-#the list should be kept in sync with TrigParticleStorageDefinitions.cxx
-apply_pattern sercnv \
-typesWithNamespace="Analysis::TauJetContainer Analysis::TauDetailsContainer" \
-files="-s=${TrigParticle_root}/TrigParticle TrigElectron.h TrigElectronContainer.h \
-                                            TrigPhoton.h TrigPhotonContainer.h \
-                                            TrigTau.h TrigTauContainer.h \
-                                            TrigL2Bjet.h TrigL2BjetContainer.h \
-                                            TrigEFBjet.h TrigEFBjetContainer.h \
-                                            TrigL2Bphys.h TrigL2BphysContainer.h \
-                                            TrigEFBphys.h TrigEFBphysContainer.h \
-           -s=${egammaEvent_root}/egammaEvent egammaContainer.h egDetailContainer.h \
-           -s=${tauEvent_root}/tauEvent TauJetContainer.h TauDetailsContainer.h \
-           -s=${JetEvent_root}/JetEvent JetCollection.h \
-           -s=${JetEvent_root}/JetEvent JetMomentMap.h JetMomentMapCollection.h \
-           -s=${JetEvent_root}/JetEvent JetKeyDescriptor.h JetKeyDescriptorCollection.h"
-
-#the list should be kept in sync with TrigParticleStorageDefinitions.cxx
-apply_pattern sercnv \
-libtag="xAOD" \
-typesWithNamespace="xAOD::TauJetContainer xAOD::TauJetAuxContainer \
-                    xAOD::TauTrackContainer xAOD::TauTrackAuxContainer \
-                    xAOD::JetContainer xAOD::JetTrigAuxContainer \
-                    xAOD::TrigPhotonContainer xAOD::TrigPhotonAuxContainer \
-                    xAOD::TrigElectronContainer xAOD::TrigElectronAuxContainer \
-                    xAOD::ElectronContainer xAOD::ElectronAuxContainer \
-                    xAOD::PhotonContainer xAOD::PhotonAuxContainer \
-		    xAOD::ElectronTrigAuxContainer xAOD::PhotonTrigAuxContainer \
-		    xAOD::BTaggingContainer xAOD::BTaggingTrigAuxContainer \
-                    xAOD::BTagVertexContainer xAOD::BTagVertexAuxContainer" \
-    files="-s=${xAODTau_root}/xAODTau TauJetContainer.h TauJetAuxContainer.h TauTrackContainer.h TauTrackAuxContainer.h \
-           -s=${xAODJet_root}/xAODJet JetContainer.h JetTrigAuxContainer.h \
-           -s=${xAODTrigEgamma_root}/xAODTrigEgamma TrigPhotonContainer.h TrigPhotonAuxContainer.h \
-	   					    TrigElectronContainer.h TrigElectronAuxContainer.h \
-						    ElectronTrigAuxContainer.h PhotonTrigAuxContainer.h \
-           -s=${xAODEgamma_root}/xAODEgamma ElectronContainer.h ElectronAuxContainer.h \
-	   				    PhotonContainer.h PhotonAuxContainer.h \
-           -s=${xAODBTagging_root}/xAODBTagging BTaggingContainer.h BTaggingTrigAuxContainer.h \
-						BTagVertexContainer.h BTagVertexAuxContainer.h"
-
-
-#Storage has also  DataVector<INavigable4Momentum>
-
-
-end_private
-
diff --git a/Trigger/TrigEvent/TrigParticleTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigParticleTPCnv/cmt/requirements
deleted file mode 100644
index 3614e5c9fe5d66beefbed7f335ead51e34d3cea0..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigParticleTPCnv/cmt/requirements
+++ /dev/null
@@ -1,76 +0,0 @@
-package TrigParticleTPCnv
-
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-author Fabrizio Salvatore  <P.F.Salvatore@sussex.ac.uk>
-
-use AtlasPolicy          AtlasPolicy-*
-#use CLIDSvc              CLIDSvc-*                  Control
-
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities  AthenaPoolUtilities-*	    Database/AthenaPOOL
-use EventCommonTPCnv     EventCommonTPCnv-*         Event
-#use DataModel		 DataModel-*		    Control
-use DataModelAthenaPool  DataModelAthenaPool-*      Control
-#use RootConversions      RootConversions-*          Database/AthenaPOOL
-
-
-# use statements for data packages
-use FourMom              FourMom-*               Event
-use TrigParticle	 TrigParticle-*	         Trigger/TrigEvent
-use TrigCaloEvent	 TrigCaloEvent-*	 Trigger/TrigEvent
-use TrigInDetEvent	 TrigInDetEvent-*	 Trigger/TrigEvent
-use TrigCaloEventTPCnv	 TrigCaloEventTPCnv-*    Trigger/TrigEvent
-use TrigInDetEventTPCnv	 TrigInDetEventTPCnv-*   Trigger/TrigEvent
-
-use Particle		Particle-*		Reconstruction
-use TrackParticleTPCnv	TrackParticleTPCnv-*	Reconstruction
-
-branches TrigParticleTPCnv src
-
-library TrigParticleTPCnv *.cxx
-apply_pattern tpcnv_library
-
-
-private
-
-use AtlasReflex		 AtlasReflex-*		    External
-use GaudiInterface       GaudiInterface-*           External
-use AtlasCLHEP           AtlasCLHEP-*               External
-use AthenaKernel         AthenaKernel-*             Control
-use SGTools              SGTools-*                  Control
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigParticleTPCnv \
-  selectionfile=selection.xml \
-  headerfiles="../TrigParticleTPCnv/TrigParticleTPCnvDict.h"
-
-
-apply_pattern lcgdict dict=OLD_TrigParticleTPCnv  \
-  selectionfile=OLD_selection.xml \
-  headerfiles="../TrigParticleTPCnv/TrigParticleTPCnvDict.h"
-
-end_private
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=TrigEFBjetCnv_p1
-apply_pattern UnitTest_run unit_test=TrigEFBjetCnv_p2
-apply_pattern UnitTest_run unit_test=TrigEFBphysCnv_p1
-apply_pattern UnitTest_run unit_test=TrigEFBphysCnv_p2
-apply_pattern UnitTest_run unit_test=TrigEFBphysCnv_p3
-apply_pattern UnitTest_run unit_test=TrigElectronCnv_p2
-apply_pattern UnitTest_run unit_test=TrigElectronCnv_p3
-apply_pattern UnitTest_run unit_test=TrigL2BjetCnv_p1
-apply_pattern UnitTest_run unit_test=TrigL2BjetCnv_p2
-apply_pattern UnitTest_run unit_test=TrigL2BjetCnv_p3
-apply_pattern UnitTest_run unit_test=TrigL2BphysCnv_p1
-apply_pattern UnitTest_run unit_test=TrigL2BphysCnv_p2
-apply_pattern UnitTest_run unit_test=TrigL2BphysCnv_p3
-apply_pattern UnitTest_run unit_test=TrigPhotonCnv_p2
-apply_pattern UnitTest_run unit_test=TrigPhotonCnv_p3
-apply_pattern UnitTest_run unit_test=TrigTauCnv_p1
-apply_pattern UnitTest_run unit_test=TrigTauCnv_p2
-apply_pattern UnitTest_run unit_test=TrigTauCnv_p3
diff --git a/Trigger/TrigEvent/TrigRoiConversion/cmt/Makefile.RootCore b/Trigger/TrigEvent/TrigRoiConversion/cmt/Makefile.RootCore
deleted file mode 100644
index 486a7c6b5725f720614c82f4e5ffa043e509a403..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigRoiConversion/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,51 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-# the name of the package:
-PACKAGE          = TrigRoiConversion
-
-# the list of packages we depend on:
-PACKAGE_DEP      = TrigSteeringEvent xAODTrigger
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD  = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS = 
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS  = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS = 
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP   = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS  = 
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT    = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC     = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX   = 0
-
-include $(ROOTCOREDIR)/Makefile-common
\ No newline at end of file
diff --git a/Trigger/TrigEvent/TrigRoiConversion/cmt/requirements b/Trigger/TrigEvent/TrigRoiConversion/cmt/requirements
deleted file mode 100644
index e63eb8437cc9ffa7f220196f7c90daddb1ddde4d..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigRoiConversion/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package TrigRoiConversion
-
-author Mark Sutton <sutt@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-use TrigSteeringEvent	  TrigSteeringEvent-*            Trigger/TrigEvent
-# use IRegionSelector     IRegionSelector-*            DetectorDescription
-
-use AsgTools            AsgTools-*                      Control/AthToolSupport
-
-private
-
-use AthenaBaseComps	AthenaBaseComps-*		Control
-
-# use AthenaKernel          AthenaKernel-*               Control
-use GaudiInterface          GaudiInterface-*             External
-# use AtlasBoost            AtlasBoost-*                 External
-# use AtlasCLHEP            AtlasCLHEP-*                 External
-# use ByteStreamCnvSvcBase  ByteStreamCnvSvcBase-*       Event
-# use TrigNavigation        TrigNavigation-*             Trigger/TrigEvent
-# use RoiDescriptor         RoiDescriptor-*              DetectorDescription
-use xAODTrigger             xAODTrigger-*                Event/xAOD
-
-
-# library TrigRoiConversion *.cxx ../Root/*.cxx components/*.cxx
-apply_pattern dual_use_library files="../Root/*.cxx ../src/*.cxx"
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
diff --git a/Trigger/TrigEvent/TrigSteeringEvent/cmt/Makefile.RootCore b/Trigger/TrigEvent/TrigSteeringEvent/cmt/Makefile.RootCore
deleted file mode 100644
index 9f5690e00e8965ac035d62a49eb9173ef7281996..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigSteeringEvent/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,25 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = TrigSteeringEvent
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP = EventLoop TrigConfL1Data AsgTools TrigConfHLTData RoiDescriptor
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOGRID   = 
-PACKAGE_PEDANTIC = 0
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_REFLEX   = 0
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigEvent/TrigSteeringEvent/cmt/requirements b/Trigger/TrigEvent/TrigSteeringEvent/cmt/requirements
deleted file mode 100644
index 39acad3e383ca8ddbc9f749d8ac1c4a724ceb3ae..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigSteeringEvent/cmt/requirements
+++ /dev/null
@@ -1,79 +0,0 @@
-package TrigSteeringEvent
-
-use AtlasPolicy         AtlasPolicy-*
-use CLIDSvc             CLIDSvc-*                Control
-use GaudiInterface      GaudiInterface-*         External
-use SGTools             SGTools-*                Control
-use TrigConfHLTData     TrigConfHLTData-*        Trigger/TrigConfiguration
-
-use_ifndef pplist="XAOD_ANALYSIS" pkg="External/DataCollection"
-# use_ifndef pplist="XAOD_ANALYSIS" pkg="DetectorDescription/RoiDescriptor"
-use RoiDescriptor       RoiDescriptor-*          DetectorDescription
-
-use xAODCore		xAODCore-*		 Event/xAOD
-use AsgTools		AsgTools-*		 Control/AthToolSupport
-use AthContainers	AthContainers-*		 Control
-
-library TrigSteeringEvent ../Root/*.cxx *.cxx
-apply_pattern installed_library
-#apply_pattern dual_use_library files="../Root/*.cxx ../src/*.cxx"
-
-macro_prepend TrigSteeringEvent_linkopts " $(notAsNeeded_linkopt)"
-macro_append  TrigSteeringEvent_linkopts " $(asNeeded_linkopt)"
-
-use AthenaKernel        AthenaKernel-*           Control
-
-private
-#use xAODTrigger         xAODTrigger-*            Event/xAOD 
-use_ifndef pplist="XAOD_ANALYSIS" pkg="Event/xAOD/xAODTrigger"
-
-use AtlasReflex         AtlasReflex-*            External -no_auto_import
-use_ifndef pplist="XAOD_ANALYSIS" pkg="Trigger/TrigDataAccess/TrigSerializeUtils"
-use_ifndef pplist="XAOD_ANALYSIS" pkg="Trigger/TrigT1/TrigT1Interfaces"
-use_ifndef pplist="XAOD_ANALYSIS" pkg="Trigger/TrigEvent/TrigNavigation"
-
-
-pattern dummypattern \
-  macro dummymacro "dummyvalue_<selectionfile>_<dict>_<headerfiles>_<dataLinks>_<files>_<typesWithNamespace>_<libtag>"
-
-#macro dictpatternname			"lcgdict" \
-#		      AthAnalysisBase		"dummypattern"
-
-macro sercnvpatternname			"sercnv" \
-		      AthAnalysisBase	"dummypattern"
-      		  
-
-apply_pattern lcgdict dict=TrigSteeringEvent selectionfile="selection.xml" \
-        headerfiles="../TrigSteeringEvent/TrigSteeringEventDict.h" \
-        dataLinks="TrigRoiDescriptor TrigSuperRoi"
-
-apply_pattern $(sercnvpatternname) typesWithNamespace="LVL1::RecJetRoI LVL1::RecJetEtRoI LVL1::RecEmTauRoI LVL1::RecEnergyRoI LVL1::RecMuonRoI \
-	      			   	xAOD::TrigCompositeContainer xAOD::TrigCompositeAuxContainer" \
-                                         files="-s=${TrigSteeringEvent_root}/TrigSteeringEvent TrigRoiDescriptor.h TrigSuperRoi.h \
-                                         TrigPassFlags.h  TrigPassFlagsCollection.h \
-                                         TrigRoiDescriptorCollection.h\
-                                         TrigSuperRoiCollection.h\
-                                         TrigOperationalInfo.h TrigOperationalInfoCollection.h \
-                                         TrigPassBits.h TrigPassBitsCollection.h \
-                                         -s=${TrigT1Interfaces_root}/TrigT1Interfaces RecJetRoI.h RecEmTauRoI.h \
-                                         RecEnergyRoI.h RecJetEtRoI.h RecMuonRoI.h \
-					 -s=${xAODTrigger_root}/xAODTrigger TrigCompositeContainer.h TrigCompositeAuxContainer.h"
-
-apply_pattern $(sercnvpatternname) \
-libtag="xAOD" \
-typesWithNamespace="xAOD::TrigPassBits xAOD::TrigPassBitsContainer xAOD::TrigPassBitsAuxContainer" \
-files="-s=${xAODTrigger_root}/xAODTrigger TrigPassBitsContainer.h TrigPassBitsAuxContainer.h"
-
-
-use TestTools      TestTools-*         AtlasTest
-apply_pattern UnitTest_run unit_test=Enums
-apply_pattern UnitTest_run unit_test=Operators
-apply_pattern UnitTest_run unit_test=Truncation
-apply_pattern UnitTest_run unit_test=TrigPassBits
-apply_pattern UnitTest_run unit_test=HLTExtraData
-apply_pattern UnitTest_run unit_test=StringSerializer
-
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-end_private
diff --git a/Trigger/TrigEvent/TrigSteeringEventAthenaPool/cmt/requirements b/Trigger/TrigEvent/TrigSteeringEventAthenaPool/cmt/requirements
deleted file mode 100644
index 698f479a3ff6eda003cefc5ee3cc0b67823e396b..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigSteeringEventAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,48 +0,0 @@
-package TrigSteeringEventAthenaPool
-author NLAA
-author will
-
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*        External
-use AthenaPoolUtilities  AthenaPoolUtilities-*   Database/AthenaPOOL
-
-# use statements for data packages
-use TrigSteeringEvent    TrigSteeringEvent-*     Trigger/TrigEvent
-
-# use statement for converters
-private
-use TrigSteeringEventTPCnv    TrigSteeringEventTPCnv-*     Trigger/TrigEvent
-end_private
-
-macro TrigSteeringEventAthenaPool_whattocompile "TrigRoiDescriptor.h TrigRoiDescriptorCollection.h TrigPassBits.h TrigPassBitsCollection.h TrigPassFlags.h TrigPassFlagsCollection.h GenericResult.h Lvl1Result.h HLTResult.h TrigOperationalInfo.h TrigOperationalInfoCollection.h" AthAnalysisBase "TrigRoiDescriptor.h TrigRoiDescriptorCollection.h  TrigPassBits.h TrigPassBitsCollection.h TrigPassFlags.h TrigPassFlagsCollection.h TrigOperationalInfo.h TrigOperationalInfoCollection.h"
-
-
-apply_pattern poolcnv typesWithNamespace="HLT::HLTResult LVL1CTP::Lvl1Result" \
-      files="-s=${TrigSteeringEvent_root}/TrigSteeringEvent $(TrigSteeringEventAthenaPool_whattocompile)"
-
-apply_pattern declare_joboptions files="*.py"
-
-private
-use TestTools            TestTools-*                AtlasTest -no_auto_imports
-
-
-apply_pattern athenarun_test \
-   name="TrigSteeringEventAthenaPool_15.6.1" \
-   options="TrigSteeringEventAthenaPool/TrigSteeringEventAthenaPool_15.6.1_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigSteeringEventAthenaPool_15.6.1" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigSteeringEventAthenaPool_15.6.1"
-
-
-apply_pattern athenarun_test \
-   name="TrigSteeringEventAthenaPool_18.0.0" \
-   options="TrigSteeringEventAthenaPool/TrigSteeringEventAthenaPool_18.0.0_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigSteeringEventAthenaPool_18.0.0" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigSteeringEventAthenaPool_18.0.0"
-
-
-apply_pattern athenarun_test \
-   name="TrigSteeringEventAthenaPool_20.1.7.2" \
-   options="TrigSteeringEventAthenaPool/TrigSteeringEventAthenaPool_20.1.7.2_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigSteeringEventAthenaPool_20.1.7.2" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigSteeringEventAthenaPool_20.1.7.2"
-
diff --git a/Trigger/TrigEvent/TrigSteeringEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigSteeringEventTPCnv/cmt/requirements
deleted file mode 100644
index 88d7472589886a6598bcea9584228e7625e5fbe2..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigSteeringEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,67 +0,0 @@
-package TrigSteeringEventTPCnv
-
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-author Fabrizio Salvatore  <P.F.Salvatore@sussex.ac.uk>
-
-use AtlasPolicy          AtlasPolicy-*
-private
-use AtlasReflex		     AtlasReflex-*              External
-use AthenaKernel         AthenaKernel-*             Control
-end_private
-#use CLIDSvc              CLIDSvc-*                  Control
-
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities  AthenaPoolUtilities-*	    Database/AthenaPOOL
-#use EventCommonTPCnv     EventCommonTPCnv-*         Event
-#use DataModel		 DataModel-*		    Control
-#use DataModelAthenaPool  DataModelAthenaPool-*      Control
-#use RootConversions      RootConversions-*          Database/AthenaPOOL
-
-
-# use statements for data packages
-#use FourMom              FourMom-*               Event
-use TrigSteeringEvent    TrigSteeringEvent-*     Trigger/TrigEvent
-
-#use Particle		Particle-*		Reconstruction
-#use TrackParticleTPCnv	TrackParticleTPCnv-*	Reconstruction
-
-
-private
-use GaudiInterface	  GaudiInterface-*              External
-end_private
-
-branches TrigSteeringEventTPCnv src
-
-macro TrigSteeringEventTPCnv_whattocompile "*.cxx"
-
-library TrigSteeringEventTPCnv $(TrigSteeringEventTPCnv_whattocompile)
-apply_pattern tpcnv_library
-
-
-private
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigSteeringEventTPCnv \
-  selectionfile=selection.xml \
-  headerfiles="../TrigSteeringEventTPCnv/TrigSteeringEventTPCnvDict.h"
-
-apply_pattern lcgdict dict=OLD_TrigSteeringEventTPCnv \
-  selectionfile=OLD_selection.xml \
-  headerfiles="../TrigSteeringEventTPCnv/TrigSteeringEventTPCnvDict.h"
-
-end_private
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=HLTResultCnv_p1
-apply_pattern UnitTest_run unit_test=Lvl1ResultCnv_p2
-apply_pattern UnitTest_run unit_test=TrigOperationalInfoCnv_p1
-apply_pattern UnitTest_run unit_test=TrigPassBitsCnv_p1
-apply_pattern UnitTest_run unit_test=TrigPassFlagsCnv_p1
-apply_pattern UnitTest_run unit_test=TrigRoiDescriptorCnv_p1
-apply_pattern UnitTest_run unit_test=TrigRoiDescriptorCnv_p2
-apply_pattern UnitTest_run unit_test=TrigRoiDescriptorCnv_p3
diff --git a/Trigger/TrigEvent/TrigStorageDefinitions/cmt/requirements b/Trigger/TrigEvent/TrigStorageDefinitions/cmt/requirements
deleted file mode 100644
index fb3d0109f004e8992e108d4fc20d9cb67e96d5f2..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigStorageDefinitions/cmt/requirements
+++ /dev/null
@@ -1,40 +0,0 @@
-package TrigStorageDefinitions
-
-author lukas.heinrich@cern.ch
-
-public
-use  AtlasPolicy                AtlasPolicy-*
-use  AthLinks                   AthLinks-*                      Control
-use  AthContainers              AthContainers-*                 Control
-use  Navigation                 Navigation-*                    Control
-use  AtlasBoost                 AtlasBoost-*                    External
-use  xAODCaloEvent              xAODCaloEvent-*                 Event/xAOD
-use  xAODEgamma                 xAODEgamma-*                    Event/xAOD
-use  xAODTracking		        xAODTracking-*			        Event/xAOD
-use  xAODMuon			        xAODMuon-*			            Event/xAOD
-use  xAODTau			        xAODTau-*			            Event/xAOD
-use  xAODJet			        xAODJet-*			            Event/xAOD
-use  xAODTrigBphys              xAODTrigBphys-*                 Event/xAOD
-use  xAODTrigMissingET          xAODTrigMissingET-*             Event/xAOD
-use  xAODTrigEgamma		        xAODTrigEgamma-*		        Event/xAOD
-use  xAODTrigMuon               xAODTrigMuon-*                  Event/xAOD
-use  xAODTrigCalo		        xAODTrigCalo-*                  Event/xAOD
-use  xAODTrigMinBias		    xAODTrigMinBias-*               Event/xAOD
-use  xAODBTagging               xAODBTagging-*                  Event/xAOD
-use  xAODTrigRinger             xAODTrigRinger-*                Event/xAOD
-use  xAODTrigger                xAODTrigger-*                   Event/xAOD
-use  xAODTrigL1Calo             xAODTrigL1Calo-*                   Event/xAOD
-use  xAODHIEvent             xAODHIEvent-*                   Event/xAOD
-
-private
-use TestTools                   TestTools-*                     AtlasTest
-
-# Inform cmake that this package is a metalibrary so that its clients have access to the
-# libraries and headerfiles of packages that this one depends on. Transparent to CMT.
-apply_pattern cmake_add_command command=metalibrary
-
-apply_pattern UnitTest_run unit_test=TypeInformation
-apply_pattern UnitTest_run unit_test=ListMap
-apply_pattern UnitTest_run unit_test=NewEDMMap
-apply_pattern UnitTest_run unit_test=Basic
-
diff --git a/Trigger/TrigEvent/TrigThinning/cmt/requirements b/Trigger/TrigEvent/TrigThinning/cmt/requirements
deleted file mode 100644
index 76c8cdad0f021da84e892d229f50bcbf62fad75b..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigThinning/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package TrigThinning
-author  Tomasz Bold
-
-## for athena policies: this has to be the first use statement
-use AtlasPolicy 	AtlasPolicy-*
-
-branches src src/components python
-
-private
-use AthenaBaseComps AthenaBaseComps-* Control
-use DerivationFrameworkInterfaces   DerivationFrameworkInterfaces-*    PhysicsAnalysis/DerivationFramework
-use AthenaKernel               AthenaKernel-*                  Control
-use GaudiInterface GaudiInterface-* External
-
-# for EDM on which we work
-use xAODTrigEgamma xAODTrigEgamma-* Event/xAOD
-
-
-library TrigThinning *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-end_private
-
-
diff --git a/Trigger/TrigEvent/TrigThinning/cmt/version.cmt b/Trigger/TrigEvent/TrigThinning/cmt/version.cmt
deleted file mode 100644
index 680d6fa7316042fb56aa6cf36a9335aebafc7d1a..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigThinning/cmt/version.cmt
+++ /dev/null
@@ -1 +0,0 @@
-TrigThinning-r615256
diff --git a/Trigger/TrigEvent/TrigTopoEvent/cmt/requirements b/Trigger/TrigEvent/TrigTopoEvent/cmt/requirements
deleted file mode 100644
index 7fac554943c9cf0a955a9778af6f4720d7d07a58..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigTopoEvent/cmt/requirements
+++ /dev/null
@@ -1,57 +0,0 @@
-package TrigTopoEvent
-author Pavel Jez <Pavel.Jez@cern.ch>
-
-# general stuff:
-use AtlasPolicy         AtlasPolicy-*
-use CLIDSvc             CLIDSvc-*               Control
-use DataModel           DataModel-*             Control
-use GaudiInterface      GaudiInterface-*        External
-
-# TrigInDetTrack:
-use TrigInDetEvent      TrigInDetEvent-*        Trigger/TrigEvent
-
-# TrigEMCluster:
-use TrigCaloEvent       TrigCaloEvent-*         Trigger/TrigEvent
-
-# EF storage items
-use egammaEvent         egammaEvent-*           Reconstruction/egamma
-use TrigParticle        TrigParticle-*          Trigger/TrigEvent
-
-#EgMuTopoInfo
-use TrigMuonEvent       TrigMuonEvent-*         Trigger/TrigEvent
-
-#Tau
-use tauEvent            tauEvent-*              Reconstruction
-
-use SGTools             SGTools-*               Control
-# 
-
-private
-
-use EventPrimitives     EventPrimitives-*       Event
-use TrigNavigation        TrigNavigation-*        Trigger/TrigEvent
-
-public
-
-# library
-library TrigTopoEvent *.cxx
-
-apply_pattern installed_library
-
-# Pattern to build the dict lib. 
-private
-use AtlasReflex         AtlasReflex-*           External -no_auto_imports
-use TrigSerializeUtils  TrigSerializeUtils-*    Trigger/TrigDataAccess
-
-apply_pattern lcgdict dict=TrigTopoEvent selectionfile=selection.xml  headerfiles="../TrigTopoEvent/TrigTopoEventDict.h" \
-              dataLinks="ElectronMuonTopoInfo" elementLinks="ElectronMuonTopoInfoContainer"
-
-#the list should be kept in sync with TrigParticleStorageDefinitions.cxx                                                                                                                                                                                                             
-apply_pattern sercnv files="-s=${TrigTopoEvent_root}/TrigTopoEvent ElectronMuonTopoInfo.h ElectronMuonTopoInfoContainer.h"
-#Storage has also  DataVector<INavigable4Momentum>                                                                                                                                                                                                                                   
-                                                                                                                                                                                                                                                                                     
-end_private  
-
-
-
-
diff --git a/Trigger/TrigEvent/TrigTopoEventTPCnv/cmt/Makefile b/Trigger/TrigEvent/TrigTopoEventTPCnv/cmt/Makefile
deleted file mode 100644
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigTopoEventTPCnv/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Trigger/TrigEvent/TrigTopoEventTPCnv/cmt/requirements b/Trigger/TrigEvent/TrigTopoEventTPCnv/cmt/requirements
deleted file mode 100644
index 5e6cd37d21f531b555f75e5b8ede295b70417658..0000000000000000000000000000000000000000
--- a/Trigger/TrigEvent/TrigTopoEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,33 +0,0 @@
-package TrigTopoEventTPCnv
-author Olga Igonkina
-
-use AtlasPolicy          AtlasPolicy-*
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use TrigTopoEvent        TrigTopoEvent-*         Trigger/TrigEvent
-
-
-branches TrigTopoEventTPCnv src
-
-library TrigTopoEventTPCnv *.cxx
-apply_pattern tpcnv_library
-
-private
-use AtlasReflex		 AtlasReflex-*		External
-use AtlasCLHEP           AtlasCLHEP-*           External
-use GaudiInterface       GaudiInterface-*       External
-use AthenaKernel         AthenaKernel-*         Control
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigTopoEventTPCnv \
-  selectionfile=selection.xml \
-  headerfiles="../TrigTopoEventTPCnv/TrigTopoEventTPCnvDict.h"
-
-end_private
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=ElectronMuonTopoInfoCnv_p1
diff --git a/Trigger/TrigFTK/FTK_DataProviderInterfaces/cmt/requirements b/Trigger/TrigFTK/FTK_DataProviderInterfaces/cmt/requirements
deleted file mode 100644
index 5c30997cc9e27d394f1b84eb7433078ed14c26e8..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/FTK_DataProviderInterfaces/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-################################################
-package FTK_DataProviderInterfaces
-
-author Jay Howarth <jhowarth@cern.ch>
-
-public
-use AtlasPolicy		AtlasPolicy-*          
-use AthenaKernel        AthenaKernel-*          Control
-use GaudiInterface	GaudiInterface-*	External
-use AtlasROOT		AtlasROOT-*		External
-use PyJobTransforms 	PyJobTransforms-* 	Tools
-use IRegionSelector     IRegionSelector-*        DetectorDescription
-
-use AtlasReconstructionRunTime AtlasReconstructionRunTime-*
-use AtlasPolicy                AtlasPolicy-*
-use GaudiInterface             GaudiInterface-*           External
-use TrigFTK_RawData	       TrigFTK_RawData-*          Trigger/TrigFTK
-use TrkTrack		       TrkTrack-*		  Tracking/TrkEvent
-use xAODTracking        xAODTracking-*          Event/xAOD 
-
-# Create an interface library in the CMake build:
-apply_pattern cmake_add_command command=metalibrary
diff --git a/Trigger/TrigFTK/FTK_DataProviderSvc/cmt/requirements b/Trigger/TrigFTK/FTK_DataProviderSvc/cmt/requirements
deleted file mode 100644
index 70abfbe6d53bbae2dac8965eee44c2a99bd0daea..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/FTK_DataProviderSvc/cmt/requirements
+++ /dev/null
@@ -1,57 +0,0 @@
-################################################
-package FTK_DataProviderSvc
-
-author Jay Howarth <jhowarth@cern.ch>
-
-public
-use AtlasPolicy			AtlasPolicy-*
-use GaudiInterface		GaudiInterface-*		External
-use AtlasROOT			AtlasROOT-*			External
-use AthenaBaseComps     	AthenaBaseComps-*       	Control
-use StoreGate           	StoreGate-*             	Control
-use PyJobTransforms 		PyJobTransforms-* 		Tools
-#use InDetPrepRawData     	InDetPrepRawData-*     		InnerDetector/InDetRecEvent
-
-use AtlasReconstructionRunTime 	AtlasReconstructionRunTime-*
-use AtlasPolicy                	AtlasPolicy-*
-use GaudiInterface             	GaudiInterface-*        	External
-use TrigFTK_RawData	       	TrigFTK_RawData-*       	Trigger/TrigFTK
-use FTK_DataProviderInterfaces 	FTK_DataProviderInterfaces-* 	Trigger/TrigFTK
-#TrkTrack and VxVertec need to be public for Collection typedef 
-use TrkTrack		       	TrkTrack-*		    	Tracking/TrkEvent
-#use TrkViews		       	TrkViews-*		    	Tracking/TrkEvent
-use xAODTracking                xAODTracking-*            	Event/xAOD
-#use xAODViews                	xAODViews-*           		Event/xAOD
-use InDetPrepRawData 		InDetPrepRawData-* 		InnerDetector/InDetRecEvent
-use InDetRIO_OnTrack           	InDetRIO_OnTrack-*         	InnerDetector/InDetRecEvent
-
-private
-use AtlasCLHEP      		AtlasCLHEP-*        	External
-use EventInfo                  EventInfo-*                Event
-use AtlasDetDescr              AtlasDetDescr-*            DetectorDescription
-use GeoPrimitives              GeoPrimitives-*            DetectorDescription
-use InDetIdentifier            InDetIdentifier-*          InnerDetector/InDetDetDescr
-use InDetReadoutGeometry       InDetReadoutGeometry-*     InnerDetector/InDetDetDescr
-use TrkEventPrimitives         TrkEventPrimitives-*       Tracking/TrkEvent
-use TrkParameters              TrkParameters-*            Tracking/TrkEvent
-use TrkRIO_OnTrack             TrkRIO_OnTrack-*           Tracking/TrkEvent
-use PixelConditionsServices    PixelConditionsServices-*  InnerDetector/InDetConditions
-use TrkFitterInterfaces        TrkFitterInterfaces-*      Tracking/TrkFitter 
-use TrkFitterUtils             TrkFitterUtils-*           Tracking/TrkFitter 
-use TrkToolInterfaces		TrkToolInterfaces-*        Tracking/TrkTools
-use TrkTrackSummary            TrkTrackSummary-*          Tracking/TrkEvent
-use InDetRecToolInterfaces InDetRecToolInterfaces-* InnerDetector/InDetRecTools
-use TrkTruthData                TrkTruthData-*               Tracking/TrkEvent
-use GeneratorObjects            GeneratorObjects-*           Generators 
-use AtlasHepMC                  AtlasHepMC-*                 External 
-use FTK_RecToolInterfaces      FTK_RecToolInterfaces-*     Trigger/TrigFTK
-use IRegionSelector            IRegionSelector-*           DetectorDescription 
-use RoiDescriptor              RoiDescriptor-*             DetectorDescription 
-
-# Add transform
-apply_pattern declare_job_transforms tfs='*_tf.py' jo='skeleton.*.py'
-#end_private
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_xmls extras="-s=../share *.dtd *.xml"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigFTK/FTK_RecExample/cmt/requirements b/Trigger/TrigFTK/FTK_RecExample/cmt/requirements
deleted file mode 100755
index e8f887d6d989b6f52814b48157d1b7c6866d3b3d..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/FTK_RecExample/cmt/requirements
+++ /dev/null
@@ -1,13 +0,0 @@
-package FTK_RecExample
-
-author John Baines <John.Baines@cern.ch>
-
-use AtlasPolicy AtlasPolicy-*
-
-
-apply_pattern declare_python_modules files="*.py"
-
-branches run share
-
-apply_pattern declare_joboptions files="**.py"
-
diff --git a/Trigger/TrigFTK/FTK_RecToolInterfaces/cmt/requirements b/Trigger/TrigFTK/FTK_RecToolInterfaces/cmt/requirements
deleted file mode 100644
index 234dc57470877d6a6e53950c8de783cf9ce90c0e..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/FTK_RecToolInterfaces/cmt/requirements
+++ /dev/null
@@ -1,17 +0,0 @@
-################################################
-package FTK_RecToolInterfaces
-
-author Rui Wang <Rui.Wang@cern.ch>
-
-public
-use AtlasPolicy		AtlasPolicy-*          
-use GaudiInterface	GaudiInterface-*	External
-use AtlasROOT		AtlasROOT-*		External
-use PyJobTransforms 	PyJobTransforms-* 	Tools
-
-use AtlasReconstructionRunTime AtlasReconstructionRunTime-*
-use AtlasPolicy                AtlasPolicy-*
-use GaudiInterface             GaudiInterface-*           External
-use TrigFTK_RawData	           TrigFTK_RawData-*          Trigger/TrigFTK
-use TrkTrack		               TrkTrack-*		              Tracking/TrkEvent
-use xAODTracking               xAODTracking-*             Event/xAOD 
diff --git a/Trigger/TrigFTK/FTK_RecTools/cmt/requirements b/Trigger/TrigFTK/FTK_RecTools/cmt/requirements
deleted file mode 100644
index b64c4e8e9b9eea7dffabf4f1a18896df37bba38b..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/FTK_RecTools/cmt/requirements
+++ /dev/null
@@ -1,36 +0,0 @@
-################################################
-package FTK_RecTools
-
-author Rui Wang <Rui.Wang@cern.ch>
-
-public
-use AtlasPolicy		AtlasPolicy-*
-use GaudiInterface	GaudiInterface-*	External
-use AtlasROOT		AtlasROOT-*		External
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use PyJobTransforms 	PyJobTransforms-* 	Tools
-use FTK_RecToolInterfaces FTK_RecToolInterfaces-* Trigger/TrigFTK
-#use AtlasReconstructionRunTime AtlasReconstructionRunTime-*
-#use AtlasPolicy                AtlasPolicy-*
-use GaudiInterface             GaudiInterface-*           External
-use TrigFTK_RawData	           TrigFTK_RawData-*          Trigger/TrigFTK
-use FTK_DataProviderInterfaces FTK_DataProviderInterfaces-* Trigger/TrigFTK
-########use FTK_DataProviderSvc FTK_DataProviderSvc-* Trigger/TrigFTK
-
-#TrkTrack and VxVertec need to be public for Collection typedef 
-use TrkTrack		               TrkTrack-*		  Tracking/TrkEvent
-use VxVertex                   VxVertex-*       Tracking/TrkEvent
-use xAODTracking               xAODTracking-*             Event/xAOD 
-use TrkVxEdmCnv                TrkVxEdmCnv-*              Tracking/TrkVertexFitter
-
-private
-use TrkParameters    TrkParameters-*   Tracking/TrkEvent
-
-# Add transform
-apply_pattern declare_job_transforms tfs='*_tf.py' jo='skeleton.*.py'
-#end_private
-#####apply_pattern declare_runtime extras="../share/FTK_DataProviderLoad.py"
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_xmls extras="-s=../share *.dtd *.xml"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigFTK/FastTrackSimWrap/cmt/requirements b/Trigger/TrigFTK/FastTrackSimWrap/cmt/requirements
deleted file mode 100644
index 6971b93c784e548e133e49d7ff558691cf59bb7a..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/FastTrackSimWrap/cmt/requirements
+++ /dev/null
@@ -1,85 +0,0 @@
-package FastTrackSimWrap
-
-# This algorithm is used to extract all needed information from
-# Athena for use in the standalone FTK simulation. Eventually an
-# Athena-based FTK simulation will exist and this code will
-# disappear.
-
-author Monica Dunford <mdunford@hep.uchicago.edu>
-author Antonio Boveia <boveia@hep.uchicago.edu>
-author Guido Volpi <guido.volpi@cern.ch>
-
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasROOT		AtlasROOT-*		External
-use TrigFTKSim		TrigFTKSim-*		Trigger/TrigFTK
-use AtlasReconstructionRunTime AtlasReconstructionRunTime-*
-use AtlasPolicy                AtlasPolicy-*
-use GeneratorObjects           GeneratorObjects-*         Generators
-#use TruthHelper                TruthHelper-*              Generators/GenAnalysisTools
-#use HepMC                      HepMC-*                    Simulation
-use InDetPrepRawData           InDetPrepRawData-*         InnerDetector/InDetRecEvent
-use TrigCaloEvent              TrigCaloEvent-*            Trigger/TrigEvent
-use TrigDecisionTool           TrigDecisionTool-*         Trigger/TrigAnalysis
-use TrkTrack                   TrkTrack-*                 Tracking/TrkEvent
-use TrkTruthData               TrkTruthData-*             Tracking/TrkEvent
-#use TrkTruthToTrack            TrkTruthToTrack-*          Tracking/TrkTools
-use TrkTrackSummaryTool        TrkTrackSummaryTool-*      Tracking/TrkTools
-use TrkToolInterfaces          TrkToolInterfaces-*        Tracking/TrkTools
-#use TruthTools                 TruthTools-*               Generators/GenAnalysisTools
-#use Particle                   Particle-*                 Reconstruction
-#use iPatRecEvent               iPatRecEvent-*             Reconstruction/iPat
-#use iPatTruthTrajectory        iPatTruthTrajectory-*      Reconstruction/iPat
-#use iPatTrackParameters        iPatTrackParameters-*      Reconstruction/iPat
-#use iPatInterfaces             iPatInterfaces-*           Reconstruction/iPat
-#use iPatTrajectory             iPatTrajectory-*           Reconstruction/iPat
-use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions
-#use Boost                     v*                         LCG_Interfaces
-use AtlasBoost		       AtlasBoost-*		  External
-use TrigFTKToolInterfaces     TrigFTKToolInterfaces-*     Trigger/TrigTools
-use TrigFTKTrackConverter     TrigFTKTrackConverter-*     Trigger/TrigTools
-use InDetIdentifier            InDetIdentifier-*          InnerDetector/InDetDetDescr
-
-#use dcache_client             v*                         LCG_Interfaces
-
-private 
-use GaudiInterface             GaudiInterface-*           External
-use AtlasDetDescr              AtlasDetDescr-*            DetectorDescription
-use AtlasHepMC                 AtlasHepMC-*               External
-use EventInfo                  EventInfo-*                Event
-use HepPDT                     v*                         LCG_Interfaces
-use IdDict                     IdDict-*                   DetectorDescription
-use InDetBeamSpotService       InDetBeamSpotService-*     InnerDetector/InDetConditions
-use InDetRawData               InDetRawData-*             InnerDetector/InDetRawEvent
-use InDetReadoutGeometry       InDetReadoutGeometry-*     InnerDetector/InDetDetDescr
-use InDetSimData               InDetSimData-*             InnerDetector/InDetRawEvent
-use IdDictDetDescr             IdDictDetDescr-*           DetectorDescription
-use Identifier                 Identifier-*               DetectorDescription
-use StoreGate                  StoreGate-*                Control
-use TileIdentifier             TileIdentifier-*           TileCalorimeter
-use TrkSpacePoint              TrkSpacePoint-*            Tracking/TrkEvent
-use EventPrimitives            EventPrimitives-*          Event
-#use TrkParameters              TrkParameters-*            Tracking/TrkEvent
-use TrkRIO_OnTrack             TrkRIO_OnTrack-*           Tracking/TrkEvent
-use VxVertex                   VxVertex-*                 Tracking/TrkEvent
-
-use PixelCabling               PixelCabling-*             InnerDetector/InDetDetDescr
-use SCT_Cabling                SCT_Cabling-*              InnerDetector/InDetDetDescr
-end_private
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*jobOptions*.py"
-apply_pattern declare_runtime files="*.dat"
-
-# fix missing libboost_iostreams interface in LCGCMT in 13.0.40
-#macro Boost_linkopts_iostreams " -lboost_iostreams-gcc-mt-$(Boost_file_version) " \
-#      Darwin                         " -lboost_iostreams-d-$(Boost_file_version) " \
-#      WIN32                          "  boost_iostreams-vc71-mt-$(Boost_file_version).lib "
-
-# fix missing libboost_iostreams in LCGCMT in 15.2.0 
-#macro Boost_linkopts_iostreams " -lboost_iostreams-$(Boost_compiler_version)-mt " \
-#      target-darwin            " -lboost_iostreams-$(Boost_compiler_version)-$(Boost_file_version) " \
-#      target-winxp             "  boost_iostreams-$(Boost_compiler_version)-$(Boost_file_version).lib "
-
-private
-macro_append Boost_linkopts " $(Boost_linkopts_iostreams) "
-
diff --git a/Trigger/TrigFTK/TrigFTKByteStream/cmt/requirements b/Trigger/TrigFTK/TrigFTKByteStream/cmt/requirements
deleted file mode 100644
index 0eb0f29ce1793cfc0f601d65b90ee4e7963f7d57..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTKByteStream/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package TrigFTKByteStream
-
-author Bartosz Mindur <bartosz.mindur@cern.ch>
-author Tomasz Bold <tomasz.bold@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-use GaudiInterface        GaudiInterface-*             External
-use DataCollection        DataCollection-*	       External
-
-use AthenaBaseComps      AthenaBaseComps-*             Control
-use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-*        Event
-use ByteStreamData       ByteStreamData-*              Event
-use TrigFTK_RawData      TrigFTK_RawData-*             Trigger/TrigFTK
-
-use PyJobTransforms 	PyJobTransforms-* 	Tools
-
-# Specify the required tdaq-common components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_write DataWriter)"
-
-library TrigFTKByteStream *.cxx components/*.cxx
-apply_pattern component_library
-
-
-private
-use AthenaKernel          AthenaKernel-*          Control
-use StoreGate             StoreGate-*             Control
-use TestPolicy            TestPolicy-*
-use TestTools             TestTools-*             AtlasTest
-apply_pattern CppUnit name=FTKEncodeDecode_test files="-s=../test FTKEncodeDecode_CppUnit.cxx"
-
-apply_pattern declare_job_transforms tfs='*_tf.py' jo='skeleton.*.py'
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_xmls extras="-s=../share *.dtd *.xml"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigFTK/TrigFTKPool/cmt/requirements b/Trigger/TrigFTK/TrigFTKPool/cmt/requirements
deleted file mode 100644
index 73c72152339d942f141df6330b9470df3dd9ce41..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTKPool/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package TrigFTKPool
-
-author Guido Volpi <guido.volpi@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-use CLIDSvc               CLIDSvc-*               Control
-use DataModel             DataModel-*             Control
-
-private
-use AthenaPoolCnvSvc      AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities   AthenaPoolUtilities-*      Database/AthenaPOOL
-use AtlasROOT             AtlasROOT-*                External
-end_private
-
-# Specify required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore)"
-
-library TrigFTKPool *.cxx
-apply_pattern installed_library
-
-macro_append TrigFTKPoolPoolCnv_dependencies " TrigFTKPool "
-
-private
-use AtlasReflex             AtlasReflex-*            External -no_auto_imports
-
-#apply_pattern lcgdict dict=TrigFTKEventPool selectionfile=selection.xml navigables="ExampleHitContainer" headerfiles="-s=${TrigFTKEventPool_root}/TrigFTKEventPool TrigFTKEventPoolDict.h"
-apply_pattern lcgdict dict=TrigFTKPool selectionfile=selection.xml headerfiles="-s=${TrigFTKPool_root}/TrigFTKPool TrigFTKPoolDict.h"
-
-apply_pattern poolcnv files="-s=${TrigFTKPool_root}/TrigFTKPool FTKTestData.h FTKAthTrackContainer.h FTKTrackFitterStats.h"
\ No newline at end of file
diff --git a/Trigger/TrigFTK/TrigFTKSim/cmt/requirements b/Trigger/TrigFTK/TrigFTKSim/cmt/requirements
deleted file mode 100644
index 0fa583984b5ec3eacb01ac08590d1bf71ff9c9ad..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTKSim/cmt/requirements
+++ /dev/null
@@ -1,155 +0,0 @@
-################################################
-package TrigFTKSim 
-
-author Guido Volpi <guido.volpi@cern.ch>
-
-use AtlasPolicy AtlasPolicy-*
-use GaudiInterface GaudiInterface-* External
-use AtlasROOT		AtlasROOT-*		External
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use HepPDT                     v*                         LCG_Interfaces
-use StoreGate	StoreGate-*	Control
-use PileUpTools	 	PileUpTools-*	Control
-use InDetBeamSpotService       InDetBeamSpotService-*     InnerDetector/InDetConditions
-use TrigFTKPool TrigFTKPool-* Trigger/TrigFTK
-use PyJobTransforms PyJobTransforms-* Tools
-
-use AtlasReconstructionRunTime AtlasReconstructionRunTime-*
-use AtlasPolicy                AtlasPolicy-*
-use GaudiInterface             GaudiInterface-*           External
-use InDetIdentifier            InDetIdentifier-*          InnerDetector/InDetDetDescr
-use InDetPrepRawData           InDetPrepRawData-*         InnerDetector/InDetRecEvent
-use InDetReadoutGeometry       InDetReadoutGeometry-*     InnerDetector/InDetDetDescr
-use StoreGate                  StoreGate-*                Control
-use TrkParticleBase	       TrkParticleBase-*	  Tracking/TrkEvent
-
-use TrkTruthData               TrkTruthData-*             Tracking/TrkEvent
-use TrkTrackSummaryTool        TrkTrackSummaryTool-*      Tracking/TrkTools
-use TrkToolInterfaces          TrkToolInterfaces-*        Tracking/TrkTools
-use TrkExInterfaces 	       TrkExInterfaces-*          Tracking/TrkExtrapolation
-use TrkParameters	       TrkParameters-*		  Tracking/TrkEvent
-use Particle                   Particle-*                 Reconstruction
-use InDetConditionsSummaryService InDetConditionsSummaryService-* InnerDetector/InDetConditions
-use TrigInDetEvent 	       TrigInDetEvent-*		  Trigger/TrigEvent
-use AtlasBoost		       AtlasBoost-*		  External
-
-use AtlasTBB        AtlasTBB-*     External
-
-use TrkTrack	TrkTrack-* Tracking/TrkEvent
-use AtlasEigen     AtlasEigen-*        External
-
-private
-use NavFourMom         NavFourMom-*            Event
-#use TrkEventPrimitives	       TrkEventPrimitives-*	  Tracking/TrkEvent
-use TrkMeasurementBase 		TrkMeasurementBase-* 		Tracking/TrkEvent
-use TrkRIO_OnTrack		TrkRIO_OnTrack-*	Tracking/TrkEvent
-use IdDictDetDescr             IdDictDetDescr-*           DetectorDescription
-use AtlasHepMC                 AtlasHepMC-*               External
-use EventInfo                  EventInfo-*                Event
-use GeneratorObjects           GeneratorObjects-*         Generators
-use InDetRawData               InDetRawData-*             InnerDetector/InDetRawEvent
-use InDetSimData               InDetSimData-*             InnerDetector/InDetRawEvent
-
-use TrigFTKToolInterfaces      TrigFTKToolInterfaces-*    Trigger/TrigTools
-
-end_private
-
-apply_tag  ROOTBasicLibs
-apply_tag  ROOTMathLibs
-apply_tag  ROOTSTLDictLibs
-apply_tag  ROOTGraphicsLibs
-apply_tag  ROOTTableLibs
-
-# Specify the required ROOT components (cmake-specific)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Matrix)"
-
-# Declare that Boost iostreams are available (cmake-specific)
-apply_pattern cmake_add_command command="add_definitions(-DHAVE_BOOST_IOSTREAMS)"
-
-## install librariesz`
-#apply_pattern component_library
-
-apply_pattern declare_joboptions files="-k=.*job[Oo]ptions.py *.py"
-apply_pattern generic_declare_for_link kind=ftkmapfiles prefix=share/ftk_configuration/map_files files="../config/map_file/raw_7L.pmap ../config/map_file/raw_7L_unused.pmap ../config/map_file/raw_8Lc.pmap ../config/map_file/raw_8Lc_unused.pmap ../config/map_file/raw_11L.pmap ../config/map_file/raw_7L.rmap ../config/map_file/raw_11L.rmap   ../config/map_file/raw_11L.tmap  ../config/map_file/raw_8LcIbl123.pmap ../config/map_file/raw_8LcIbl3D123.pmap ../config/map_file/raw_12Libl.pmap ../config/map_file/raw_8LcIbl123_unused.pmap ../config/map_file/raw_12Libl.tmap ../config/map_file/raw_12LiblHW.pmap ../config/map_file/raw_8LcIbl123.moduleidmap ../config/map_file/raw_12LiblHW.moduleidmap ../config/map_file/raw_12Libl.moduleidmap ../config/map_file/raw_12Libl3D.pmap ../config/map_file//raw_12Libl3D.tmap ../config/map_file/raw_12Libl3DTempv0.tmap ../config/map_file/raw_12Libl3D_WA.tmap ../config/map_file/raw_12Libl64TmodB_3D_t1.tmap ../config/map_file/raw_12LiblHW3D.pmap ../config/map_file/raw_12Libl32TmodB.tmap ../config/map_file/raw_12Libl64TmodB.tmap ../config/map_file/raw_12Libl32TmodB_3D_t13.tmap ../config/map_file/raw_12Libl64TmodB_3D_t13.tmap ../config/map_file/raw_12LiblHW_32.moduleidmap ../config/map_file/raw_8LcIbl123_32.moduleidmap ../config/map_file/raw_ITkExample.tmap ../config/map_file/raw_ITkExample.pmap ../config/map_file/raw_8LcIbl3D123.moduleidmap ../config/map_file/raw_12Libl3D.moduleidmap"
-apply_pattern generic_declare_for_link kind=ftkssdefs prefix=share/ftk_configuration/ss_files files="../config/ss_file/raw_24x20x36.ss ../config/ss_file/raw_30x32x72Ibl-p567x64.ss ../config/ss_file/raw_48x40x36.ss ../config/ss_file/raw_unused.ss ../config/ss_file/raw_15x16x36.ss ../config/ss_file/raw_15x16x36unused.ss  ../config/ss_file/raw_30x32x36.ss ../config/ss_file/raw_30x32x72.ss ../config/ss_file/raw_50x64x14412LIblunused.ss ../config/ss_file/raw_50x64x14412LIbl.ss ../config/ss_file/raw_15x16x36Ibl.ss ../config/ss_file/raw_15x16x38Ibl.ss ../config/ss_file/raw_30x32x72Ibl.ss ../config/ss_file/raw_15x16x36Iblunused.ss ../config/ss_file/raw_8LcIBL123_unusedmedium.ss ../config/ss_file/raw_8LcIBL123_unusedsmall.ss ../config/ss_file/raw_8LcIBL123_i8s4_unused.ss ../config/ss_file/raw_60x32a64p2x72Ibl.ss ../config/ss_file/raw_60x64x72Ibl.ss ../config/ss_file/raw_30x64x72Ibl.ss ../config/ss_file/raw_ITkExample.ss ../config/ss_file/raw_30x128x72Ibl.ss"
-apply_pattern generic_declare_for_link kind=ftkhwdef prefix=share/ftk_configuration/hwsdev_file files="../config/hwsdev_file/raw_7L.hw ../config/hwsdev_file/raw_11L.hw ../config/hwsdev_file/raw_8Lc.hw ../config/hwsdev_file/raw_8LcIbl123.hw ../config/hwsdev_file/raw_12L.hw ../config/hwsdev_file/raw_ITkExample.hw"
-apply_pattern generic_declare_for_link kind=ftkbadmod prefix=share/ftk_configuration/bad_modules files="../config/bad_modules/empty.bmap"
-
-# Add transform
-#private
-apply_pattern declare_job_transforms tfs='*_tf.py' jo='skeleton.*.py'
-apply_pattern generic_declare_for_link kind=json files="../share/$(package)Signatures.json" prefix=share/JobTransforms
-#end_private
-
-
-################################################
-#Truth Algs
-apply_pattern declare_python_modules files="__init__.py TrigFTKTruthAlgsConfig.py QueryFTKdb.py findInputs.py FTKSimOptions.py"
-
-#################################################
-
-apply_pattern dual_use_library files="FTKRoadFinderAlgo.cxx FTKDumpCondAlgo.cxx \
-	RoadFinder.cxx FTK_SGHitInput.cxx \
-	FTKDetectorTool.cxx FTK_SGRoadOutput.cxx FTK_SGTrackOutput.cxx \
-	FTK_RoadMarketTool.cxx FTK_RoadMarketIO.cxx \
-	FTK_RegionalRawInput.cxx \
-	FTKSplitEncoder.cxx FTKSetup.cxx PatternBank.cxx \
-	FTK_AMBank.cxx atlClustering.cxx FTKRoadFileOutput.cxx \
-	FTKConstantBank.cxx FTKTrackInput.cxx FTKRoadFileInput.cxx \
-	FTK_RawInput.cxx FTKTruthTrack.cxx FTKRawHit.cxx FTKDataInput.cxx \
-	ftkdefs.cxx FTKPMap.cxx FTKRegionMap.cxx FTKSectorMap.cxx \
-	FTKSSMap.cxx ftk_dcap.cxx \
-	FTKRoad.cxx FTKHit.cxx FTKTrack.cxx \
-	FTKRoadStream.cxx FTKRoadKDTree.cxx FTKTrackStream.cxx \
-	FTKSS.cxx MultiTruth.cxx FTKPattern.cxx \
-	tsp/*.cxx FTKMergerAlgo.cxx \
-	TrackFitter.cxx TrackFitter711.cxx \
-        FTKSector711DB.cxx \	
-        FTKTrackFileOutput.cxx FTKTrackFitterAlgo.cxx  \
-        FTKLogging.cxx FTKPatternOneSector.cxx FTKPatternBySector.cxx \
-        FTKPatternWithCoverage.cxx FTKRootFile.cxx FTKMergeRoot.cxx \
-        FTK_AMsimulation_base.cxx FTK_CompressedAMBank.cxx \
-        FTKSteering.cxx"
-
-#########################
-#Stuff for RTT
-#include the TestConfig file
-macro TrigFTKSim_TestConfiguration "../test/TrigFTKSim_TestConfiguration.xml"
-#install all the files for RTT where it can find them (may be redundant for some files?)
-apply_pattern declare_runtime extras= "../test/TrigFTKSim_TestConfiguration.xml ../scripts/rtt_compare.py ../scripts/TrigFTKSM4Un_tf.py ../standalone/plot_simple_dataflow.C ../scripts/TrigFTKTM64SM4Un_tf.py ../scripts/TrigFTKSimITk_tf.py"
-#########################
-
-# the following two lines are required to enable the debug flags
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-application trigftk_efficiency ../standalone/efficiency.cc
-macro_append trigftk_efficiency_dependencies "TrigFTKSimLib"
-
-application trigftk_dataflow ../standalone/dataflow.cc
-macro_append trigftk_dataflow_dependencies "TrigFTKSimLib"
-
-application trigftk_partitionbalancing ../standalone/partitionbalancing.cc
-macro_append trigftk_partitionbalancing_dependencies "TrigFTKSimLib"
-
-private
-
-macro_append Boost_linkopts " $(Boost_linkopts_iostreams) $(Boost_linkopts_program_options) $(Boost_linkopts_filesystem)  "
-macro_append TrigFTKSim_pp_cppflags "-DHAVE_BOOST_IOSTREAMS "
-
-
-#action ftkstandalone_dict "( $(ROOTSYS)/bin/rootcint -f $(bin)TrigFTKSimRootDict.cxx -c -I../TrigFTKSim ../TrigFTKSim/FTKRoad.h ../TrigFTKSim/FTKTruthTrack.h ../TrigFTKSim/FTKRawHit.h ../TrigFTKSim/FTKHit.h ../TrigFTKSim/FTKTrack.h ../TrigFTKSim/FTKRoadStream.h ../TrigFTKSim/FTKTrackStream.h ../TrigFTKSim/FTKSS.h ../TrigFTKSim/MultiTruth.h ../TrigFTKSim/FTKPattern.h ../TrigFTKSim/TrigFTKSimLinkDef.h )"
-#macro_append all_dependencies " ftkstandalone_dict "
-#macro_append TrigFTKSim_dependencies " ftkstandalone_dict "
-#macro_append TrigFTKSimLib_dependencies " ftkstandalone_dict "
-apply_pattern have_root_headers \
-    root_headers="FTKRoad.h FTKTruthTrack.h FTKRawHit.h FTKHit.h FTKTrack.h \
-		  FTKRoadStream.h FTKTrackStream.h FTKSS.h MultiTruth.h \
-		  FTKPattern.h TrigFTKSimLinkDef.h" \
-    headers_lib=TrigFTKSimLib
-
-# Make trf prodsys signatures
-action makeTrfSignatures "makeTrfSignatures.py --output ../share/$(package)Signatures.json"
-macro_append makeTrfSignatures_dependencies " install_tfs_jop "
-macro_append all_dependencies " makeTrfSignatures "
-macro_append check_install_json_dependencies " makeTrfSignatures "
diff --git a/Trigger/TrigFTK/TrigFTK_Monitoring/cmt/requirements b/Trigger/TrigFTK/TrigFTK_Monitoring/cmt/requirements
deleted file mode 100644
index 44d9d1f9ece452a33496c8a910f2ed46137fdb11..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTK_Monitoring/cmt/requirements
+++ /dev/null
@@ -1,33 +0,0 @@
-## automatically generated CMT requirements file
-package TrigFTK_Monitoring
-author  abolz
-
-# public dependencies
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  FTK_DataProviderInterfaces FTK_DataProviderInterfaces-*    Trigger/TrigFTK
-use  TrigInDetAnalysis          TrigInDetAnalysis-*             Trigger/TrigAnalysis
-use  TrigInDetAnalysisUtils     TrigInDetAnalysisUtils-*        Trigger/TrigAnalysis
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  xAODTracking               xAODTracking-*                  Event/xAOD
-
-# private dependencies
-private
-use  EventInfo                  EventInfo-*                     Event
-use  GaudiInterface             GaudiInterface-*                External
-use  TrigNavigation             TrigNavigation-*                Trigger/TrigEvent
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigTimeAlgs               TrigTimeAlgs-*                  Trigger/TrigTools
-end_private
-
-branches src src/components doc python share TrigFTK_Monitoring
-
-## default is to make component library. See: https://twiki.cern.ch/twiki/bin/view/Main/LearningAthena#Libraries_in_CMT for alternatives
-library TrigFTK_Monitoring *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-
-
diff --git a/Trigger/TrigFTK/TrigFTK_RawData/cmt/requirements b/Trigger/TrigFTK/TrigFTK_RawData/cmt/requirements
deleted file mode 100644
index 32d052abaf049c811f2cc52eee724307d9b9d12c..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTK_RawData/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package TrigFTK_RawData
-
-author Jay Howarth <jhowarth@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-use AtlasROOT             AtlasROOT-*             External
-use CLIDSvc               CLIDSvc-*               Control
-use DataModel             DataModel-*             Control
-use SGTools               SGTools-*               Control
-
-private
-use AtlasROOT             AtlasROOT-*                External
-end_private
-
-library TrigFTK_RawData *.cxx
-apply_pattern installed_library
-
-private
-use AtlasReflex             AtlasReflex-*            External -no_auto_imports
-
-apply_pattern lcgdict dict=TrigFTK_RawData \
-	      selectionfile=selection.xml \
-	      headerfiles="../TrigFTK_RawData/TrigFTK_RawDataDict.h" \
-	      dataLinks="FTK_RawTrack FTK_RawPixelCluster FTK_RawSCT_Cluster" \
-	      elementLinks="FTK_RawTrackContainer"
\ No newline at end of file
diff --git a/Trigger/TrigFTK/TrigFTK_RawDataAlgs/cmt/requirements b/Trigger/TrigFTK/TrigFTK_RawDataAlgs/cmt/requirements
deleted file mode 100644
index 4967beac71edb53774240d626967737d9714a16d..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTK_RawDataAlgs/cmt/requirements
+++ /dev/null
@@ -1,51 +0,0 @@
-################################################
-package TrigFTK_RawDataAlgs
-
-author Jay Howarth <jhowarth@cern.ch>
-
-public
-use AtlasPolicy		AtlasPolicy-*          
-#use AthenaKernel        AthenaKernel-*          Control
-use GaudiInterface	GaudiInterface-*	External
-use AtlasROOT		AtlasROOT-*		External
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use PileUpTools	 	PileUpTools-*		Control
-#use StoreGate           StoreGate-*             Control
-use TrigFTKPool 	TrigFTKPool-* 		Trigger/TrigFTK
-use PyJobTransforms 	PyJobTransforms-* 	Tools
-#use InDetPrepRawData     InDetPrepRawData-*     InnerDetector/InDetRecEvent
-
-use AtlasReconstructionRunTime AtlasReconstructionRunTime-*
-use AtlasPolicy                AtlasPolicy-*
-use GaudiInterface             GaudiInterface-*           External
-use TrigFTKSim		       TrigFTKSim-*         	  Trigger/TrigFTK
-use TrigFTK_RawData	       TrigFTK_RawData-*          Trigger/TrigFTK
-use FTK_DataProviderInterfaces FTK_DataProviderInterfaces-* Trigger/TrigFTK
-
-#use PixelConditionsServices    PixelConditionsServices-*  InnerDetector/InDetConditions
-#use TrkFitterUtils             TrkFitterUtils-*           Tracking/TrkFitter 
-#use TrkFitterInterfaces        TrkFitterInterfaces-*      Tracking/TrkFitter 
-use TrkEventPrimitives         TrkEventPrimitives-*       Tracking/TrkEvent
-#use TrkParameters              TrkParameters-*            Tracking/TrkEvent
-
-private
-use EventInfo                  EventInfo-*                Event
-use TrkTrack		       TrkTrack-*		  Tracking/TrkEvent
-use TrkTrackSummary            TrkTrackSummary-*          Tracking/TrkEvent
-use AtlasDetDescr              AtlasDetDescr-*            DetectorDescription
-#use GeoPrimitives              GeoPrimitives-*            DetectorDescription
-use InDetIdentifier            InDetIdentifier-*          InnerDetector/InDetDetDescr
-#use InDetRIO_OnTrack           InDetRIO_OnTrack-*         InnerDetector/InDetRecEvent
-use InDetReadoutGeometry       InDetReadoutGeometry-*     InnerDetector/InDetDetDescr
-#use TrkRIO_OnTrack             TrkRIO_OnTrack-*           Tracking/TrkEvent
-use xAODTracking                xAODTracking-*            Event/xAOD
-use xAODTruth                xAODTruth-*            Event/xAOD
-
-# Add transform
-apply_pattern declare_job_transforms tfs='*_tf.py' jo='skeleton.*.py'
-#end_private
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_xmls extras="-s=../share *.dtd *.xml"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigFTK/TrigFTK_RawDataTPCnv/cmt/requirements b/Trigger/TrigFTK/TrigFTK_RawDataTPCnv/cmt/requirements
deleted file mode 100644
index 9620ac3bf4150e0e2ceed19bfbc992ba0b36f97e..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTK_RawDataTPCnv/cmt/requirements
+++ /dev/null
@@ -1,46 +0,0 @@
-package TrigFTK_RawDataTPCnv
-
-author James Howarth     <jhowarth@cern.ch>
-
-use AtlasPolicy          AtlasPolicy-*
-
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*         Database/AthenaPOOL
-use AthenaPoolUtilities  AthenaPoolUtilities-*	    Database/AthenaPOOL
-#use EventCommonTPCnv     EventCommonTPCnv-*         Event
-#use InDetIdentifier      InDetIdentifier-*          InnerDetector/InDetDetDescr
-#use StoreGate            StoreGate-*                Control
-#use RootConversions      RootConversions-*          Database/AthenaPOOL
-#use Identifier           Identifier-*               DetectorDescription
-
-# use statements for data packages
-#use FourMom              FourMom-*               Event
-use TrigFTK_RawData            TrigFTK_RawData-*          Trigger/TrigFTK
-
-#private
-#use IdDictParser   IdDictParser-*    DetectorDescription
-#end_private
-
-branches TrigFTK_RawDataTPCnv src
-
-library TrigFTK_RawDataTPCnv *.cxx
-apply_pattern tpcnv_library
-
-private
-
-use AthenaKernel         AthenaKernel-*             Control
-use GaudiInterface           GaudiInterface-*                   External
-use AtlasReflex		     AtlasReflex-*		        External
-
-# Create a dictionary for the persistent representation 
-# of transient classes.  If we make a single dictionary,
-# the compiler runs out of memory on the generated source.
-
-apply_pattern lcgdict dict=TrigFTK_RawDataTPCnv \
-  selectionfile=selection.xml \
-  headerfiles="../TrigFTK_RawDataTPCnv/TrigFTK_RawDataTPCnvDict.h"
-
-end_private
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=FTK_RawTrackCnv_p1
diff --git a/Trigger/TrigFTK/TrigFTK_RecAlgs/cmt/requirements b/Trigger/TrigFTK/TrigFTK_RecAlgs/cmt/requirements
deleted file mode 100755
index d13746a08a94fce81b5130a3fca3b255ce112951..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTK_RecAlgs/cmt/requirements
+++ /dev/null
@@ -1,38 +0,0 @@
-package TrigFTK_RecAlgs
-
-author Patricia Conde Muino <Patricia.Conde.Munio@cern.ch>
-
-use AtlasPolicy AtlasPolicy-*
-use GaudiInterface     GaudiInterface-* External
-
-# Trigger dependencies:
-use TrigInterfaces      TrigInterfaces-*           Trigger/TrigSteer
-use FTK_DataProviderInterfaces FTK_DataProviderInterfaces-* Trigger/TrigFTK
-
-library TrigFTK_RecAlgs *.cxx components/*.cxx
-
-
-private
-#use AtlasCLHEP              AtlasCLHEP-*          External
-use EventPrimitives      EventPrimitives-*    Event
-use TrkTrack           TrkTrack-*       Tracking/TrkEvent
-use TrkParticleBase    TrkParticleBase-* Tracking/TrkEvent
-use TrkParameters      TrkParameters-*  Tracking/TrkEvent
-use TrkEventPrimitives TrkEventPrimitives-*  Tracking/TrkEvent
-use xAODTracking                xAODTracking-*            Event/xAOD
-
-# dependencies on other vertexing packages
-use VxVertex            VxVertex-*       Tracking/TrkEvent
-
-#linkage of TrigStorage
-use TrigParticle        TrigParticle-*          Trigger/TrigEvent
-
-#apply_pattern dual_use_library files="*.cxx"
-apply_pattern component_library
-apply_pattern declare_python_modules files ="*.py"
-
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-end_private
-##
diff --git a/Trigger/TrigFTK/TrigFTK_RecExample/cmt/requirements b/Trigger/TrigFTK/TrigFTK_RecExample/cmt/requirements
deleted file mode 100755
index 3a3a768d1a05c71004947b34f3e958f8d4b716d4..0000000000000000000000000000000000000000
--- a/Trigger/TrigFTK/TrigFTK_RecExample/cmt/requirements
+++ /dev/null
@@ -1,13 +0,0 @@
-package TrigFTK_RecExample
-
-author John Baines <John.Baines@cern.ch>
-
-use AtlasPolicy AtlasPolicy-*
-
-
-apply_pattern declare_python_modules files="*.py"
-
-branches run share
-
-apply_pattern declare_joboptions files="**.py"
-
diff --git a/Trigger/TrigFake/cmt/requirements b/Trigger/TrigFake/cmt/requirements
deleted file mode 100755
index 1ff2e033af2496bc8b30a1d1530e3b5980f64780..0000000000000000000000000000000000000000
--- a/Trigger/TrigFake/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigFake
-
-author John Baines <j.baines@rl.ac.uk>
-
-use     AtlasPolicy         AtlasPolicy-*
-use     GaudiInterface      GaudiInterface-*        External
-use     TrigSteeringEvent   TrigSteeringEvent-*     Trigger/TrigEvent
-use     TrigSteering        TrigSteering-*          Trigger/TrigSteer
-use     TrigInDetEvent      TrigInDetEvent-*        Trigger/TrigEvent
-#use     EventInfo           EventInfo-*            Event
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-
-private
-use     AtlasCLHEP          AtlasCLHEP-*            External
-use     AtlasHepMC          AtlasHepMC-*            External
-use     StoreGate           StoreGate-*             Control
-use 	TrigConfHLTData     TrigConfHLTData-*       Trigger/TrigConfiguration
-use 	TrigNavigation      TrigNavigation-*        Trigger/TrigEvent
-use     TrigInterfaces      TrigInterfaces-*        Trigger/TrigSteer
-use     TrigT1Interfaces    TrigT1Interfaces-*      Trigger/TrigT1
-use     TrigT1Result        TrigT1Result-*          Trigger/TrigT1
-use     GeneratorObjects    GeneratorObjects-*      Generators
-
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="jobOfragment_TrigFake.*"
diff --git a/Trigger/TrigHypothesis/TrigBjetHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigBjetHypo/cmt/requirements
deleted file mode 100755
index e937f078e489b445b2384edcfed38c54a1423b47..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigBjetHypo/cmt/requirements
+++ /dev/null
@@ -1,51 +0,0 @@
-package TrigBjetHypo
-
-author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
-
-
-# ============================================================================================
-public
-
-use 	AtlasPolicy         	AtlasPolicy-*
-use 	GaudiInterface 		GaudiInterface-* 		External
-use     TrigInterfaces          TrigInterfaces-*                Trigger/TrigSteer
-use 	TrigTrackJetFinderTool  TrigTrackJetFinderTool-*	Trigger/TrigTools
-use     Particle		Particle-*			Reconstruction
-use     VxSecVertex             VxSecVertex-*                   Tracking/TrkEvent
-use     TrigInDetEvent          TrigInDetEvent-*                Trigger/TrigEvent
-use     xAODBase                xAODBase-*                  	Event/xAOD
-use     xAODTracking            xAODTracking-*             	Event/xAOD
-use     JetCalibTools           JetCalibTools-*                 Reconstruction/Jet
-
-# ============================================================================================
-private
-
-use     EventInfo               EventInfo-*             	Event
-use     AthContainers           AthContainers-*                 Control
-use	GeoPrimitives		GeoPrimitives-*			DetectorDescription
-use	EventPrimitives		EventPrimitives-*		Event
-use     FourMomUtils            FourMomUtils-*                  Event
-use 	AtlasROOT      		AtlasROOT-*         		External
-use     InDetBeamSpotService    InDetBeamSpotService-*          InnerDetector/InDetConditions
-use     JetEvent                JetEvent-*              	Reconstruction/Jet
-use 	VxVertex  	        VxVertex-* 	      		Tracking/TrkEvent
-use	TrigCaloEvent		TrigCaloEvent-*			Trigger/TrigEvent
-use     TrigMuonEvent           TrigMuonEvent-*                 Trigger/TrigEvent
-use     TrigParticle	        TrigParticle-*                  Trigger/TrigEvent
-use 	TrigSteeringEvent       TrigSteeringEvent-*		Trigger/TrigEvent
-use 	TrigNavigation		TrigNavigation-*		Trigger/TrigEvent
-use     xAODJet                 xAODJet-*                       Event/xAOD
-use     xAODMuon                xAODMuon-*                       Event/xAOD
-use     xAODBTagging            xAODBTagging-*              	Event/xAOD
-use 	xAODCore		xAODCore-*			Event/xAOD  
-use     BTagging                BTagging-*                      PhysicsAnalysis/JetTagging/JetTagAlgs
-use     xAODTrigger             xAODTrigger-*                   Event/xAOD/
-
-# ============================================================================================
-public
-
-library TrigBjetHypo *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigHypothesis/TrigBphysHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigBphysHypo/cmt/requirements
deleted file mode 100755
index e7817c6797cacf7419fd40d5e80e4048e8590935..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigBphysHypo/cmt/requirements
+++ /dev/null
@@ -1,57 +0,0 @@
-package TrigBphysHypo
-
-author Natalia Panikashvili <Natalia.Panikashvili@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-private
-use  GaudiInterface             GaudiInterface-*                External
-use  DataModel                DataModel-*                Control
-use  TrigCaloEvent              TrigCaloEvent-*                 Trigger/TrigEvent
-use  TrigInDetEvent             TrigInDetEvent-*                Trigger/TrigEvent
-use  TrigInDetToolInterfaces    TrigInDetToolInterfaces-*       Trigger/TrigTools
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigMuonEvent              TrigMuonEvent-*                 Trigger/TrigEvent
-use  TrigParticle               TrigParticle-*                  Trigger/TrigEvent
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-use  TrigNavigation             TrigNavigation-*                Trigger/TrigEvent
-use  xAODTrigMuon               xAODTrigMuon-*                  Event/xAOD
-use  xAODTrigger                xAODTrigger-*                   Event/xAOD
-#private
-use  TrigTimeAlgs               TrigTimeAlgs-*                  Trigger/TrigTools
-use  TrkTrack                   TrkTrack-*                      Tracking/TrkEvent
-use  xAODMuon                   xAODMuon-*                      Event/xAOD
-use xAODTrigBphys          xAODTrigBphys-*          Event/xAOD
-use TrigBphysicsEvent   TrigBphysicsEvent-*          Trigger/TrigEvent
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AtlasCLHEP                 AtlasCLHEP-*                    External
-use  AtlasROOT                  AtlasROOT-*                     External
-use  EventInfo                  EventInfo-*                     Event
-use  GeneratorObjects           GeneratorObjects-*              Generators
-use  GeoPrimitives              GeoPrimitives-*                 DetectorDescription
-use  InDetBeamSpotService       InDetBeamSpotService-*          InnerDetector/InDetConditions
-use  Particle                   Particle-*                      Reconstruction
-use  StoreGate                  StoreGate-*                     Control
-use  TrkParameters              TrkParameters-*                 Tracking/TrkEvent
-use  TrkVKalVrtFitter           TrkVKalVrtFitter-*              Tracking/TrkVertexFitter
-use  VxVertex                   VxVertex-*                      Tracking/TrkEvent
-use  xAODEventInfo              xAODEventInfo-*                 Event/xAOD
-use  xAODTracking               xAODTracking-*                  Event/xAOD
-use  FourMomUtils	        FourMomUtils-*		        Event
-use  xAODBase 			xAODBase-*   			Event/xAOD
-end_private
-
-
-
-#branches TrigBphysHypo src
-
-library TrigBphysHypo *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_runtime_extras extras="*.xml *.sh *.cfg *.data"
-apply_pattern declare_joboptions files="TriggerConfig*.py TrigBphysHypo*.py jobO*.py"
-apply_pattern declare_python_modules files="*.py"
-
-
diff --git a/Trigger/TrigHypothesis/TrigCaloHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigCaloHypo/cmt/requirements
deleted file mode 100644
index 30ddc833615de8e0782622255c1e75ffd176db00..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigCaloHypo/cmt/requirements
+++ /dev/null
@@ -1,57 +0,0 @@
-
-package TrigCaloHypo
-
-author Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
-
-use     AtlasPolicy             AtlasPolicy-*
-#use    AtlasAIDA               AtlasAIDA-*             External
-#use    CLIDSvc CLIDSvc-*       Control
-use     GaudiInterface          GaudiInterface-*        External
-#use    TrigData                TrigData-*              Trigger/TrigSteer
-use     TrigSteeringEvent       TrigSteeringEvent-*     Trigger/TrigEvent
-
-
-use     TrigTimeAlgs            TrigTimeAlgs-*          Trigger/TrigTools
-#use    TrigT1Interfaces        TrigT1Interfaces-*      Trigger/TrigT1
-#use    TrigSteering            TrigSteering-*          Trigger/TrigSteer
-
-use TrigCaloEvent       TrigCaloEvent-*              Trigger/TrigEvent
-use TrigParticle            TrigParticle-*              Trigger/TrigEvent
-
-#use     JetEvent                JetEvent-*              Reconstruction/Jet
-use     TrigInterfaces          TrigInterfaces-*        Trigger/TrigSteer
-#use     xAODJet                 xAODJet-*                Event/xAOD
-
-#use     TrigSerializeResult     TrigSerializeResult-*   Trigger/TrigDataAccess
-#use     AnalysisTriggerEvent    AnalysisTriggerEvent-*  PhysicsAnalysis/AnalysisTrigger
-use     CaloInterface           CaloInterface-*         Calorimeter
-#use DataCollection     DataCollection-*        External
-
-#apply_pattern cmake_add_command command="find_package(tdaq-common)"
-
-apply_pattern dual_use_library files="*.cxx"
-
-apply_pattern declare_runtime
-apply_pattern declare_joboptions files="jobOfragment_*.py TriggerConfig_*.py"
-apply_pattern declare_python_modules files="*.py"
-
-macro_append TrigCaloHypo_linkopts " $(tdaqc_linkopts) -lhltinterface"
-
-private
-#use     AtlasCLHEP              AtlasCLHEP-*            External
-#use     EventKernel             EventKernel-*           Event
-
-#use     FourMomUtils            FourMomUtils-*          Event
-#use     TrigNavigation          TrigNavigation-*        Trigger/TrigEvent
-#use     TrigMissingEtEvent      TrigMissingEtEvent-*    Trigger/TrigEvent
-use     xAODCaloEvent           xAODCaloEvent-*          Event/xAOD
-use     xAODEventInfo           xAODEventInfo-*         Event/xAOD
-use     LArCellRec              LArCellRec-*            LArCalorimeter
-use     LArRecEvent             LArRecEvent-*           LArCalorimeter
-#use     CaloGeoHelpers          CaloGeoHelpers-*        Calorimeter
-#use     HLTtdaqcommon          *               HLT/HLTExternal
-use     TDAQCPolicy             *
-macro_append TrigCaloHypoLib_shlibflags " $(tdaqc_linkopts) -lhltinterface"
-
-apply_pattern cmake_add_command command="find_package( tdaq-common COMPONENTS hltinterface )"
-
diff --git a/Trigger/TrigHypothesis/TrigEgammaHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigEgammaHypo/cmt/requirements
deleted file mode 100755
index ecec68cf30b2f72f7deebd7c4892407e61631746..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigEgammaHypo/cmt/requirements
+++ /dev/null
@@ -1,69 +0,0 @@
-package TrigEgammaHypo
-
-# General
-use 	AtlasPolicy         	AtlasPolicy-*
-use 	AtlasAIDA 		AtlasAIDA-* 		External
-use 	GaudiInterface 		GaudiInterface-* 	External
-use 	StoreGate       	StoreGate-*             Control
-use 	DataModel       	DataModel-*             Control
-use     AtlasROOT               AtlasROOT-*             External
-
-# Trigger 
-use     TrigTimeAlgs            TrigTimeAlgs-*          Trigger/TrigTools
-use     TrigT1Interfaces    	TrigT1Interfaces-*      Trigger/TrigT1
-use     TrigInterfaces    	TrigInterfaces-*        Trigger/TrigSteer
-use     TrigSteeringEvent     	TrigSteeringEvent-*     Trigger/TrigEvent
-
-# Egamma
-use xAODEgamma                  xAODEgamma-*                    Event/xAOD
-use PATCore                     PATCore-*                     PhysicsAnalysis/AnalysisCommon
-use ElectronPhotonSelectorTools ElectronPhotonSelectorTools-*   PhysicsAnalysis/ElectronPhotonID
-use egammaInterfaces            egammaInterfaces-*            Reconstruction/egamma
-
-# Tracking
-use VxVertex                    VxVertex-*                    Tracking/TrkEvent
-use TrkSurfaces                 TrkSurfaces-*                 Tracking/TrkDetDescr
-#use TrkTrack                   TrkTrack-*              Tracking/TrkEvent
-
-# Calo
-use xAODCaloEvent               xAODCaloEvent-*                 Event/xAOD
-use CaloUtils                  CaloUtils-*             Calorimeter
-
-# Lumi <mu>
-use LumiBlockComps          LumiBlockComps-*             LumiBlock
-
-private
-apply_tag ROOTMathLibs
-
-use     egammaEvent             egammaEvent-*           Reconstruction/egamma
-use     TrigCaloRec                 TrigCaloRec-*           Trigger/TrigAlgorithms
-use     CaloEvent               CaloEvent-*             Calorimeter
-use     CxxUtils                CxxUtils-*              Control
-use     egammaMVACalib              egammaMVACalib-*        Reconstruction/egamma
-use     ITrackToVertex          ITrackToVertex-*        Reconstruction/RecoTools 
-use     RecoToolInterfaces      RecoToolInterfaces-*    Reconstruction/RecoTools
-use     xAODEgammaCnv               xAODEgammaCnv-*                 Event/xAOD
-
-use     TrigMissingEtEvent TrigMissingEtEvent-* Trigger/TrigEvent
-use     TrigNavigation     TrigNavigation-*     Trigger/TrigEvent
-use	TrkCaloExtension	TrkCaloExtension-*	Tracking/TrkEvent
-
-#need to import egammaPID
-use AtlasROOT                   AtlasROOT-*                   External
-
-public
-# To produce TrigElectrons
-use     TrigCaloEvent           TrigCaloEvent-*         Trigger/TrigEvent
-use     TrigInDetEvent     	TrigInDetEvent-*     	Trigger/TrigEvent
-use     TrigParticle            TrigParticle-*          Trigger/TrigEvent
-use     xAODTrigCalo            xAODTrigCalo-*          Event/xAOD
-use     xAODTracking     	xAODTracking-*     	Event/xAOD
-use     xAODTrigEgamma          xAODTrigEgamma-*        Event/xAOD
-use     xAODTrigger             xAODTrigger-*           Event/xAOD
-use     AtlasCLHEP              AtlasCLHEP-*            External
-
-library TrigEgammaHypo *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-#apply_pattern declare_joboptions files="TriggerConfig_*.py jobOfragment_*.py"
diff --git a/Trigger/TrigHypothesis/TrigEgammaMuonCombHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigEgammaMuonCombHypo/cmt/requirements
deleted file mode 100755
index fc19581772a3b519022e0f351a11ff7d14ee6325..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigEgammaMuonCombHypo/cmt/requirements
+++ /dev/null
@@ -1,44 +0,0 @@
-package TrigEgammaMuonCombHypo
-author Pavel Jez <Pavel.Jez@cern.ch>
-
-# General
-use 	AtlasPolicy         	AtlasPolicy-*
-use 	GaudiInterface 		GaudiInterface-* 	External
-use 	StoreGate       	StoreGate-*             Control
-#use 	DataModel       	DataModel-*             Control
-use  GeoPrimitives              GeoPrimitives-*                 DetectorDescription
-
-# Trigger 
-use     TrigInterfaces    	TrigInterfaces-*        Trigger/TrigSteer
-use     TrigSteeringEvent     	TrigSteeringEvent-*     Trigger/TrigEvent
-use     egammaEvent             egammaEvent-*           Reconstruction/egamma
-use     TrigTopoEvent		TrigTopoEvent-*		Trigger/TrigEvent
-
-
-# To produce TrigElectrons
-use     TrigCaloEvent           TrigCaloEvent-*         Trigger/TrigEvent
-use     TrigInDetEvent     	TrigInDetEvent-*     	Trigger/TrigEvent
-use     TrigParticle            TrigParticle-*          Trigger/TrigEvent
-use 	TrigMuonEvent           TrigMuonEvent-*         Trigger/TrigEvent
-
-#use 	SGTools            	 SGTools-*               	Control
-
-
-library TrigEgammaMuonCombHypo *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="TriggerConfig_*.py jobOfragment_*.py"
-
-private	
-use     AtlasReflex   	AtlasReflex-*   	External -no_auto_imports
-use     CxxUtils                CxxUtils-*              Control 
-use     ITrackToVertex          ITrackToVertex-*        Reconstruction/RecoTools  
-use     MuidEvent               MuidEvent-*             Reconstruction/MuonIdentification 
-use     VxVertex                VxVertex-*              Tracking/TrkEvent 
-
-use     xAODEgamma              xAODEgamma-*            Event/xAOD
-use 	xAODMuon                xAODMuon-*              Event/xAOD
-#use	xAODTracking            xAODTracking-*          Event/xAOD
-
-end_private
diff --git a/Trigger/TrigHypothesis/TrigHIHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigHIHypo/cmt/requirements
deleted file mode 100755
index 5bddbae22923790c2b693fa30f1d4d9ca11cb257..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHIHypo/cmt/requirements
+++ /dev/null
@@ -1,41 +0,0 @@
-package TrigHIHypo
-author  Tomasz Bold <Tomasz.Bold@cern.ch>
-
-use AtlasPolicy 	AtlasPolicy-*
-
-#use     AtlasAIDA               AtlasAIDA-*             External
-
-
-use TrigCaloEvent       TrigCaloEvent-*         Trigger/TrigEvent
-use TrigInDetEvent      TrigInDetEvent-*        Trigger/TrigEvent
-use TrigSteeringEvent   TrigSteeringEvent-*     Trigger/TrigEvent
-#use TrigTimeAlgs        TrigTimeAlgs-*          Trigger/TrigTools
-
-library TrigHIHypo *.cxx components/*.cxx
-apply_pattern component_library
-
-#apply_pattern declare_joboptions files="*.py "
-apply_pattern declare_python_modules files="*.py"
-
-private
-use AtlasCLHEP          AtlasCLHEP-*            External
-use GaudiInterface      GaudiInterface-*        External
-use TrigInterfaces      TrigInterfaces-*        Trigger/TrigSteer
-use TrigMissingEtEvent  TrigMissingEtEvent-*    Trigger/TrigEvent
-use TrigMuonEvent  	TrigMuonEvent-*    	Trigger/TrigEvent
-use TrigT1Interfaces    TrigT1Interfaces-*      Trigger/TrigT1
-use Particle            Particle-*              Reconstruction
-use TrigParticle        TrigParticle-*          Trigger/TrigEvent
-use TrkParameters       TrkParameters-*         Tracking/TrkEvent
-use CaloEvent           CaloEvent-*             Calorimeter
-use CaloInterface       CaloInterface-*         Calorimeter
-use HIGlobal            HIGlobal-*              Reconstruction/HeavyIonRec
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AthenaKernel        AthenaKernel-*          Control
-use xAODHIEvent         xAODHIEvent-*           Event/xAOD
-use xAODMuon            xAODMuon-*              Event/xAOD
-use xAODTracking        xAODTracking-*          Event/xAOD
-#use CaloGeoHelpers      CaloGeoHelpers-*        Calorimeter
-#use TestTools           TestTools-*             AtlasTest
-
-#apply_pattern UnitTest_run unit_test=HIEventShapeHelper extrapatterns=".*"
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigHLTJetHypo/cmt/requirements
deleted file mode 100755
index 774a3689e30949263a6048353d362f7a369c9cfa..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/cmt/requirements
+++ /dev/null
@@ -1,45 +0,0 @@
-package TrigHLTJetHypo
-
-author P Sherwood <peter.sherwood@cern.ch>
-author Nuno Anjos <anjos@cern.ch>
-
-use 	AtlasPolicy         	AtlasPolicy-*
-use 	GaudiInterface 		GaudiInterface-* 	External
-use     TrigSteeringEvent      	TrigSteeringEvent-* 	Trigger/TrigEvent
-use     TrigTimeAlgs            TrigTimeAlgs-*          Trigger/TrigTools
-use     TrigInterfaces          TrigInterfaces-*        Trigger/TrigSteer
-use     xAODJet                 xAODJet-*               Event/xAOD
-use     TrigParticle            TrigParticle-*          Trigger/TrigEvent
-
-apply_pattern dual_use_library files="*.cxx TrigHLTJetHypoUtils/*.cxx"
-
-apply_pattern declare_runtime
-apply_pattern declare_joboptions files="jobOfragment_*.py TriggerConfig_*.py"
-apply_pattern declare_python_modules files="*.py"
-
-macro_append TrigHLTJetHypo_include_dirs /TrigHLTJetHypoUtils
-
-# remove tests due to coverity complaints
-# application TrigHLTJetHypoTests TrigHLTJetHypoTests.cxx
-# macro_append  TrigHLTJetHypoTests_dependencies TrigHLTJetHypoLib
-
-
-private
-# for TLorentzVector
-use     AtlasROOT               AtlasROOT-*             External
-
-# for TrigEFHLTHTHypo, TrigEFHLTJetHypo, TrigEFHLTJetMassDEta, 
-#     TrigEFHLTRazorAllTEHypo
-use     AtlasCLHEP              AtlasCLHEP-*            External
-
-# for TrigEFHLTHTHypo, TrigEFHLTJetMassDEta, TrigEFHLTRazorAllTEHypo
-# use     FourMomUtils            FourMomUtils-*          Event
-
-# for TrigEFHLTRazorAllTEHypo
-# use     JetEvent                JetEvent-*              Reconstruction/Jet
-use     TrigMissingEtEvent      TrigMissingEtEvent-*    Trigger/TrigEvent
-
-# for TrigEFHLTJetHypo, TrigEFHLTJetMassDEta, 
-# use     JetUtils                JetUtils-*              Reconstruction/Jet
-
-use   xAODTrigger             xAODTrigger-*            Event/xAOD             
diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypoUnitTests/cmt/requirements b/Trigger/TrigHypothesis/TrigHLTJetHypoUnitTests/cmt/requirements
deleted file mode 100644
index 3b38b1ab7efe17c4dcf8be1bc51d794503a2c792..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHLTJetHypoUnitTests/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package TrigHLTJetHypoUnitTests
-
-use 	AtlasPolicy         	AtlasPolicy-*
-use     AtlasGoogleTest         AtlasGoogleTest-*      External
-
-
-## application gtest1 gtest1.cxx square_root.cxx
-
-application TrigHLTJetHypoTimerTest Timer.cxx
-
-application TrigHLTJetHypoUnitTests all_tests.cxx \
-	    CombinationsGenTest.cxx \
-	    DijetDEtaMassConditionTest.cxx \
-	    EtaEtConditionTest.cxx \
-	    FlowEdgeTest.cxx \
-	    FlowNetworkTest.cxx \
-	    LlpCleanerTest.cxx \
-	    LooseCleanerTest.cxx \
-	    MaximumBipartiteMatcherTest.cxx \
-	    MultiJetMatcherTest.cxx \
-	    OrderedCollectionsMatcherTest.cxx \
-	    SelectedJetsMatcherTest.cxx \
-	    TLorentzVectorFactoryTest.cxx \
-	    TightCleanerTest.cxx
-
-# application FlowNetworkTest FlowNetworkTest.cxx
-
-private
-use TrigHLTJetHypo TrigHLTJetHypo-* Trigger/TrigHypothesis
-use AtlasROOT AtlasROOT-* External
-
diff --git a/Trigger/TrigHypothesis/TrigHypoCommonTools/cmt/requirements b/Trigger/TrigHypothesis/TrigHypoCommonTools/cmt/requirements
deleted file mode 100755
index 2ae8fa8cf81a2cfc1731497d35d10c591f857276..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigHypoCommonTools/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package TrigHypoCommonTools
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AtlasROOT                  AtlasROOT-*                     External
-use  TrigInDetEvent             TrigInDetEvent-*                Trigger/TrigEvent
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigSteering               TrigSteering-*                  Trigger/TrigSteer
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  ByteStreamCnvSvcBase       ByteStreamCnvSvcBase-*          Event
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-private
-use  EventInfo                  EventInfo-*                     Event
-use  GaudiInterface             GaudiInterface-*                External
-use  PathResolver               PathResolver-*                  Tools
-use  RegionSelector             RegionSelector-*                DetectorDescription
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-end_private
-
-apply_pattern component_library
-library TrigHypoCommonTools *.cxx components/*.cxx
-
-apply_pattern declare_python_modules files="*.py"
-
-
diff --git a/Trigger/TrigHypothesis/TrigLongLivedParticlesHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigLongLivedParticlesHypo/cmt/requirements
deleted file mode 100644
index 3933acaac7c8035cc77155ddea06fde1f9f327c6..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigLongLivedParticlesHypo/cmt/requirements
+++ /dev/null
@@ -1,45 +0,0 @@
-package TrigLongLivedParticlesHypo
-
-author Andrea Coccaro <andrea.coccaro AT cern.ch>
-author Antonio Policicchio <antonio.policicchio AT cern.ch>
-author Stefano Giagu <stefano.giagu AT cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-
-use TrigMuonEvent	TrigMuonEvent-*		Trigger/TrigEvent
-use TrigSteeringEvent	TrigSteeringEvent-*	Trigger/TrigEvent
-use TrigInterfaces      TrigInterfaces-* 	Trigger/TrigSteer
-use TrigInDetEvent      TrigInDetEvent-*	Trigger/TrigEvent
-use TrigTimeAlgs        TrigTimeAlgs-*          Trigger/TrigTools
-use TrigCaloEvent       TrigCaloEvent-*         Trigger/TrigEvent
-
-private
-
-use DataCollection	DataCollection-*	External
-use InDetIdentifier	InDetIdentifier-*	InnerDetector/InDetDetDescr
-use InDetPrepRawData	InDetPrepRawData-*	InnerDetector/InDetRecEvent
-use IRegionSelector	IRegionSelector-*	DetectorDescription
-use TrkSpacePoint	TrkSpacePoint-*		Tracking/TrkEvent
-use xAODEventInfo	xAODEventInfo-*		Event/xAOD
-
-use xAODJet             xAODJet-*               Event/xAOD
-use xAODTracking        xAODTracking-*          Event/xAOD
-use AtlasCLHEP          AtlasCLHEP-*            External
-use AtlasROOT           AtlasROOT-*             External
-use GaudiInterface      GaudiInterface-*        External
-use CaloEvent           CaloEvent-*             Calorimeter
-use CxxUtils            CxxUtils-*              Control
-use TrigParticle	TrigParticle-*		Trigger/TrigEvent
-use xAODTrigger		xAODTrigger-*		Event/xAOD
-
-private
-apply_tag ROOTMathLibs
-end_private
-
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern component_library
-library TrigLongLivedParticlesHypo *.cxx components/*.cxx
-
diff --git a/Trigger/TrigHypothesis/TrigMissingETHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigMissingETHypo/cmt/requirements
deleted file mode 100755
index 0bf4cc18f8ef47b1ead7105fdedc31b5df1e29d8..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigMissingETHypo/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package TrigMissingETHypo
-
-author Kyle Cranmer <cranmer@cern.ch>
-author Diego Casadei <Diego.Casadei@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigTimeAlgs               TrigTimeAlgs-*                  Trigger/TrigTools
-private
-use  AtlasCLHEP                 AtlasCLHEP-*                    External
-use  GaudiInterface             GaudiInterface-*                External
-use  TrigMissingEtEvent         TrigMissingEtEvent-*            Trigger/TrigEvent
-use  xAODTrigMissingET	        xAODTrigMissingET-*	            Event/xAOD
-
-end_private
-
-
-apply_tag ROOTMathLibs
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_runtime
-apply_pattern declare_joboptions files="jobOfragment_*.py TriggerConfig_*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigHypothesis/TrigMultiVarHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigMultiVarHypo/cmt/requirements
deleted file mode 100755
index 43a081cf65cd5339ba38d2d1b58ac82a31752a59..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigMultiVarHypo/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package TrigMultiVarHypo
-
-author Andre dos Anjos <Andre.dos.Anjos@cern.ch>
-manager Rodrigo Coura Torres <Rodrigo.Torres@cern.ch>
-
-# General
-use 	AtlasPolicy         	AtlasPolicy-*
-
-# Trigger 
-#use    TrigT1Interfaces    	  TrigT1Interfaces-*      Trigger/TrigT1
-use     TrigInterfaces    	    TrigInterfaces-*        Trigger/TrigSteer
-use     TrigSteeringEvent     	TrigSteeringEvent-*     Trigger/TrigEvent
-use     TrigCaloEvent		        TrigCaloEvent-*	        Trigger/TrigEvent
-use     TrigTimeAlgs            TrigTimeAlgs-*          Trigger/TrigTools
-use     xAODTrigRinger          xAODTrigRinger-*        Event/xAOD
-use     xAODTrigCalo            xAODTrigCalo-*          Event/xAOD
-
-
-public
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_python_modules files="*.py"
-
-private
-use 	GaudiInterface 		GaudiInterface-* 	External
diff --git a/Trigger/TrigHypothesis/TrigMuonHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigMuonHypo/cmt/requirements
deleted file mode 100755
index a728d0b82770814e722d016c56fc2aa9730f032d..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigMuonHypo/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package TrigMuonHypo
-
-author Simon George <S.George@rhul.ac.uk>
-
-use AtlasPolicy			AtlasPolicy-*
-
-use MuonRecHelperTools          MuonRecHelperTools-*            MuonSpectrometer/MuonReconstruction/MuonRecTools
-use MuonIdHelpers          	MuonIdHelpers-*            	MuonSpectrometer
-
-use xAODTrigMuon                xAODTrigMuon-*                  Event/xAOD
-use TrigMuonEvent		TrigMuonEvent-*			Trigger/TrigEvent
-use TrigSteeringEvent		TrigSteeringEvent-*		Trigger/TrigEvent
-use TrigInDetEvent      	TrigInDetEvent-*		Trigger/TrigEvent
-use TrigInterfaces      	TrigInterfaces-* 		Trigger/TrigSteer
-use TrigMuonBackExtrapolator  	TrigMuonBackExtrapolator*  	Trigger/TrigTools
-use TrigMuonRoITools		TrigMuonRoITools-*	 	Trigger/TrigTools
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern component_library
-library TrigMuonHypo *.cxx components/*.cxx
-
-
-private
-
-use AtlasCLHEP                  AtlasCLHEP-*                    External
-use GaudiInterface              GaudiInterface-*                External
-
-use MuonSegment                 MuonSegment-*                   MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use MuonSegmentMakerUtils       MuonSegmentMakerUtils-*         MuonSpectrometer/MuonReconstruction/MuonSegmentMakers
-
-use TrigConfHLTData             TrigConfHLTData-*               Trigger/TrigConfiguration
-use TrigT1Interfaces            TrigT1Interfaces-*              Trigger/TrigT1
-use TrigT1Result                TrigT1Result-*                  Trigger/TrigT1
-
-use xAODMuon			xAODMuon-*			Event/xAOD
-use xAODTracking                xAODTracking-*                  Event/xAOD
-use xAODTrigger                 xAODTrigger-*                   Event/xAOD
diff --git a/Trigger/TrigHypothesis/TrigTauHypo/cmt/requirements b/Trigger/TrigHypothesis/TrigTauHypo/cmt/requirements
deleted file mode 100755
index 8989b0be1313f271d749765437fb7b81a2f36c4b..0000000000000000000000000000000000000000
--- a/Trigger/TrigHypothesis/TrigTauHypo/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package TrigTauHypo
-
-use     AtlasPolicy             AtlasPolicy-*
-use     GaudiInterface          GaudiInterface-*     	External
-use     TrigCaloEvent           TrigCaloEvent-*      	Trigger/TrigEvent
-use     TrigInDetEvent          TrigInDetEvent-*     	Trigger/TrigEvent
-use     TrigParticle            TrigParticle-*       	Trigger/TrigEvent
-use     TrigSteeringEvent     	TrigSteeringEvent-*     Trigger/TrigEvent
-use     TrigInterfaces          TrigInterfaces-*        Trigger/TrigSteer
-use     AtlasROOT               AtlasROOT-*             External
-use     StoreGate               StoreGate-*             Control
-
-use     tauEvent                tauEvent-*              Reconstruction
-use     TrigTopoEvent           TrigTopoEvent-*         Trigger/TrigEvent
-use     egammaEvent             egammaEvent-*           Reconstruction/egamma
-use     TrigMuonEvent           TrigMuonEvent-*         Trigger/TrigEvent
-
-use     ITrackToVertex          ITrackToVertex-*        Reconstruction/RecoTools
-use     MuidEvent               MuidEvent-*             Reconstruction/MuonIdentification
-use     VxVertex                VxVertex-*              Tracking/TrkEvent
-use     Particle                Particle-*              Reconstruction
-use     xAODTrigger             xAODTrigger-*           Event/xAOD
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="jobOfragment_*.py TriggerConfig_*.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-use  	AthContainers           AthContainers-*         Control
-use  	AthenaBaseComps         AthenaBaseComps-*       Control
-use     EventInfo               EventInfo-*             Event
-use     PathResolver            PathResolver-*          Tools
-use     TrigCaloEvent           TrigCaloEvent-*         Trigger/TrigEvent
-use     TrkTrack                TrkTrack-*              Tracking/TrkEvent
-use     TrkTrackSummary         TrkTrackSummary-*       Tracking/TrkEvent
-use	xAODJet                 xAODJet-*               Event/xAOD
-use	xAODCaloEvent           xAODCaloEvent-*         Event/xAOD
-use	xAODTau                 xAODTau-*		Event/xAOD
-use     xAODEgamma              xAODEgamma-*            Event/xAOD
-use 	xAODTracking            xAODTracking-*          Event/xAOD
-use     CaloEvent               CaloEvent-*             Calorimeter
-use  	TrigNavStructure        TrigNavStructure-*      Trigger/TrigEvent
-end_private
diff --git a/Trigger/TrigL1Upgrade/TrigL1CaloUpgrade/cmt/requirements b/Trigger/TrigL1Upgrade/TrigL1CaloUpgrade/cmt/requirements
deleted file mode 100644
index f06f12815ec05a930078f71a1fb8a26f263eae42..0000000000000000000000000000000000000000
--- a/Trigger/TrigL1Upgrade/TrigL1CaloUpgrade/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package TrigL1CaloUpgrade
-
-author Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-#use StoreGate StoreGate-* Control
-
-use GaudiInterface      GaudiInterface-*             External
-
-private
-use AthenaBaseComps AthenaBaseComps-*      Control
-use CaloEvent       CaloEvent-*         Calorimeter
-use LArRawEvent		LArRawEvent-*	LArCalorimeter
-use xAODTrigL1Calo	xAODTrigL1Calo-*	Event/xAOD
-use AtlasROOT	AtlasROOT-*		External/
-use CaloIdentifier              CaloIdentifier-*                Calorimeter
-#use CaloTriggerTool             CaloTriggerTool-*               Calorimeter
-use CaloDetDescr                CaloDetDescr-*                  Calorimeter
-use xAODTrigCalo	xAODTrigCalo-*		Event/xAOD
-use xAODTruth	xAODTruth-*		Event/xAOD
-use xAODEgamma	xAODEgamma-*		Event/xAOD
-use xAODTracking	xAODTracking-*	Event/xAOD
-use xAODTrigger	xAODTrigger-*		Event/xAOD
-use LArTools          LArTools-*    LArCalorimeter
-use LArCabling        LArCabling-*    LArCalorimeter
-
-library TrigL1CaloUpgrade *.cxx components/*.cxx
-apply_pattern component_library
-#apply_pattern dual_use_library files="*.cxx"
-#apply_pattern installed_library files="*.cxx"
-#apply_pattern library files="*.cxx"
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-end_private
-
diff --git a/Trigger/TrigMonitoring/TrigBjetMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigBjetMonitoring/cmt/requirements
deleted file mode 100644
index c7678947589b54b3b1ea025f0d4288b1858b68c9..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigBjetMonitoring/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package TrigBjetMonitoring
-
-
-# ============================================================================================
-public
-
-use 	AtlasPolicy          	AtlasPolicy-*
-use 	AtlasROOT            	AtlasROOT-*             	External
-use 	GaudiInterface       	GaudiInterface-*        	External
-use     TrigTrackJetFinderTool  TrigTrackJetFinderTool-*        Trigger/TrigTools
-use 	TrigHLTMonitoring   	TrigHLTMonitoring-*      	Trigger/TrigMonitoring
-use     TrigDecisionTool        TrigDecisionTool-*              Trigger/TrigAnalysis
-
-# ============================================================================================
-private
-
-use 	AthenaMonitoring     	AthenaMonitoring-*      	Control
-use	GeoPrimitives		GeoPrimitives-*			DetectorDescription
-use	EventPrimitives		EventPrimitives-*		Event
-use     FourMomUtils            FourMomUtils-*                  Event
-use     InDetBeamSpotService    InDetBeamSpotService-*          InnerDetector/InDetConditions
-use     JetEvent		JetEvent-*			Reconstruction/Jet
-use     JetUtils                JetUtils-*                      Reconstruction/Jet
-use     muonEvent		muonEvent-*			Reconstruction/MuonIdentification
-use     Particle                Particle-*                      Reconstruction
-use     TrigInDetEvent          TrigInDetEvent-*                Trigger/TrigEvent
-use 	TrigParticle         	TrigParticle-*          	Trigger/TrigEvent
-use 	TrigSteeringEvent	TrigSteeringEvent-*	 	Trigger/TrigEvent
-use 	TrigMuonEvent		TrigMuonEvent-*         	Trigger/TrigEvent
-#use     xAODJet                 xAODJet-*                       Event/xAOD
-use     xAODBTagging            xAODBTagging-*                  Event/xAOD
-#use     xAODCore                xAODCore-*                      Event/xAOD 
-#use     BTagging                BTagging-*                      PhysicsAnalysis/JetTagging/JetTagAlgs
-use     xAODTracking            xAODTracking-*                  Event/xAOD
-use     xAODEventInfo           xAODEventInfo-*                 Event/xAOD
-
-
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
-
diff --git a/Trigger/TrigMonitoring/TrigBphysMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigBphysMonitoring/cmt/requirements
deleted file mode 100644
index daccc0fdd2bde56baaa9c99eebdde6ff6d14bd16..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigBphysMonitoring/cmt/requirements
+++ /dev/null
@@ -1,40 +0,0 @@
-package TrigBphysMonitoring
-
-author Martin zur Nedden <nedden@mail.cern.ch>
-author Denis Oliveira Damazio <damazio@mail.cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  TrigHLTMonitoring          TrigHLTMonitoring-*             Trigger/TrigMonitoring
-use  xAODTracking               xAODTracking-*                  Event/xAOD
-use  TrigDecisionTool           TrigDecisionTool-*              Trigger/TrigAnalysis
-private
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  xAODTrigBphys              xAODTrigBphys-*                 Event/xAOD
-use  AthenaMonitoring           AthenaMonitoring-*              Control
-use  AtlasCLHEP                 AtlasCLHEP-*                    External
-use  AtlasROOT                  AtlasROOT-*                     External
-use  GaudiInterface             GaudiInterface-*                External
-#use  TrigConfxAOD               TrigConfxAOD-*                  Trigger/TrigConfiguration
-#use  TrigNavStructure           TrigNavStructure-*              Trigger/TrigEvent
-use  TrigMuonEvent              TrigMuonEvent-*                 Trigger/TrigEvent
-use  TrigParticle               TrigParticle-*                  Trigger/TrigEvent
-use  TrkParameters              TrkParameters-*                 Tracking/TrkEvent
-use  TrkParametersBase          TrkParametersBase-*             Tracking/TrkEvent
-use  VxVertex                   VxVertex-*                      Tracking/TrkEvent
-use  xAODMuon                   xAODMuon-*                      Event/xAOD
-use  xAODTrigMuon               xAODTrigMuon-*                  Event/xAOD
-use  TrkVertexAnalysisUtils     TrkVertexAnalysisUtils-*        Tracking/TrkVertexFitter
-use CxxUtils        CxxUtils-*          Control
-use xAODEventInfo    xAODEventInfo-*  Event/xAOD
-use     AtlasBoost              AtlasBoost-*                    External
-end_private
-
-private
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-end_private
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
diff --git a/Trigger/TrigMonitoring/TrigCaloMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigCaloMonitoring/cmt/requirements
deleted file mode 100644
index c281f7f86cfd4ea2a45696f30bd7f76c44786a9a..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigCaloMonitoring/cmt/requirements
+++ /dev/null
@@ -1,36 +0,0 @@
-package TrigCaloMonitoring
-
-author Denis Oliveira Damazio <damazio@mail.cern.ch>
-
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*        External
-
-
-use AtlasROOT            AtlasROOT-*             External
-use TrigHLTMonitoring	TrigHLTMonitoring-*	Trigger/TrigMonitoring
-use LArRecEvent 	 LArRecEvent-*		 LArCalorimeter
-#use egammaInterfaces	 egammaInterfaces-*      Reconstruction/egamma
-
-private
-use StoreGate            StoreGate-*             Control
-use CaloEvent            CaloEvent-*             Calorimeter
-use CaloInterface	 CaloInterface-*	 Calorimeter
-use CaloIdentifier	 CaloIdentifier-*	 Calorimeter
-use CaloGeoHelpers       CaloGeoHelpers-*        Calorimeter
-use TrigCaloRec           TrigCaloRec-*           Trigger/TrigAlgorithms
-use LArIdentifier	 LArIdentifier-*	 LArCalorimeter
-use LArCabling		 LArCabling-*		 LArCalorimeter
-use egammaEvent		 egammaEvent-*		 Reconstruction/egamma
-
-use TrigT2CaloCommon	TrigT2CaloCommon-*	Trigger/TrigAlgorithms
-use TrigCaloEvent	TrigCaloEvent-*		Trigger/TrigEvent
-use TrigSteeringEvent	TrigSteeringEvent-*	Trigger/TrigEvent
-
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-end_private
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
-
diff --git a/Trigger/TrigMonitoring/TrigCostMonitor/cmt/requirements b/Trigger/TrigMonitoring/TrigCostMonitor/cmt/requirements
deleted file mode 100644
index 8571e3f669b7c21667fba999e172e934c9eb868f..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigCostMonitor/cmt/requirements
+++ /dev/null
@@ -1,76 +0,0 @@
-package TrigCostMonitor
-author Rustem Ospanov
-
-use AtlasPolicy              AtlasPolicy-*
-use AtlasCOOL                AtlasCOOL-*                External 
-use GaudiInterface           GaudiInterface-*           External
-use DataCollection           DataCollection-*           External
-use AthenaMonitoring         AthenaMonitoring-*         Control
-use StoreGate                StoreGate-*                Control
-use AthenaBaseComps          AthenaBaseComps-*          Control
-use CoolLumiUtilities        CoolLumiUtilities-*        Database
-use xAODEventInfo            xAODEventInfo-*            Event/xAOD
-
-
-use TrigConfInterfaces       TrigConfInterfaces-*       Trigger/TrigConfiguration
-use TrigConfJobOptData       TrigConfJobOptData-*       Trigger/TrigConfiguration
-use TrigDecisionTool         TrigDecisionTool-*         Trigger/TrigAnalysis
-use TrigMonitoringEvent      TrigMonitoringEvent-*      Trigger/TrigEvent
-use TrigSteering             TrigSteering-*             Trigger/TrigSteer
-use TrigTimeAlgs             TrigTimeAlgs-*             Trigger/TrigTools
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_python_modules files="TrigCost*.py"
-apply_pattern declare_joboptions files="*.py"
-
-apply_pattern declare_runtime extras = "../share/*.xml"
-
-
-private
-
-apply_tag NEEDS_CORAL_BASE
-apply_tag NEEDS_COOL_FACTORY
-
-apply_tag       ROOTBasicLibs
-apply_tag       ROOTMathLibs
-
-use AtlasReflex              AtlasReflex-*              External -no_auto_import
-use AtlasROOT                AtlasROOT-*                External
-use AtlasCORAL               AtlasCORAL-*               External 
-use AtlasBoost               AtlasBoost-*               External
-use AthenaKernel             AthenaKernel-*             Control
-#use AthenaPoolKernel        AthenaPoolKernel-*         Database/AthenaPOOL
-use GeneratorObjects         GeneratorObjects-*         Generators
-use TruthHelper              TruthHelper-*              Generators/GenAnalysisTools
-use PathResolver             PathResolver-*             Tools
-
-use TrigConfL1Data           TrigConfL1Data-*           Trigger/TrigConfiguration
-use TrigConfHLTData          TrigConfHLTData-*          Trigger/TrigConfiguration
-use TrigConfStorage          TrigConfStorage-*          Trigger/TrigConfiguration
-
-use CTPfragment              *
-
-use TrigDataAccessMonitoring TrigDataAccessMonitoring-* Trigger/TrigDataAccess
-use TrigInterfaces           TrigInterfaces-*           Trigger/TrigSteer
-use TrigNavigation           TrigNavigation-*           Trigger/TrigEvent
-use TrigSteeringEvent        TrigSteeringEvent-*        Trigger/TrigEvent
-use TrigT1Interfaces	     TrigT1Interfaces-*         Trigger/TrigT1
-use TrigT1Result	         TrigT1Result-*             Trigger/TrigT1
-use TrigSerializeResult      TrigSerializeResult-*      Trigger/TrigDataAccess
-
-
-macro_append TrigCostMonitorLib_cppflags " `xml2-config --cflags`"
-macro_append TrigCostMonitorLib_use_linkopts " -L$(ROOTSYS)/lib -lXMLIO -lXMLParser"
-macro_append TrigCostMonitorLib_use_linkopts " -lxml2" slc4-gcc34 " /usr/lib/libxml2.so.2"
-macro_append TrigCostMonitorLib_use_linkopts " -lCTPfragment "
-
-apply_pattern lcgdict dict=TrigCostMonitor \
-	              selectionfile=selection.xml \
-	              headerfiles="../TrigCostMonitor/TrigCostMonitorDict.h"
-
-#macro cppdebugflags '$(cppdebugflags_s)'
-end_private
-
-# Following needs to be public
-macro_append TrigCostMonitorLib_use_linkopts " -lers -leformat -leformat_write "
-
diff --git a/Trigger/TrigMonitoring/TrigEgammaMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigEgammaMonitoring/cmt/requirements
deleted file mode 100644
index 5df5b8166ece207b3d93e34c6c558699e211b0b3..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigEgammaMonitoring/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package TrigEgammaMonitoring
-
-author Martin zur Nedden <nedden@mail.cern.ch>
-author Denis Oliveira Damazio <damazio@mail.cern.ch>
-author Alessandro Tricoli <alessandro.tricoli@mail.cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-
-private
-
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-
-end_private
-
-use AtlasROOT           AtlasROOT-*             External
-use TrigInDetEvent      TrigInDetEvent-*        Trigger/TrigEvent
-use TrigCaloEvent	TrigCaloEvent-*	        Trigger/TrigEvent
-use TrigParticle        TrigParticle-*          Trigger/TrigEvent
-use TrigSteeringEvent   TrigSteeringEvent-*     Trigger/TrigEvent
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-#apply_pattern dual_use_library files=*.cxx
-
diff --git a/Trigger/TrigMonitoring/TrigHLTMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigHLTMonitoring/cmt/requirements
deleted file mode 100644
index e1b9ffc30674e8afed88a538a065299ec5850fbe..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigHLTMonitoring/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package TrigHLTMonitoring
-
-author Martin zur Nedden <nedden@mail.cern.ch>
-
-use AtlasPolicy             AtlasPolicy-*
-use GaudiInterface          GaudiInterface-*        External
-
-private
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-end_private
-
-use StoreGate               StoreGate-*             Control
-use AthenaMonitoring        AthenaMonitoring-*      Control
-
-use TrigSteeringEvent       TrigSteeringEvent-*     Trigger/TrigEvent
-use TrigDecisionTool        TrigDecisionTool-*      Trigger/TrigAnalysis
-#use TrigDecision           TrigDecision-*          Trigger/TrigEvent
-use TrigConfigSvc           TrigConfigSvc-*         Trigger/TrigConfiguration
-use TrigConfInterfaces      TrigConfInterfaces-*    Trigger/TrigConfiguration
-
-use LumiCalc                LumiCalc-*        	    LumiBlock
-use xAODLuminosity          xAODLuminosity-*        Event/xAOD
-
-private
-use AthenaKernel            AthenaKernel-*          Control
-use AtlasBoost              AtlasBoost-*            External
-use AtlasROOT               AtlasROOT-*             External
-use EventInfo               EventInfo-*             Event
-use xAODTrigger             xAODTrigger-*           Event/xAOD
-end_private
-
-
-
-#use AnalysisTriggerEvent AnalysisTriggerEvent-*  PhysicsAnalysis/AnalysisTrigger
-
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_scripts files="../python/scripts/*.py ../python/scripts/*.sh ../java/TrigMaMGUI_TRIGGERDBREPR.sh"
-apply_pattern generic_declare_for_copy kind=javagui prefix="share/java" \
-  files="../java/GUI/TrigMaMGUI.java"
diff --git a/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/cmt/requirements
deleted file mode 100755
index b7649f318313253aff044220d9b7b59ba8bd5ca9..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigIDJpsiMonitoring/cmt/requirements
+++ /dev/null
@@ -1,50 +0,0 @@
-package TrigIDJpsiMonitoring
-
-
-# ============================================================================================
-public
-
-use   AtlasPolicy             AtlasPolicy-*
-use   AtlasROOT		      AtlasROOT-*			          External
-
-use   TrigSteeringEvent       TrigSteeringEvent-*       Trigger/TrigEvent
-use   TrigMuonEvent   	      TrigMuonEvent-*         	Trigger/TrigEvent
-use   TrigParticle            TrigParticle-*         	Trigger/TrigEvent
-#use  RecoToolInterfaces      RecoToolInterfaces-*      Reconstruction/RecoTools
-#use  TrigInDetTrackExtrapolator TrigInDetTrackExtrapolator-*	Trigger/TrigTools
-
-use   EventInfo               EventInfo-*             	Event
-use   InDetBeamSpotService    InDetBeamSpotService-*    InnerDetector/InDetConditions
-use   Particle		      Particle-*	        Reconstruction
-use   TrigDecisionTool        TrigDecisionTool-*        Trigger/TrigAnalysis
-use   TrigHLTMonitoring       TrigHLTMonitoring-*       Trigger/TrigMonitoring
-use   TrigInDetAnalysis       TrigInDetAnalysis-*       Trigger/TrigAnalysis
-use   TrigInDetAnalysisUtils  TrigInDetAnalysisUtils-*	Trigger/TrigAnalysis
-use   TrigJPsiTools           TrigJPsiTools-*		Trigger/TrigTools
-
-# ============================================================================================
-private
-
-use   GaudiInterface	      GaudiInterface-*	        External
-use   AthenaKernel            AthenaKernel-*            Control
-use   AthenaMonitoring        AthenaMonitoring-*        Control
-use   TrigInDetEvent	      TrigInDetEvent-*          Trigger/TrigEvent
-use   muonEvent		      muonEvent-*	        Reconstruction/MuonIdentification
-use   egammaEvent	      egammaEvent-*	        Reconstruction/egamma
-use   VxVertex		      VxVertex-*	        Tracking/TrkEvent	
-use   TrigInDetTruthEvent     TrigInDetTruthEvent-*     Trigger/TrigTruthEvent
-
-# ============================================================================================
-public
-
-library TrigIDJpsiMonitoring *.cxx components/*.cxx
-
-apply_tag  ROOTMathLibs
-# apply_tag  ROOTBasicLibs
-# apply_tag  ROOTSTLDictLibs
-# apply_tag  ROOTGraphicsLibs
-# apply_tag  ROOTTableLibs
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigMonitoring/TrigIDTPMonitor/cmt/requirements b/Trigger/TrigMonitoring/TrigIDTPMonitor/cmt/requirements
deleted file mode 100644
index c773063a64c5201af062f0a9171ae1db2ba35494..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigIDTPMonitor/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package TrigIDTPMonitor
-
-author Johnny Raine <johnny.raine@cern.ch>
-
-use AtlasPolicy		AtlasPolicy-*
-
-private
-use GaudiInterface      GaudiInterface-*        External
-use EventInfo		EventInfo-*		Event
-use AthLinks		AthLinks-*		Control
-
-use TrigSteeringEvent	TrigSteeringEvent-*	Trigger/TrigEvent
-use TrigBphysicsEvent	TrigBphysicsEvent-*	Trigger/TrigEvent
-use TrigInterfaces	TrigInterfaces-*	Trigger/TrigSteer
-use TrigConfHLTData	TrigConfHLTData-*	Trigger/TrigConfiguration
-use TrigParticle	TrigParticle-*		Trigger/TrigEvent
-
-use xAODMuon		xAODMuon-*		Event/xAOD
-use xAODTrigBphys   	xAODTrigBphys-*		Event/xAOD
-use xAODEventInfo	xAODEventInfo-*		Event/xAOD
-use xAODTracking	xAODTracking-*		Event/xAOD
-use xAODCaloEvent       xAODCaloEvent-*         Event/xAOD
-use xAODEgamma		xAODEgamma-*		Event/xAOD
-#use xAODTrigEgamma      xAODTrigEgamma-*        Event/xAOD
-#use xAODTrigger         xAODTrigger-*           Event/xAOD
-
-#use egammaEvent         egammaEvent-*           Reconstruction/egamma
-
-end_private
-
-library TrigIDTPMonitor *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/cmt/requirements
deleted file mode 100644
index 82e66390941a03ce4c0112c984fa9c135fe6d784..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/cmt/requirements
+++ /dev/null
@@ -1,64 +0,0 @@
-package TrigIDtrkMonitoring
-
-author Martin zur Nedden <nedden@mail.cern.ch>
-author Denis Oliveira Damazio <damazio@mail.cern.ch>
-author Jay Howarth <jhowarth@cern.ch> #Tag and Probe only
-
-# ===================================================================
-
-
-public
-
-use AtlasPolicy           	AtlasPolicy-*
-use GaudiInterface        	GaudiInterface-*       		External
-use AtlasROOT             	AtlasROOT-*             	External
-
-use StoreGate             	StoreGate-*             	Control
-use AthenaMonitoring      	AthenaMonitoring-*      	Control
-
-use Particle              	Particle-*              	Reconstruction
-# use tauEvent              	tauEvent-*              	Reconstruction
-
-use TrigHLTMonitoring	  	TrigHLTMonitoring-*	  	Trigger/TrigMonitoring
-use TrigDecisionTool      	TrigDecisionTool-*      	Trigger/TrigAnalysis
-# use TrigInDetAnalysis           TrigInDetAnalysis-*             Trigger/TrigAnalysis
-# use TrigInDetAnalysisUtils      TrigInDetAnalysisUtils-*        Trigger/TrigAnalysis
-# use TrigInDetAnalysisExample    TrigInDetAnalysisExample-*      Trigger/TrigAnalysis
-use TrigInDetEvent        	TrigInDetEvent-*        	Trigger/TrigEvent
-use TrigCaloEvent         	TrigCaloEvent-*         	Trigger/TrigEvent
-use TrigInDetToolInterfaces 	TrigInDetToolInterfaces-* 	Trigger/TrigTools
-
-use CaloEvent           	CaloEvent-*                     Calorimeter
-use CaloGeoHelpers         	CaloGeoHelpers-*         	Calorimeter
-
-use RecoToolInterfaces     	RecoToolInterfaces-*    	Reconstruction/RecoTools
-
-use egammaEvent           	egammaEvent-*           	Reconstruction/egamma
-use egammaInterfaces      	egammaInterfaces-*      	Reconstruction/egamma
-
-# =======================================================================
-
-private
-
-use TrigSteeringEvent     	TrigSteeringEvent-*     	Trigger/TrigEvent
-use TrigParticle          	TrigParticle-*          	Trigger/TrigEvent
-
-use EventInfo             	EventInfo-*             	Event
-
-# use TrkTrack              	TrkTrack-*              	Tracking/TrkEvent
-# use InDetBeamSpotService      InDetBeamSpotService-*          InnerDetector/InDetConditions
-
-
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-apply_tag ROOTBasicLibs
-apply_tag ROOTSTLDictLibs
-apply_tag ROOTTableLibs
-
-# =====================================================================
-
-public
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
diff --git a/Trigger/TrigMonitoring/TrigJetMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigJetMonitoring/cmt/requirements
deleted file mode 100644
index 357445f957c8d80c9ac4d95ea7eb5026b40f1853..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigJetMonitoring/cmt/requirements
+++ /dev/null
@@ -1,33 +0,0 @@
-
-package TrigJetMonitoring
-
-author Venkatesh Kaushik <venkat.kaushik@cern.ch>
-author Xiaowen Lei <Xiaowen.Lei@cern.ch>
-
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*            External
-
-use TrigHLTMonitoring           TrigHLTMonitoring-*         Trigger/TrigMonitoring
-use TrigCaloEvent	        TrigCaloEvent-*	            Trigger/TrigEvent
-use AnalysisTriggerEvent        AnalysisTriggerEvent-*      PhysicsAnalysis/AnalysisTrigger
-use xAODJet                     xAODJet-*                   Event/xAOD
-use xAODTrigger			xAODTrigger-*               Event/xAOD
-
-use xAODEventInfo               xAODEventInfo-*             Event/xAOD
-
-private
-use AtlasBoost                  AtlasBoost-*                External
-use AtlasROOT                   AtlasROOT-*                 External
-use StoreGate                   StoreGate-*                 Control
-use TrigSteeringEvent           TrigSteeringEvent-*         Trigger/TrigEvent
-use TrigDecisionTool            TrigDecisionTool-*          Trigger/TrigAnalysis
-
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-
-end_private
-
-
-#apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
diff --git a/Trigger/TrigMonitoring/TrigMETMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigMETMonitoring/cmt/requirements
deleted file mode 100644
index afd1ea5c0d7c008ddc784f2495ce4845f6710154..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigMETMonitoring/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package TrigMETMonitoring
-
-author Venkatesh Kaushik <venkat.kaushik at CERN.CH>
-author Xiaowen Lei <Xiaowen.Lei at CERN.CH>
-
-
-use AtlasPolicy             AtlasPolicy-*
-use TrigSteeringEvent       TrigSteeringEvent-*     Trigger/TrigEvent
-use TrigMissingEtEvent      TrigMissingEtEvent-*    Trigger/TrigEvent
-use MissingETEvent          MissingETEvent-*        Reconstruction
-use TrigHLTMonitoring       TrigHLTMonitoring-*	    Trigger/TrigMonitoring
-use xAODTrigger             xAODTrigger-*           Event/xAOD
-use xAODTrigMissingET       xAODTrigMissingET-*     Event/xAOD
-use xAODMissingET           xAODMissingET-*         Event/xAOD
-use xAODMuon                xAODMuon-*              Event/xAOD
-use xAODEgamma              xAODEgamma-*            Event/xAOD
-
-private
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-end_private
-
-private
-use AtlasCLHEP           AtlasCLHEP-*            External
-use AtlasROOT            AtlasROOT-*             External
-use StoreGate            StoreGate-*             Control
-use TrigConfL1Data       TrigConfL1Data-*        Trigger/TrigConfiguration
-use GaudiInterface       GaudiInterface-*        External
-end_private
-
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
-
diff --git a/Trigger/TrigMonitoring/TrigMinBiasMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigMinBiasMonitoring/cmt/requirements
deleted file mode 100644
index e3f8a57022ab405b7424683956c1df4bc7007ae5..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigMinBiasMonitoring/cmt/requirements
+++ /dev/null
@@ -1,47 +0,0 @@
-package TrigMinBiasMonitoring
-
-author Martin zur Nedden <nedden@mail.cern.ch>
-author Denis Oliveira Damazio <damazio@mail.cern.ch>
-author Alexander Paramonov <Alexander.Paramonov@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaMonitoring           AthenaMonitoring-*              Control
-use  AtlasROOT                  AtlasROOT-*                     External
-use  CaloIdentifier             CaloIdentifier-*                Calorimeter
-use  GaudiInterface             GaudiInterface-*                External
-use  TrigDecisionTool           TrigDecisionTool-*              Trigger/TrigAnalysis
-use  TrigHLTMonitoring          TrigHLTMonitoring-*             Trigger/TrigMonitoring
-
-use  TrigInDetEvent             TrigInDetEvent-*                Trigger/TrigEvent
-
-use  ZdcIdentifier              ZdcIdentifier-*                 ForwardDetectors/ZDC
-
-use  xAODEventInfo              xAODEventInfo-*                 Event/xAOD
-
-use	 InDetTrackSelectionTool	InDetTrackSelectionTool-*		InnerDetector/InDetRecTools
-
-private
-use  InDetBCM_RawData           InDetBCM_RawData-*              InnerDetector/InDetRawEvent
-use  LUCID_RawEvent             LUCID_RawEvent-*                ForwardDetectors/LUCID
-use  TileEvent                  TileEvent-*                     TileCalorimeter
-use  TrigCaloEvent              TrigCaloEvent-*                 Trigger/TrigEvent
-use  TrigInDetEvent             TrigInDetEvent-*                Trigger/TrigEvent
-use  CaloEvent                  CaloEvent-*                     Calorimeter
-use  CaloGeoHelpers             CaloGeoHelpers-*                Calorimeter
-use  ZdcEvent                   ZdcEvent-*                      ForwardDetectors/ZDC
-
-use  xAODTrigMinBias	        xAODTrigMinBias-*				Event/xAOD
-use  xAODTracking				xAODTracking-*					Event/xAOD
-
-end_private
-
-private
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-end_private
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
-
diff --git a/Trigger/TrigMonitoring/TrigMonitorBase/cmt/requirements b/Trigger/TrigMonitoring/TrigMonitorBase/cmt/requirements
deleted file mode 100755
index 269773dd01405606bbdd25953fea00799dca51db..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigMonitorBase/cmt/requirements
+++ /dev/null
@@ -1,20 +0,0 @@
-package TrigMonitorBase
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*      External
-use AtlasBoost          AtlasBoost-*          External
-
-use AthenaMonitoring    AthenaMonitoring-*    Control
-use AthenaBaseComps     AthenaBaseComps-*     Control
-use AtlasROOT           AtlasROOT-*           External
-
-apply_pattern declare_python_modules files="__init__.py TrigGenericMonitoringToolConfig.py"
-apply_pattern dual_use_library files=*.cxx
-
-private
-use TrigInterfaces      TrigInterfaces-*      Trigger/TrigSteer
-
-use TestTools           TestTools-*           AtlasTest
-#apply_pattern UnitTest_run unit_test=MonitoredAlgo
-apply_pattern UnitTest_run unit_test=HistoOperationLock
-apply_pattern UnitTest_run unit_test=LBNHist
diff --git a/Trigger/TrigMonitoring/TrigMuonMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigMuonMonitoring/cmt/requirements
deleted file mode 100644
index 288489429d01538f09ecd941311118cb4b6e8014..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigMuonMonitoring/cmt/requirements
+++ /dev/null
@@ -1,46 +0,0 @@
-
-package TrigMuonMonitoring
-
-author Martin zur Nedden <nedden@mail.cern.ch>
-author Denis Oliveira Damazio <damazio@mail.cern.ch>
-
-use AtlasPolicy          AtlasPolicy-*
-
-private
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-use AthenaMonitoring     AthenaMonitoring-*      Control
-use AtlasCLHEP           AtlasCLHEP-*            External
-use GaudiInterface       GaudiInterface-*        External
-use TrigConfHLTData      TrigConfHLTData-*       Trigger/TrigConfiguration
-use TrigDecisionTool      TrigDecisionTool-*      Trigger/TrigAnalysis
-use TrigObjectMatching    TrigObjectMatching-*    Trigger/TrigAnalysis
-use muonEvent            muonEvent-*             Reconstruction/MuonIdentification
-use EventInfo            EventInfo-*             Event
-use TrigSteeringEvent    TrigSteeringEvent-*     Trigger/TrigEvent
-use AnalysisTriggerEvent AnalysisTriggerEvent-*  PhysicsAnalysis/AnalysisTrigger
-use VxVertex             VxVertex-*              Tracking/TrkEvent
-use xAODTrigger			xAODTrigger-*            	Event/xAOD 
-use xAODMuon			xAODMuon-*            		Event/xAOD 
-use xAODTrigMuon		xAODTrigMuon-*            		Event/xAOD 
-use xAODPrimitives		xAODPrimitives-*            		Event/xAOD 
-use xAODTracking		xAODTracking-*            		Event/xAOD 
-end_private
-
-use AtlasROOT            AtlasROOT-*             External
-
-#use StoreGate            StoreGate-*             Control
-
-use TrigMuonEvent         TrigMuonEvent-*         Trigger/TrigEvent
-use TrigInDetEvent        TrigInDetEvent-*        Trigger/TrigEvent
-use TrigAnalysisInterfaces   TrigAnalysisInterfaces-* Trigger/TrigAnalysis
-
-use TrigHLTMonitoring           TrigHLTMonitoring-*             Trigger/TrigMonitoring
-#use MuonCombinedToolInterfaces  MuonCombinedToolInterfaces-*    Reconstruction/MuonIdentification
-# use MuonCombinedSelectorTools   MuonCombinedSelectorTools-*     Reconstruction/MuonIdentification
-
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="../python/*.py"
-apply_pattern dual_use_library files=*.cxx
-
diff --git a/Trigger/TrigMonitoring/TrigStatsFromCool/cmt/Makefile b/Trigger/TrigMonitoring/TrigStatsFromCool/cmt/Makefile
deleted file mode 100644
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigStatsFromCool/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Trigger/TrigMonitoring/TrigStatsFromCool/cmt/requirements b/Trigger/TrigMonitoring/TrigStatsFromCool/cmt/requirements
deleted file mode 100644
index b592ab458b1e2531ee96edf6443a2bab761dcf0d..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigStatsFromCool/cmt/requirements
+++ /dev/null
@@ -1,63 +0,0 @@
-package TrigStatsFromCool
-
-author  Joerg.Stelzer@cern.ch
-manager Joerg.Stelzer@cern.ch
-#============================================================================
-
-#============================================================================
-# Public dependencies
-#============================================================================
-use DetCommonPolicy *
-
-private
-
-##  use POOL v* LCG_Interfaces
-##  use COOL v* LCG_Interfaces
-##  use CORAL v* LCG_Interfaces
-##  use XercesC v* LCG_Interfaces
-##  use Reflex v* LCG_Interfaces
-##  use Boost v* LCG_Interfaces
-##  
-##  use TrigConfL1Data      TrigConfL1Data-*     Trigger/TrigConfiguration
-##  use TrigConfJobOptData  TrigConfJobOptData-* Trigger/TrigConfiguration
-##  use TrigConfHLTData     TrigConfHLTData-*    Trigger/TrigConfiguration
-
-#============================================================================
-# Build rules
-#============================================================================
-
-##  #
-##  # ignore patterns from LCG_Policy
-##  #
-##  apply_pattern detcommon_ignores
-##  
-##  # link header files into InstallArea, and include the corresponding
-##  # directory in the compiler options
-##  #
-##  apply_pattern detcommon_header_installer
-
-#============================================================================
-# Build applications
-#============================================================================
-
-##  apply_pattern trigconf_application name=Lvl1TriggerApp
-##  apply_pattern trigconf_application name=Lvl1TriggerApp2
-##  #apply_pattern trigconf_application name=JobOptTriggerApp
-##  apply_pattern trigconf_application name=2COOLApp
-##  apply_pattern trigconf_application name=2XMLApp
-##  apply_pattern trigconf_application name=PrescaleCollLoad
-##  #apply_pattern trigconf_application name=TestLogicParser
-##  #apply_pattern trigconf_application name=HltApp
-##  apply_pattern trigconf_application name=ConsistencyChecker
-##  apply_pattern trigconf_application name=RttTest
-
-#============================================================================
-# Install scripts and modules
-#============================================================================
-
-##  apply_pattern detcommon_link_files kind=scripts name=python_scripts files="\
-##  	-s=../scripts *.py" prefix=share/bin
-##  
-
-apply_pattern detcommon_link_files kind=python_modules name=python_mods files="\
-        -s=../python *.py" prefix=python/$(package)
diff --git a/Trigger/TrigMonitoring/TrigSteerMonitor/cmt/requirements b/Trigger/TrigMonitoring/TrigSteerMonitor/cmt/requirements
deleted file mode 100755
index 2d5d91d7da19efe7cef3bc663195006ae170be60..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigSteerMonitor/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TrigSteerMonitor
-
-author Martin zur Nedden
-
-public
-use  AtlasPolicy                AtlasPolicy-*
-use  GaudiInterface             GaudiInterface-*                External
-private
-use  AtlasROOT                  AtlasROOT-*                     External
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AthenaMonitoring           AthenaMonitoring-*              Control
-use  AtlasBoost                 AtlasBoost-*                    External
-use  DataCollection             DataCollection-*                External
-use  EventInfo                  EventInfo-*                     Event
-use  MagFieldInterfaces         MagFieldInterfaces-*            MagneticField
-use  StoreGate                  StoreGate-*                     Control
-use  xAODEventInfo              xAODEventInfo-*                 Event/xAOD
-use  TrigConfHLTData            TrigConfHLTData-*               Trigger/TrigConfiguration
-use  TrigConfL1Data             TrigConfL1Data-*                Trigger/TrigConfiguration
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigSteering               TrigSteering-*                  Trigger/TrigSteer
-use  TrigNavigation             TrigNavigation-*                Trigger/TrigEvent
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-use  TrigDataAccessMonitoring   TrigDataAccessMonitoring-*      Trigger/TrigDataAccess
-use  TrigMonitorBase            TrigMonitorBase-*               Trigger/TrigMonitoring
-use  LumiBlockComps             LumiBlockComps-*                LumiBlock
-end_private
-
-
-library TrigSteerMonitor *.cxx -s=components *.cxx
-apply_pattern component_library 
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigMonitoring/TrigTauMonitoring/cmt/requirements b/Trigger/TrigMonitoring/TrigTauMonitoring/cmt/requirements
deleted file mode 100644
index d50a945ab79bf1cc551c6efd19548737c08bfd54..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigTauMonitoring/cmt/requirements
+++ /dev/null
@@ -1,53 +0,0 @@
-package TrigTauMonitoring
-
-author Martin zur Nedden <nedden@mail.cern.ch>
-author Denis Oliveira Damazio <damazio@mail.cern.ch>
-
-
-private
-
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTMathLibs
-
-##use AnalysisTriggerEvent  AnalysisTriggerEvent-*  PhysicsAnalysis/AnalysisTrigger
-use AnalysisUtils         AnalysisUtils-*         PhysicsAnalysis/AnalysisCommon
-use AthenaMonitoring      AthenaMonitoring-*      Control
-use AthenaKernel          AthenaKernel-*          Control
-use AtlasROOT             AtlasROOT-*             External
-use EventInfo             EventInfo-*             Event
-use GaudiInterface        GaudiInterface-*        External
-use StoreGate             StoreGate-*             Control
-use TrigDecisionInterface TrigDecisionInterface-* Trigger/TrigEvent
-use TrigDecisionTool      TrigDecisionTool-*      Trigger/TrigAnalysis
-use TrigTauEmulation      TrigTauEmulation-*      Trigger/TrigAnalysis/TrigTauAnalysis
-use TrigHLTMonitoring     TrigHLTMonitoring-*     Trigger/TrigMonitoring
-use tauEvent              tauEvent-*              Reconstruction
-use VxVertex              VxVertex-*              Tracking/TrkEvent
-##use TrigConfHLTData       TrigConfHLTData-*       Trigger/TrigConfiguration
-use TrigConfL1Data        TrigConfL1Data-*        Trigger/TrigConfiguration
-use LumiBlockComps        LumiBlockComps-*        LumiBlock
-
-use xAODTau		  xAODTau-*		  Event/xAOD
-use xAODTrigger		  xAODTrigger-*		  Event/xAOD
-use xAODTruth             xAODTruth-*             Event/xAOD 
-use xAODEventInfo	  xAODEventInfo-*	  Event/xAOD
-use xAODTracking          xAODTracking-*          Event/xAOD
-use xAODMissingET         xAODMissingET-*         Event/xAOD
-use xAODMuon              xAODMuon-*              Event/xAOD
-use xAODEgamma            xAODEgamma-*            Event/xAOD
-use xAODJet               xAODJet-*               Event/xAOD
-public
-
-use AtlasPolicy           AtlasPolicy-*
-use TrigInDetEvent        TrigInDetEvent-*        Trigger/TrigEvent
-use TrigCaloEvent         TrigCaloEvent-*         Trigger/TrigEvent
-#use MissingETEvent       MissingETEvent-00-*     Reconstruction
-use TrigParticle          TrigParticle-*          Trigger/TrigEvent
-use TrigSteeringEvent     TrigSteeringEvent-*     Trigger/TrigEvent
-
-
-#apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-library TrigTauMonitoring *.cxx components/*.cxx
-apply_pattern component_library
-
diff --git a/Trigger/TrigMonitoring/TrigTimeMonitor/cmt/requirements b/Trigger/TrigMonitoring/TrigTimeMonitor/cmt/requirements
deleted file mode 100755
index 17e6fdf12ab90f7b5c444bb9735a8adc04b27bea..0000000000000000000000000000000000000000
--- a/Trigger/TrigMonitoring/TrigTimeMonitor/cmt/requirements
+++ /dev/null
@@ -1,19 +0,0 @@
-package TrigTimeMonitor
-
-author Tomasz Bold <Tomasz.Bold@cern.ch>
-
-use GaudiInterface      GaudiInterface-*             External
-use AtlasPolicy         AtlasPolicy-*
-use TrigTimeAlgs        TrigTimeAlgs-*               Trigger/TrigTools
-use AthenaMonitoring    AthenaMonitoring-*    	     Control
-use TrigMonitorBase     TrigMonitorBase-*            Trigger/TrigMonitoring
-use AtlasROOT           AtlasROOT-*                  External
-use AtlasBoost          AtlasBoost-*                 External
-
-private
-
-library TrigTimeMonitor *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="jobOfragment_TrigTimeMonitor.py"
diff --git a/Trigger/TrigSteer/L1Decoder/cmt/requirements b/Trigger/TrigSteer/L1Decoder/cmt/requirements
deleted file mode 100644
index ada769d5b4f84d00994bc18d0681c7c686c34e4a..0000000000000000000000000000000000000000
--- a/Trigger/TrigSteer/L1Decoder/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package L1Decoder
-
-use AtlasPolicy     AtlasPolicy-*
-use GaudiInterface  GaudiInterface-*  External
-
-private
-use AtlasROOT           AtlasROOT-*           External
-use AtlasBoost          AtlasBoost-*          External
-use AthenaBaseComps     AthenaBaseComps-*     Control
-use AthenaMonitoring    AthenaMonitoring-*    Control
-use TrigSteeringEvent   TrigSteeringEvent-*   Trigger/TrigEvent
-use xAODTrigger         xAODTrigger-*         Event/xAOD
-use TrigT1Interfaces    TrigT1Interfaces-*    Trigger/TrigT1
-use TrigT1Result        TrigT1Result-*        Trigger/TrigT1
-use TrigConfL1Data      TrigConfL1Data-*      Trigger/TrigConfiguration
-use TrigConfHLTData     TrigConfHLTData-*     Trigger/TrigConfiguration
-use TrigConfInterfaces  TrigConfInterfaces-*  Trigger/TrigConfiguration
-use CxxUtils            CxxUtils-*            Control
-use AthViews            AthViews-*            Control
-#use ViewAlgs            ViewAlgs-*            Trigger/TrigSteer
-end_private
-
-
-library L1Decoder *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_runtime extras="../share/*"
-apply_pattern declare_joboptions files="*.py"
\ No newline at end of file
diff --git a/Trigger/TrigSteer/TrigHLTResultByteStream/cmt/requirements b/Trigger/TrigSteer/TrigHLTResultByteStream/cmt/requirements
deleted file mode 100755
index 90ef21ed9d38d712c593715fcb8f3a4272e6560c..0000000000000000000000000000000000000000
--- a/Trigger/TrigSteer/TrigHLTResultByteStream/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package TrigHLTResultByteStream
-
-use AtlasPolicy          AtlasPolicy-*
-use StoreGate            StoreGate-*            Control
-use CLIDSvc              CLIDSvc-*              Control
-use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event
-use ByteStreamData       ByteStreamData-*       Event
-use TrigSteeringEvent    TrigSteeringEvent-*    Trigger/TrigEvent
-use GaudiInterface       GaudiInterface-*       External
-use DataCollection       DataCollection-*       External
-use AthenaBaseComps      AthenaBaseComps-*      Control
-
-author Nicolas Berger <Nicolas.Berger@cern.ch>
-
-# Specify the required tdaq-common components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_write)"
-
-apply_pattern dual_use_library files="*.cxx"
diff --git a/Trigger/TrigSteer/TrigInterfaces/cmt/requirements b/Trigger/TrigSteer/TrigInterfaces/cmt/requirements
deleted file mode 100755
index ac003840aee3c88df35527d6f29a6730c852e75f..0000000000000000000000000000000000000000
--- a/Trigger/TrigSteer/TrigInterfaces/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigInterfaces
-author Gianluca Comune <Gianluca.Comune@cern.ch>
-
-public
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*             External
-use AthenaBaseComps     AthenaBaseComps-*            Control
-use AthenaMonitoring    AthenaMonitoring-*           Control
-use TrigSteeringEvent   TrigSteeringEvent-*          Trigger/TrigEvent
-use AthContainers       AthContainers-*		     Control
-use AthLinks            AthLinks-*		     Control
-use DataCollection      DataCollection-*             External
-
-
-# this is for linkage only
-# use TrigParticle    TrigParticle-*                Trigger/TrigEvent
-# use TrigCaloEvent   TrigCaloEvent-*               Trigger/TrigEvent
-# use TrigMuonEvent   TrigMuonEvent-*               Trigger/TrigEvent
-# use TrigCosmicEvent TrigCosmicEvent-*             Trigger/TrigEvent
-# use TrigInDetEvent  TrigInDetEvent-*              Trigger/TrigEvent
-
-
-apply_pattern dual_use_library files=*.cxx
-
-use TrigNavigation      TrigNavigation-*             Trigger/TrigEvent
-use TrigStorageDefinitions      TrigStorageDefinitions-*             Trigger/TrigEvent
-
-
-private
-
-use AthenaKernel        AthenaKernel-*               Control
-use StoreGate           StoreGate-*                  Control
-use TrigTimeAlgs        TrigTimeAlgs-*               Trigger/TrigTools
-use xAODTrigger	    	xAODTrigger-*		         Event/xAOD
-
-# UnitTest programs
-
-use TestTools      TestTools-*         AtlasTest
-apply_pattern UnitTest_run unit_test=Templates extrapatterns=".*"
-apply_pattern UnitTest_run unit_test=MonitoredAlgo extrapatterns=".*"
-apply_pattern UnitTest_run unit_test=HLTCheck extrapatterns=".*"
diff --git a/Trigger/TrigSteer/TrigSteering/cmt/requirements b/Trigger/TrigSteer/TrigSteering/cmt/requirements
deleted file mode 100755
index 408334b5d2b45210982781ff9faa9a66d7ad2beb..0000000000000000000000000000000000000000
--- a/Trigger/TrigSteer/TrigSteering/cmt/requirements
+++ /dev/null
@@ -1,81 +0,0 @@
-package TrigSteering
-
-
-# author Till Eifert <Till.Eifert@cern.ch>
-# author Nicolas Berger <Nicolas.Berger@cern.ch>
-author Tomasz Bold <Tomasz.Bold@cern.ch>
-author Rustem Ospanov <Rustem.Ospanov@cern.ch>
-author Frank Winklmeier  <fwinkl@cern>
-author Joerg Stelzer  <stelzer@cern>
-
-
-public
-use  AtlasPolicy                AtlasPolicy-*
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AthenaMonitoring           AthenaMonitoring-*              Control
-use  EventInfo                  EventInfo-*                     Event
-use  GaudiInterface             GaudiInterface-*                External
-use  StoreGate                  StoreGate-*                     Control
-use  TrigConfHLTData            TrigConfHLTData-*               Trigger/TrigConfiguration
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-use  TrigTimeAlgs               TrigTimeAlgs-*                  Trigger/TrigTools
-use  DataModel                  DataModel-*                     Control
-use  TrigT1CaloEvent            TrigT1CaloEvent-*               Trigger/TrigT1
-use  TrigT1CaloToolInterfaces   TrigT1CaloToolInterfaces-*      Trigger/TrigT1
-use  TrigROBDataProviderSvc     TrigROBDataProviderSvc-*        Trigger/TrigDataAccess
-use  L1TopoCoreSim              L1TopoCoreSim-*                 Trigger/TrigT1/L1Topo
-use  L1TopoEvent                L1TopoEvent-*                   Trigger/TrigT1/L1Topo
-use  L1TopoAlgorithms           L1TopoAlgorithms-*              Trigger/TrigT1/L1Topo
-use  L1TopoSimulation           L1TopoSimulation-*              Trigger/TrigT1/L1Topo
-use  TrigConfBase               TrigConfBase-*                  Trigger/TrigConfiguration
-use  xAODEventInfo              xAODEventInfo-*                 Event/xAOD
-
-private
-use  AtlasBoost                 AtlasBoost-*                    External
-use  AtlasCLHEP                 AtlasCLHEP-*                    External
-use  AtlasROOT                  AtlasROOT-*                     External
-use  AtlasReflex                AtlasReflex-*                   External
-use  ByteStreamCnvSvcBase       ByteStreamCnvSvcBase-*          Event
-use  DataCollection             DataCollection-*                External
-use  TestTools                  TestTools-*                     AtlasTest
-use  TrigConfL1Data             TrigConfL1Data-*                Trigger/TrigConfiguration
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigMonitorBase            TrigMonitorBase-*               Trigger/TrigMonitoring
-use  TrigNavigation             TrigNavigation-*                Trigger/TrigEvent
-use  TrigSerializeResult        TrigSerializeResult-*           Trigger/TrigDataAccess
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-use  L1TopoCommon               L1TopoCommon-*                  Trigger/TrigT1/L1Topo
-use  L1TopoConfig               L1TopoConfig-*                  Trigger/TrigT1/L1Topo
-use  TrigStorageDefinitions     TrigStorageDefinitions-*        Trigger/TrigEvent
-use  xAODTrigger                xAODTrigger-*                   Event/xAOD
-use  CTPfragment                *  
-end_private
-
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py Lvl1Results.txt"
-apply_pattern declare_xmls extras="-s=../share *.dtd *.xml"
-
-
-apply_pattern declare_python_modules files="*.py"
-
-private
-
-# the following lines are needed for the unitTests:
-apply_tag  NEEDS_CORAL_BASE
-apply_tag NEEDS_COOL_FACTORY
-
-use TestTools      TestTools-*         AtlasTest
-apply_pattern install_runtime
-
-apply_pattern UnitTest_run unit_test=Signature extrapatterns=".*"
-
-# documentation
-macro_append DOXYGEN_INPUT " ../doc"
-
-apply_pattern lcgdict dict=TrigSteering selectionfile=selection.xml headerfiles="../TrigSteering/TrigSteeringDict.h"
-
-end_private
diff --git a/Trigger/TrigSteer/TrigSteeringTest/cmt/requirements b/Trigger/TrigSteer/TrigSteeringTest/cmt/requirements
deleted file mode 100755
index b0b22ace8a482ec2cc75734e36e3b5ff3106218b..0000000000000000000000000000000000000000
--- a/Trigger/TrigSteer/TrigSteeringTest/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package TrigSteeringTest
-
-author Gianluca Comune <Gianluca.Comune@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*             External
-#use StoreGate      	StoreGate-*  		     Control
-
-use TrigInterfaces      TrigInterfaces-*             Trigger/TrigSteer
-use TrigSteeringEvent	TrigSteeringEvent-*          Trigger/TrigEvent
-
-library TrigSteeringTest *.cxx -s=components *.cxx
-apply_pattern component_library
-
-private
-use xAODTrigger		xAODTrigger-*		     Event/xAOD
-use AthenaKernel 	AthenaKernel-* 		     Control
-use AthContainers       AthContainers-* 	     Control
-use TrigNavigation      TrigNavigation-*             Trigger/TrigEvent
-use TrigTimeAlgs	TrigTimeAlgs-*               Trigger/TrigTools
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-
-#apply_pattern lcgdict dict=TrigSteeringTest selectionfile=selection.xml headerfiles="../TrigSteeringTest/TrigSteeringTestDict.h"
-
-apply_pattern declare_python_modules files="*.py"
-
-end_private
diff --git a/Trigger/TrigSteer/TrigSteeringTestAthenaPool/cmt/requirements b/Trigger/TrigSteer/TrigSteeringTestAthenaPool/cmt/requirements
deleted file mode 100755
index a7e6287cf791f20b7419ddb71d9dbd21b09c703c..0000000000000000000000000000000000000000
--- a/Trigger/TrigSteer/TrigSteeringTestAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package TrigSteeringTestAthenaPool
-
-author Gianluca Comune <gianluca.comune@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use AtlasReflex           AtlasReflex-00-*        External
-use GaudiInterface      GaudiInterface-*      External
-use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL
-use AthenaPoolCnvSvc    AthenaPoolCnvSvc-*    Database/AthenaPOOL
-#use TrigSteeringTest    TrigSteeringTest-*    Trigger/TrigSteer
-
-#macro_append TrigEventAthenaPool_dict_linkopts "-lTrigSteeringTestDict"
-
-# apply_pattern poolcnv files="-s=${TrigSteeringTest_root}/TrigSteeringTest \
-#                                   dummyPoolObj.h \ 
-#                              -s=${TrigSteeringTest_root}/TrigSteeringTest \
-#                                   dummySealObj2.h \ 
-#                              -s=${TrigSteeringTest_root}/TrigSteeringTest \
-#                                  dummySealObj1.h "
-
-
-# apply_pattern declare_joboptions files="*.py"
-
diff --git a/Trigger/TrigSteer/ViewAlgs/cmt/requirements b/Trigger/TrigSteer/ViewAlgs/cmt/requirements
deleted file mode 100644
index 1e231eebbbe347b06578c80acdc24aae84c0344c..0000000000000000000000000000000000000000
--- a/Trigger/TrigSteer/ViewAlgs/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package ViewAlgs
-
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*    External
-
-
-apply_pattern dual_use_library files="*.cxx"
-
-apply_pattern declare_python_modules files="*.py"
-
-
-use xAODTrigger       	    xAODTrigger-*  	 Event/xAOD
-use AthContainers      AthContainers-*          Control
-use AthLinks        AthLinks-*           Control
-
-
-private
-use AthenaBaseComps      AthenaBaseComps-*   Control
-use TrigSteeringEvent       TrigSteeringEvent-*  Trigger/TrigEvent
-use L1Decoder       L1Decoder-*  Trigger/TrigSteer
-use StoreGate       StoreGate-*   Control/StoreGate
-use TrigConfHLTData TrigConfHLTData-* 		 Trigger/TrigConfiguration
-
-
-use CxxUtils			CxxUtils-* 			Control
-use AthViews            AthViews-*         Control
-
diff --git a/Trigger/TrigSteer/ViewAlgsTest/cmt/requirements b/Trigger/TrigSteer/ViewAlgsTest/cmt/requirements
deleted file mode 100644
index 13ec472b1b25b5677436337dd7ca163931c04976..0000000000000000000000000000000000000000
--- a/Trigger/TrigSteer/ViewAlgsTest/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package ViewAlgsTest
-
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*    External
-
-library ViewAlgsTest *.cxx -s=components *.cxx
-
-
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_runtime extras="../share/*"
-
-private
-use xAODTrigger       	 xAODTrigger-*  	 Event/xAOD
-use xAODTracking       	 xAODTracking-*  	 Event/xAOD
-use FourMomUtils       	 FourMomUtils-*  	 Event/FourMomUtils
-use AthenaBaseComps      AthenaBaseComps-*       Control
-use AthContainers      AthContainers-*       Control
-use TrigSteeringEvent    TrigSteeringEvent-*     Trigger/TrigEvent
-use L1Decoder            L1Decoder-*             Trigger/TrigSteer
-use ViewAlgs             ViewAlgs-*              Trigger/TrigSteer
-#use GaudiKernel          GaudiKernel-*           External
-use TrigConfHLTData      TrigConfHLTData-* 	 Trigger/TrigConfiguration
-use CxxUtils		     CxxUtils-* 		 Control
-use AthViews             AthViews-*              Control
-use AthLinks            AthLinks-*           Control
-use TrkTrack            TrkTrack-*             Tracking/TrkEvent
-use StoreGate		StoreGate-*	       Control
-
-
diff --git a/Trigger/TrigT1/L1Common/cmt/fragments/l1common_files b/Trigger/TrigT1/L1Common/cmt/fragments/l1common_files
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/Trigger/TrigT1/L1Common/cmt/fragments/l1common_files_header b/Trigger/TrigT1/L1Common/cmt/fragments/l1common_files_header
deleted file mode 100644
index 8f1e016c350afcba6f0bae2f8b832e72af04d3bd..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Common/cmt/fragments/l1common_files_header
+++ /dev/null
@@ -1,11 +0,0 @@
-
-${CONSTITUENT} : ${FILEPATH}${FILENAME}
-	python ${LOC}/XMLtoHeader.py -i ${FILEPATH}${FILENAME} -o ${CONSTITUENT}
-	/bin/mv ${CONSTITUENT}*.h ${INC}/
-	/bin/mv ${CONSTITUENT}*.py ${PY}/
-	#/bin/mv ${CONSTITUENT}*.java ${JAV}/
-
-${CONSTITUENT}clean ::
-	/bin/rm -f ${INC}/${CONSTITUENT}*.h
-	#/bin/rm -f ${JAV}/${CONSTITUENT}*.java
-	/bin/rm -f ${PY}/${CONSTITUENT}*.py
diff --git a/Trigger/TrigT1/L1Common/cmt/requirements b/Trigger/TrigT1/L1Common/cmt/requirements
deleted file mode 100644
index 9a86f1260d26a70147616e84dbc06517d41c35ad..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Common/cmt/requirements
+++ /dev/null
@@ -1,17 +0,0 @@
-package L1Common
-
-author ruth.poettgen@cern.ch
-
-use  DetCommonPolicy  *
-
-make_fragment l1common_files -header=l1common_files_header
-
-document l1common_files L1Common FILEPATH=../schema/ FILENAME=L1Specifications.xml INC=../L1Common PY=../python LOC=../scripts
-
-apply_pattern detcommon_ignores
-
-apply_pattern detcommon_header_installer
-
-apply_pattern detcommon_link_files kind=python_modules name=python_mods files="-s=../python *.py" prefix=python/L1Common
-
-macro_prepend install_python_modspython_modules_dependencies " L1Common "
diff --git a/Trigger/TrigT1/L1CommonCore/cmt/Makefile b/Trigger/TrigT1/L1CommonCore/cmt/Makefile
deleted file mode 100644
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1CommonCore/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Trigger/TrigT1/L1CommonCore/cmt/requirements b/Trigger/TrigT1/L1CommonCore/cmt/requirements
deleted file mode 100644
index 67830a9ce28f1cfada358a8b82d4766f0d5bc3f4..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1CommonCore/cmt/requirements
+++ /dev/null
@@ -1,12 +0,0 @@
-package L1CommonCore
-
-author ruth.poettgen@cern.ch
-
-#use TDAQCPolicy *
-use DetCommonPolicy *
-use CTPfragment *
-
-apply_pattern detcommon_ignores
-apply_pattern detcommon_header_installer
-
-private
diff --git a/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/Makefile.RootCore b/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/Makefile.RootCore
deleted file mode 100644
index 4ad9e0545883a92ab27811595d86ba44b582a30d..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,22 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = L1TopoAlgorithms
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = L1TopoInterfaces Asg_Boost
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/fragments/l1topo_pygen b/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/fragments/l1topo_pygen
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/fragments/l1topo_pygen_header b/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/fragments/l1topo_pygen_header
deleted file mode 100644
index fc3e8203797007a7c91dd0a93f57df20c29e9ad3..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/fragments/l1topo_pygen_header
+++ /dev/null
@@ -1,20 +0,0 @@
-# ========================= l1topo_pygen_header ======================
-
-${CONSTITUENT}PY       = $(bin)${CONSTITUENT}_Config.py
-${CONSTITUENT}stamp    = $(bin)${CONSTITUENT}.stamp
-${CONSTITUENT}exec     = TrigConfL1TopoGenPyAlg
-${CONSTITUENT}gendir   = ../pygen
-
-gendirs ::
-	@if test ! -d $(${CONSTITUENT}gendir) ; then $(mkdir) -p $(${CONSTITUENT}gendir) ; fi
-
-${CONSTITUENT} :: $(${CONSTITUENT}PY)
-	@/bin/echo ${CONSTITUENT} ok
-
-$(${CONSTITUENT}PY) :: gendirs
-	cd $(${CONSTITUENT}gendir); \
-	$(${CONSTITUENT}exec); \
-	cat /dev/null > $(${CONSTITUENT}stamp)
-
-
-# ========================= end l1topo_pygen_header ==================
diff --git a/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/requirements
deleted file mode 100644
index 5788d481968769d1cf961beca1513551ce6b4d0b..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoAlgorithms/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package L1TopoAlgorithms
-
-# General dependencies
-use  DetCommonPolicy    *
-
-# Trigger dependencies
-use L1TopoInterfaces    *      Trigger/TrigT1/L1Topo
-use L1TopoEvent         *      Trigger/TrigT1/L1Topo
-use L1TopoSimulationUtils         *      Trigger/TrigT1/L1Topo
-
-private
-use  ROOT                   *   LCG_Interfaces
-use  Boost                  *   LCG_Interfaces
-use  L1TopoSimulationUtils  *   Trigger/TrigT1/L1Topo
-
-
-macro_append ROOT_linkopts " -lHist "
-end_private
-
-
-# CMT package configuration
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
-apply_pattern trigconf_application name=L1TopoGenPyAlg
-
-
-make_fragment l1topo_pygen_header
-make_fragment l1topo_pygen -header=l1topo_pygen_header
-
-document l1topo_pygen PyGen -s=../Root *.cxx
-macro_append PyGen_dependencies " TrigConfL1TopoGenPyAlg"
-
-apply_pattern detcommon_link_files kind=python_modules name=l1topoalg files="-s=../pygen *.py" prefix=python/L1TopoAlgorithms
-apply_pattern detcommon_link_files kind=python_modules files="-s=../python *.py" prefix=python/L1TopoAlgorithms
-
-macro_append install_l1topoalgpython_modules_dependencies " PyGen"
diff --git a/Trigger/TrigT1/L1Topo/L1TopoByteStream/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoByteStream/cmt/requirements
deleted file mode 100644
index 599d966f7da4e0adffc31664d4ff49a6980eaf8b..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoByteStream/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package L1TopoByteStream
-
-author Simon George <S.George@rhul.ac.uk>
-
-public
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*       External
-
-
-
-private
-use AthenaKernel         AthenaKernel-*         Control
-use StoreGate            StoreGate-*            Control
-use DataCollection       DataCollection-*       External
-use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event
-use ByteStreamData       ByteStreamData-*       Event
-use AthenaBaseComps      AthenaBaseComps-*      Control
-use L1TopoRDO            L1TopoRDO-*            Trigger/TrigT1/L1Topo
-use SGTools              SGTools-*              Control
-use xAODTrigL1Calo       xAODTrigL1Calo-*       Event/xAOD
-end_private
-
-# Specify the required tdaq-common components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_write)"
-
-library L1TopoByteStream *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Trigger/TrigT1/L1Topo/L1TopoCommon/cmt/Makefile.RootCore b/Trigger/TrigT1/L1Topo/L1TopoCommon/cmt/Makefile.RootCore
deleted file mode 100644
index 44fec8637aecafe9e0d885ae9b6911d1900224d9..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoCommon/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,22 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = L1TopoCommon
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = Asg_Boost
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigT1/L1Topo/L1TopoCommon/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoCommon/cmt/requirements
deleted file mode 100644
index 00b579cffeadc82160c5697de723306cbbee1446..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoCommon/cmt/requirements
+++ /dev/null
@@ -1,10 +0,0 @@
-package L1TopoCommon
-
-# General dependencies
-use  DetCommonPolicy    *
-use  Boost              *      LCG_Interfaces
-
-# Trigger dependencies
-
-# CMT package configuration
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
diff --git a/Trigger/TrigT1/L1Topo/L1TopoConfig/cmt/Makefile.RootCore b/Trigger/TrigT1/L1Topo/L1TopoConfig/cmt/Makefile.RootCore
deleted file mode 100644
index 64d4b4279fb9d583ae0201bf9e778ce333a14839..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoConfig/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,22 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = L1TopoConfig
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = Asg_Boost
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigT1/L1Topo/L1TopoConfig/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoConfig/cmt/requirements
deleted file mode 100644
index 64905f3ab74c1004fcd256650990ed3ae22de76a..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoConfig/cmt/requirements
+++ /dev/null
@@ -1,19 +0,0 @@
-package L1TopoConfig
-	
-# General dependencies
-
-use  DetCommonPolicy    *
-use  Boost              *   LCG_Interfaces
-use  L1TopoCommon       *   Trigger/TrigT1/L1Topo
-use  TrigConfBase       *   Trigger/TrigConfiguration
-
-private
-# Trigger dependencies
-end_private
-
-# CMT package configuration
-apply_pattern detcommon_shared_generic_library files="../Root/*.cxx ../src/*.cxx"
-apply_pattern trigconf_application name=TopoReader
-
-# xml files
-apply_pattern detcommon_link_files kind=xml files="-s=../data *.xml" prefix=XML/L1TopoConfig
diff --git a/Trigger/TrigT1/L1Topo/L1TopoCoreSim/cmt/Makefile.RootCore b/Trigger/TrigT1/L1Topo/L1TopoCoreSim/cmt/Makefile.RootCore
deleted file mode 100644
index c77c5cb51b9fbc1a25b8ceb977ebe4271c726299..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoCoreSim/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,22 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = L1TopoCoreSim
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = L1TopoConfig L1TopoEvent L1TopoAlgorithms Asg_Boost
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigT1/L1Topo/L1TopoCoreSim/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoCoreSim/cmt/requirements
deleted file mode 100644
index ab1b293e3bd0a58648e75b6b2fbfbc7541a03c46..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoCoreSim/cmt/requirements
+++ /dev/null
@@ -1,30 +0,0 @@
-package L1TopoCoreSim
-
-public
-
-# General dependencies
-use  DetCommonPolicy            DetCommonPolicy-*               
-
-# Trigger dependencies
-use  L1TopoConfig               L1TopoConfig-*                  Trigger/TrigT1/L1Topo
-use  L1TopoCommon               L1TopoCommon-*                  Trigger/TrigT1/L1Topo
-use  L1TopoEvent                L1TopoEvent-*                   Trigger/TrigT1/L1Topo
-use  L1TopoInterfaces           L1TopoInterfaces-*              Trigger/TrigT1/L1Topo
-
-private
-use  TrigConfBase               TrigConfBase-*                  Trigger/TrigConfiguration
-use  L1TopoAlgorithms           L1TopoAlgorithms-*              Trigger/TrigT1/L1Topo
-use  L1TopoHardware             L1TopoHardware-*                Trigger/TrigT1/L1Topo
-use  Boost                      *                               LCG_Interfaces
-use  ROOT                       *                               LCG_Interfaces
-end_private
-
-
-# CMT package configuration
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
-apply_pattern trigconf_application name=TopoStandAlone
-apply_pattern trigconf_application name=TopoTestSteeringConfig
-
-macro_append TrigConfTopoTestSteeringConfiglinkopts ' -lL1TopoAlgorithms'
-
-macro_append ROOT_linkopts ' -lHist'
diff --git a/Trigger/TrigT1/L1Topo/L1TopoEvent/cmt/Makefile.RootCore b/Trigger/TrigT1/L1Topo/L1TopoEvent/cmt/Makefile.RootCore
deleted file mode 100644
index f6a090485459e7cc7b7c943aa913114005d52d84..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoEvent/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,22 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = L1TopoEvent
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = L1TopoCommon Asg_Boost
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigT1/L1Topo/L1TopoEvent/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoEvent/cmt/requirements
deleted file mode 100644
index 7577797f703a3fa7e95ead2e10f951d12e63d529..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoEvent/cmt/requirements
+++ /dev/null
@@ -1,13 +0,0 @@
-package L1TopoEvent
-
-# General dependencies
-use  DetCommonPolicy    *
-use  Boost              *      LCG_Interfaces
-
-# Trigger dependencies
-use L1TopoCommon        *      Trigger/TrigT1/L1Topo
-use TrigConfBase        *      Trigger/TrigConfiguration
-
-
-# CMT package configuration
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
diff --git a/Trigger/TrigT1/L1Topo/L1TopoHardware/cmt/fragments/l1topohw_pygen b/Trigger/TrigT1/L1Topo/L1TopoHardware/cmt/fragments/l1topohw_pygen
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/Trigger/TrigT1/L1Topo/L1TopoHardware/cmt/fragments/l1topohw_pygen_header b/Trigger/TrigT1/L1Topo/L1TopoHardware/cmt/fragments/l1topohw_pygen_header
deleted file mode 100644
index f4a64222e49aa0d96f4a47d4b6990c8f2339936d..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoHardware/cmt/fragments/l1topohw_pygen_header
+++ /dev/null
@@ -1,20 +0,0 @@
-# ========================= l1topo_pygen_header ======================
-
-${CONSTITUENT}PY       = $(bin)${CONSTITUENT}_Config.py
-${CONSTITUENT}stamp    = $(bin)${CONSTITUENT}.stamp
-${CONSTITUENT}exec     = TrigConfL1TopoGenPyHardware
-${CONSTITUENT}gendir   = ../pygen
-
-gendirs ::
-	@if test ! -d $(${CONSTITUENT}gendir) ; then $(mkdir) -p $(${CONSTITUENT}gendir) ; fi
-
-${CONSTITUENT} :: $(${CONSTITUENT}PY)
-	@/bin/echo ${CONSTITUENT} ok
-
-$(${CONSTITUENT}PY) :: gendirs
-	cd $(${CONSTITUENT}gendir); \
-	$(${CONSTITUENT}exec); \
-	cat /dev/null > $(${CONSTITUENT}stamp)
-
-
-# ========================= end l1topo_pygen_header ==================
diff --git a/Trigger/TrigT1/L1Topo/L1TopoHardware/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoHardware/cmt/requirements
deleted file mode 100644
index 100d943fc5437c68924b98411dad0e250190f412..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoHardware/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package L1TopoHardware
-
-public
-
-# General dependencies
-use  DetCommonPolicy            DetCommonPolicy-*               
-
-# Trigger dependencies
-
-private
-end_private
-
-# CMT package configuration
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
-apply_pattern trigconf_application name=L1TopoGenPyHardware
-
-
-make_fragment l1topohw_pygen_header
-make_fragment l1topohw_pygen -header=l1topohw_pygen_header
-document l1topohw_pygen PyGenHW -s=../Root *.cxx
-macro_append PyGenHW_dependencies " TrigConfL1TopoGenPyHardware"
-apply_pattern detcommon_link_files kind=python_modules name=l1topohw files="-s=../pygen *.py" prefix=python/L1TopoHardware
-apply_pattern detcommon_link_files kind=python_modules files="-s=../python *.py" prefix=python/L1TopoHardware
-macro_append install_l1topohwpython_modules_dependencies " PyGenHW"
diff --git a/Trigger/TrigT1/L1Topo/L1TopoInterfaces/cmt/Makefile.RootCore b/Trigger/TrigT1/L1Topo/L1TopoInterfaces/cmt/Makefile.RootCore
deleted file mode 100644
index 75ccee8123b8fe0da814cd63799e5271a97d91f8..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoInterfaces/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,22 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = L1TopoInterfaces
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = L1TopoEvent Asg_Boost
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigT1/L1Topo/L1TopoInterfaces/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoInterfaces/cmt/requirements
deleted file mode 100644
index 98d5da04b1b93453976ced3bd38b64120ae4f778..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoInterfaces/cmt/requirements
+++ /dev/null
@@ -1,15 +0,0 @@
-package L1TopoInterfaces
-
-# General dependencies
-use  DetCommonPolicy    *
-use  Boost              *      LCG_Interfaces
-use  ROOT               *      LCG_Interfaces
-
-# Trigger dependencies
-use TrigConfBase        *      Trigger/TrigConfiguration
-use L1TopoCommon        *      Trigger/TrigT1/L1Topo
-use L1TopoEvent         *      Trigger/TrigT1/L1Topo
-
-
-# CMT package configuration
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
diff --git a/Trigger/TrigT1/L1Topo/L1TopoMonitoring/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoMonitoring/cmt/requirements
deleted file mode 100755
index 5cdcc0049a7691b781aa3c52ee3159315f2e2e53..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoMonitoring/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package L1TopoMonitoring
-
-author Simon George
-
-public
-use AtlasPolicy                AtlasPolicy-*                   
-
-private
-use AthenaBaseComps            AthenaBaseComps-*       Control
-use GaudiInterface             GaudiInterface-*        External
-use TrigT1Result               TrigT1Result-*          Trigger/TrigT1
-use L1TopoRDO	     	       L1TopoRDO-*	       Trigger/TrigT1/L1Topo
-use L1TopoConfig               L1TopoConfig-*          Trigger/TrigT1/L1Topo
-use TrigConfInterfaces         TrigConfInterfaces-*    Trigger/TrigConfiguration
-end_private
-
-library L1TopoMonitoring *.cxx components/*.cxx
-apply_pattern component_library 
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigT1/L1Topo/L1TopoRDO/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoRDO/cmt/requirements
deleted file mode 100644
index db3b4fe3ab96f6cac28106e5048f53aba0605a7e..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoRDO/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package L1TopoRDO
-
-author Simon George <S.George@rhul.ac.uk>
-
-use  AtlasPolicy                AtlasPolicy-*                   
-use  CLIDSvc                    CLIDSvc-*                       Control
-use  DataModel                  DataModel-*                     Control
-use  SGTools                    SGTools-*                       Control
-use  TestTools                  TestTools-*                     AtlasTest
-
-private
-use  AtlasBoost                 AtlasBoost-*                    External
-end_private
-
-library L1TopoRDO *.cxx
-apply_pattern installed_library
-
-apply_pattern UnitTest_run unit_test=L1TopoRDO
diff --git a/Trigger/TrigT1/L1Topo/L1TopoSimulation/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoSimulation/cmt/requirements
deleted file mode 100644
index 6a69e2d065c7436dae837bc992c4ef7687466802..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoSimulation/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package L1TopoSimulation
-
-author Joerg Stelzer
-
-public
-use  AtlasPolicy                AtlasPolicy-*
-private
-use  L1TopoInterfaces           L1TopoInterfaces-*              Trigger/TrigT1/L1Topo
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  AtlasROOT                  AtlasROOT-*                     External
-use  TrigConfL1Data             TrigConfL1Data-*                Trigger/TrigConfiguration
-use  TrigConfBase               TrigConfBase-*                  Trigger/TrigConfiguration
-use  AthenaMonitoring           AthenaMonitoring-*              Control
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-use  GaudiInterface             GaudiInterface-*                External
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-#use  TrigSteering               TrigSteering-*                  Trigger/TrigSteer
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-use  L1TopoConfig               L1TopoConfig-*                  Trigger/TrigT1/L1Topo
-use  L1TopoCoreSim              L1TopoCoreSim-*                 Trigger/TrigT1/L1Topo
-use  L1TopoEvent                L1TopoEvent-*                   Trigger/TrigT1/L1Topo
-use  TrigT1CaloEvent            TrigT1CaloEvent-*               Trigger/TrigT1
-use  TrigT1CaloUtils            TrigT1CaloUtils-*               Trigger/TrigT1
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-use  EventInfo                  EventInfo-*                     Event
-end_private
-
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/Makefile b/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/Makefile
deleted file mode 100644
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/Makefile.RootCore b/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/Makefile.RootCore
deleted file mode 100644
index 829f9b753072cc1ffc315e2d466dd1682b722909..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,22 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-PACKAGE          = L1TopoSimulationUtils
-PACKAGE_PRELOAD  = 
-PACKAGE_CXXFLAGS = 
-PACKAGE_OBJFLAGS = 
-PACKAGE_LDFLAGS  = 
-PACKAGE_BINFLAGS = 
-PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = Asg_Boost
-PACKAGE_TRYDEP   = 
-PACKAGE_CLEAN    = 
-PACKAGE_NOOPT    = 0
-PACKAGE_NOCC     = 0
-PACKAGE_PEDANTIC = 1
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/requirements
deleted file mode 100644
index 747a50885c3d91d2d297bb5114543705e79e203c..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoSimulationUtils/cmt/requirements
+++ /dev/null
@@ -1,12 +0,0 @@
-package L1TopoSimulationUtils
-
-
-# General dependencies
-use  DetCommonPolicy    *
-use  Boost              *      LCG_Interfaces
-
-# Trigger dependencies
-use L1TopoEvent         *      Trigger/TrigT1/L1Topo
-
-# CMT package configuration
-apply_pattern detcommon_shared_generic_library files=../Root/*.cxx
diff --git a/Trigger/TrigT1/L1Topo/L1TopoValidation/L1TopoValDataCnv/cmt/requirements b/Trigger/TrigT1/L1Topo/L1TopoValidation/L1TopoValDataCnv/cmt/requirements
deleted file mode 100644
index ed1e9d1a3978800ae0316a68a6bbc0bde5709b52..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/L1Topo/L1TopoValidation/L1TopoValDataCnv/cmt/requirements
+++ /dev/null
@@ -1,19 +0,0 @@
-package L1TopoValDataCnv
-
-author Werner Wiedenmann <Werner.Wiedenmann@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-
-library L1TopoValDataCnv *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-
-private
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  GaudiInterface             GaudiInterface-*                External
-use  AthenaKernel               AthenaKernel-*                  Control
-use  xAODTrigger                xAODTrigger-*                   Event/xAOD
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
\ No newline at end of file
diff --git a/Trigger/TrigT1/TrigT1BCM/cmt/requirements b/Trigger/TrigT1/TrigT1BCM/cmt/requirements
deleted file mode 100644
index 236782fbf4145dc13e86df6e408b40e2c710f7d8..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1BCM/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package TrigT1BCM
-author B. Demirkoz <demirkoz@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use GaudiInterface      GaudiInterface-*        External
-
-# BCM Simulation
-use InDetBCM_RawData    InDetBCM_RawData-*     InnerDetector/InDetRawEvent
-
-# Trigger configuration packages
-use TrigConfInterfaces  TrigConfInterfaces-*    Trigger/TrigConfiguration
-#use TrigConfL1Data      TrigConfL1Data-*        Trigger/TrigConfiguration
-
-# LVL1 simulation
-#use TrigT1Interfaces    TrigT1Interfaces-*      Trigger/TrigT1
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-
-private
-use TrigConfL1Data      TrigConfL1Data-*        Trigger/TrigConfiguration
-use TrigT1Interfaces    TrigT1Interfaces-*      Trigger/TrigT1
-end_private
diff --git a/Trigger/TrigT1/TrigT1CTMonitoring/cmt/requirements b/Trigger/TrigT1/TrigT1CTMonitoring/cmt/requirements
deleted file mode 100644
index 94877f4f000e74d9cd948ac9568e5d4d2d498413..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CTMonitoring/cmt/requirements
+++ /dev/null
@@ -1,44 +0,0 @@
-package TrigT1CTMonitoring
-# $Id: requirements 767189 2016-08-10 09:17:01Z krasznaa $
-
-author David Berge <David.Berge@cern.ch>
-
-public
-
-use  AtlasPolicy                AtlasPolicy-*                   
-use  GaudiInterface             GaudiInterface-*                External
-
-private
-
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-use  AthenaMonitoring           AthenaMonitoring-*              Control
-use  AtlasCOOL                  AtlasCOOL-*                     External
-use  MuonTrigCoinData           MuonTrigCoinData-*              MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use  MuonDigitContainer         MuonDigitContainer-*            MuonSpectrometer
-use  MuonRDO                    MuonRDO-*                       MuonSpectrometer
-use  AthenaPoolUtilities        AthenaPoolUtilities-*           Database/AthenaPOOL
-use  AtlasCORAL                 AtlasCORAL-*                    External
-use  AtlasROOT                  AtlasROOT-*                     External
-use  CoraCool                   CoraCool-*                      Database
-use  EventInfo			EventInfo-*			Event
-use  AtlasBoost                 AtlasBoost-*                    External
-use  LWHists                    LWHists-*                       Tools
-use  TrigConfL1Data             TrigConfL1Data-*                Trigger/TrigConfiguration
-use  TrigConfStorage            TrigConfStorage-*               Trigger/TrigConfiguration
-use  TrigT1CTP                  TrigT1CTP-*                     Trigger/TrigT1
-use  TrigT1CaloEvent            TrigT1CaloEvent-*               Trigger/TrigT1
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-
-end_private
-
-library TrigT1CTMonitoring *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern declare_xmls
-apply_pattern install_xmls
-apply_pattern generic_declare_for_link kind=data files="-s=../scripts *.py" prefix=share/bin
diff --git a/Trigger/TrigT1/TrigT1CTP/cmt/requirements b/Trigger/TrigT1/TrigT1CTP/cmt/requirements
deleted file mode 100755
index 56a0ff9f394f7c723104834107e116bcd7c281dc..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CTP/cmt/requirements
+++ /dev/null
@@ -1,40 +0,0 @@
-package TrigT1CTP
-
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-author Wolfgang Ehrenfeld <Wolfgang.Ehrenfeld@desy.de>
-
-public
-use  AtlasPolicy                AtlasPolicy-*
-use  StoreGate                  StoreGate-*                     Control
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  GaudiInterface             GaudiInterface-*                External
-use  DataCollection             DataCollection-*                External
-use  TrigInterfaces             TrigInterfaces-*                Trigger/TrigSteer
-use  TrigConfL1Data             TrigConfL1Data-*                Trigger/TrigConfiguration
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-use  CTPfragment                v*
-
-private
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AtlasCLHEP                 AtlasCLHEP-*                    External
-use  EventInfo                  EventInfo-*                     Event
-use  AtlasBoost                 AtlasBoost-*                    External
-use  AtlasROOT                  AtlasROOT-*                     External
-use  L1TopoConfig               L1TopoConfig-*                  Trigger/TrigT1/L1Topo
-use  PathResolver               PathResolver-*                  Tools
-use  AthenaPoolUtilities        AthenaPoolUtilities-*           Database/AthenaPOOL
-use  TrigConfStorage            TrigConfStorage-*               Trigger/TrigConfiguration
-use  TrigT1Interfaces           TrigT1Interfaces-*              Trigger/TrigT1
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-use  AthenaMonitoring           AthenaMonitoring-*              Control
-
-
-private
-
-library TrigT1CTP *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern generic_declare_for_link kind=data files="-s=../data *.cfg" prefix=share/TrigT1CTP
-
diff --git a/Trigger/TrigT1/TrigT1CaloByteStream/cmt/requirements b/Trigger/TrigT1/TrigT1CaloByteStream/cmt/requirements
deleted file mode 100755
index 0a17aeadb3199aa61ee7531672199fff2e915e8f..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloByteStream/cmt/requirements
+++ /dev/null
@@ -1,47 +0,0 @@
-package TrigT1CaloByteStream
-
-use AtlasPolicy          AtlasPolicy-*
-use DataModel            DataModel-*            Control
-use GaudiInterface       GaudiInterface-*       External
-
-author Alexander Mazurov <alexander.mazurov@cern.ch>
-author Peter Faulkner <P.J.W.Faulkner@bham.ac.uk>
-
-apply_pattern cmake_add_command command="find_package(tdaq-common COMPONENTS eformat_write)"
-
-# use this line to exclude test algorithms
-library TrigT1CaloByteStream *.cxx xaod/*.cxx components/*.cxx
-# use this line to include test algorithms
-#library TrigT1CaloByteStream  ../test/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-
-use DataCollection       DataCollection-*       External
-use AsgTools             AsgTools-*             Control/AthToolSupport
-use xAODTrigL1Calo       xAODTrigL1Calo-*       Event/xAOD
-
-private
-use AthenaBaseComps      AthenaBaseComps-*      Control
-use AthenaKernel         AthenaKernel-*         Control
-use AthContainers        AthContainers-*        Control
-use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event 
-use ByteStreamData       ByteStreamData-*       Event
-use StoreGate            StoreGate-*            Control
-use SGTools              SGTools-*              Control
-use EventInfo            EventInfo-*            Event
-use TrigT1CaloEvent      TrigT1CaloEvent-*      Trigger/TrigT1
-use TrigT1CaloUtils      TrigT1CaloUtils-*      Trigger/TrigT1
-use TrigT1CaloMappingToolInterfaces TrigT1CaloMappingToolInterfaces-* Trigger/TrigT1
-use ZdcByteStream	 ZdcByteStream-*	ForwardDetectors/ZDC/ZdcCnv
-
-use TrigT1Interfaces     TrigT1Interfaces-*     Trigger/TrigT1
-
-# Only needed for test algorithms
-use TrigT1Interfaces     TrigT1Interfaces-*     Trigger/TrigT1
-#use StoreGate            StoreGate-*            Control
-
-use AtlasReflex  AtlasReflex-*  External -no_auto_imports
-apply_pattern lcgdict dict=TrigT1CaloByteStream selectionfile=selection.xml headerfiles="../TrigT1CaloByteStream/TrigT1CaloByteStreamDict.h"
-  
-macro_append DOXYGEN_FILE_PATTERNS    " *.icc"
diff --git a/Trigger/TrigT1/TrigT1CaloCalibAthenaPool/cmt/requirements b/Trigger/TrigT1/TrigT1CaloCalibAthenaPool/cmt/requirements
deleted file mode 100755
index 34a780001f9e62846911b9c55c9e92083e5962f0..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloCalibAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,13 +0,0 @@
-package TrigT1CaloCalibAthenaPool
-
-author Damien Prieur <damien.prieur@cern.ch>
-
-use AtlasPolicy     AtlasPolicy-*
-#use AtlasReflex            AtlasReflex-*             External
-
-private
-use AthenaPoolUtilities  AthenaPoolUtilities-*   Database/AthenaPOOL
-use TrigT1CaloCalibConditions       TrigT1CaloCalibConditions-*        Trigger/TrigT1
-
-apply_pattern poolcnv files="-s=${TrigT1CaloCalibConditions_root}/TrigT1CaloCalibConditions \
-                                 L1CaloPedestalContainer.h L1CaloRampDataContainer.h"
diff --git a/Trigger/TrigT1/TrigT1CaloCalibConditions/cmt/requirements b/Trigger/TrigT1/TrigT1CaloCalibConditions/cmt/requirements
deleted file mode 100755
index 617d19e45e0029ab0d3989fe711a068b732ffd7c..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloCalibConditions/cmt/requirements
+++ /dev/null
@@ -1,28 +0,0 @@
-package TrigT1CaloCalibConditions
-
-author Damien Prieur <damien.prieur@cern.ch>
-author Veit Scharf <veit.scharf@kip.uni-heidelberg.de>
-
-use AtlasPolicy     AtlasPolicy-*
-use GaudiInterface  GaudiInterface-*  External
-use CLIDSvc CLIDSvc-* Control
-use DataModel DataModel-* Control
-use AtlasCORAL AtlasCORAL-* External
-#use AthenaKernel AthenaKernel-* Control
-use AthenaPoolUtilities  AthenaPoolUtilities-*  Database/AthenaPOOL
-
-#use AtlasROOT AtlasROOT-* External
-#apply_tag ROOTGraphicsLibs
-
-library TrigT1CaloCalibConditions *.cxx
-apply_pattern installed_library
-apply_pattern declare_joboptions files="*.txt *.py"
-
-private
-
-use AtlasReflex  AtlasReflex-* External -no_auto_imports
-use CxxUtils     CxxUtils-*    Control
-apply_pattern lcgdict dict=TrigT1CaloCalibConditions selectionfile=selection.xml headerfiles="../TrigT1CaloCalibConditions/TrigT1CaloCalibConditionsDict.h"
-
-end_private
-
diff --git a/Trigger/TrigT1/TrigT1CaloCalibToolInterfaces/cmt/requirements b/Trigger/TrigT1/TrigT1CaloCalibToolInterfaces/cmt/requirements
deleted file mode 100644
index b4a20e2c8c9391fc60c805f5e5301755abdb2596..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloCalibToolInterfaces/cmt/requirements
+++ /dev/null
@@ -1,17 +0,0 @@
-package TrigT1CaloCalibToolInterfaces
-
-author John Morris <john.morris@cern.ch>
-
-public
-
-use AtlasPolicy                AtlasPolicy-*
-use AsgTools                   AsgTools-*               Control/AthToolSupport
-
-use TrigT1CaloEvent            TrigT1CaloEvent-*        Trigger/TrigT1
-use xAODTrigL1Calo             xAODTrigL1Calo-*         Event/xAOD
-
-
-# Declare that this package acts as a metalibrary for cmake. This ensures that libraries and
-# header files of packages that this one depends on are made available to its clients.
-# This is transparent to CMT.
-apply_pattern cmake_add_command command=metalibrary
diff --git a/Trigger/TrigT1/TrigT1CaloCalibTools/cmt/requirements b/Trigger/TrigT1/TrigT1CaloCalibTools/cmt/requirements
deleted file mode 100755
index 943049944d9d9eecceec7b6412a58bc24e429b4f..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloCalibTools/cmt/requirements
+++ /dev/null
@@ -1,68 +0,0 @@
-package TrigT1CaloCalibTools
-
-author Damien Prieur <damien.prieur@cern.ch> John Morris <john.morris@cern.ch>
-
-public
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*                External
-use AsgTools                    AsgTools-*                      Control/AthToolSupport
-
-use AtlasROOT                   AtlasROOT-*                     External
-use AtlasCORAL                  AtlasCORAL-*                    External
-use StoreGate                   StoreGate-*                     Control
-use AthenaKernel                AthenaKernel-*                  Control
-use AthenaBaseComps             AthenaBaseComps-*               Control
-use AthenaPoolUtilities         AthenaPoolUtilities-*           Database/AthenaPOOL
-use Identifier                  Identifier-*                    DetectorDescription
-use CaloEvent                   CaloEvent-*                     Calorimeter
-use CaloIdentifier              CaloIdentifier-*                Calorimeter
-use CaloDetDescr                CaloDetDescr-*                  Calorimeter
-use CaloTriggerTool             CaloTriggerTool-*               Calorimeter
-use LArRawEvent                 LArRawEvent-*                   LArCalorimeter
-use LArCabling                  LArCabling-*                    LArCalorimeter
-use LArIdentifier               LArIdentifier-*                 LArCalorimeter
-use LArRecConditions            LArRecConditions-*              LArCalorimeter
-use LArRecUtils                 LArRecUtils-*                   LArCalorimeter
-use TileConditions              TileConditions-*                TileCalorimeter
-use TileEvent                   TileEvent-*                     TileCalorimeter
-use TrigT1CaloCalibToolInterfaces TrigT1CaloCalibToolInterfaces-* Trigger/TrigT1
-use TrigT1CaloCalibConditions   TrigT1CaloCalibConditions-*     Trigger/TrigT1
-use TrigT1CaloMonitoringTools   TrigT1CaloMonitoringTools-*     Trigger/TrigT1
-use TrigT1CaloEvent             TrigT1CaloEvent-*               Trigger/TrigT1
-use TrigT1CaloToolInterfaces    TrigT1CaloToolInterfaces-*      Trigger/TrigT1
-use TrigT1CaloCondSvc           TrigT1CaloCondSvc-*             Trigger/TrigT1
-use TrigT1CaloUtils             TrigT1CaloUtils-*               Trigger/TrigT1
-use xAODTrigL1Calo		xAODTrigL1Calo-*		Event/xAOD
-use DerivationFrameworkInterfaces   DerivationFrameworkInterfaces-* PhysicsAnalysis/DerivationFramework       
-end_public
-
-private
-use AthenaMonitoring            AthenaMonitoring-*              Control
-use EventInfo                   EventInfo-*                     Event
-use LWHists                     LWHists-*                       Tools
-use CaloEvent                   CaloEvent-*                     Calorimeter
-use CaloIdentifier              CaloIdentifier-*                Calorimeter
-use CaloTriggerTool             CaloTriggerTool-*               Calorimeter
-use LArRawEvent                 LArRawEvent-*                   LArCalorimeter
-use LArTools                    LArTools-*                      LArCalorimeter
-use TrigT1CaloEvent             TrigT1CaloEvent-*               Trigger/TrigT1
-use TrigT1Interfaces            TrigT1Interfaces-*              Trigger/TrigT1
-end_private
-
-apply_tag ROOTGraphicsLibs
-
-# Specify the required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Graf Gpad)"
-
-# Declare the directories CMT should know about
-branches TrigT1CaloCalibTools src share
-
-# Create a dual-use library
-apply_pattern dual_use_library files= "../src/*.cxx"
-
-# Install  python modules
-apply_pattern declare_python_modules files="*.py"
-
-# Install job options files
-apply_pattern declare_joboptions files="*.py"
-
diff --git a/Trigger/TrigT1/TrigT1CaloCalibUtils/cmt/requirements b/Trigger/TrigT1/TrigT1CaloCalibUtils/cmt/requirements
deleted file mode 100755
index 71c54f704aef6381bce2f5870d68245d0c5c75a2..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloCalibUtils/cmt/requirements
+++ /dev/null
@@ -1,51 +0,0 @@
-package TrigT1CaloCalibUtils
-
-author Damien Prieur <damien.prieur@cern.ch>
-
-use AtlasPolicy     AtlasPolicy-*
-use GaudiInterface  GaudiInterface-*  External
-use AthenaKernel    AthenaKernel-*    Control
-use EventInfo       EventInfo-*       Event
-
-use AtlasBoost      AtlasBoost-*      External
-use AtlasCLHEP      AtlasCLHEP-*      External
-use AtlasCORAL      AtlasCORAL-*      External
-
-use AthenaBaseComps AthenaBaseComps-* Control
-use AthenaPoolUtilities  AthenaPoolUtilities-*  Database/AthenaPOOL
-use RegistrationServices RegistrationServices-* Database
-
-use Identifier            Identifier-*            DetectorDescription
-
-use CaloTriggerTool       CaloTriggerTool-*       Calorimeter
-use CaloIdentifier        CaloIdentifier-*        Calorimeter
-
-use TrigConfHLTData       TrigConfHLTData-*       Trigger/TrigConfiguration
-use TrigConfL1Data        TrigConfL1Data-*        Trigger/TrigConfiguration
-use TrigSteeringEvent     TrigSteeringEvent-*     Trigger/TrigEvent
-
-use TrigT1CaloEvent           TrigT1CaloEvent-*           Trigger/TrigT1
-use TrigT1CaloUtils           TrigT1CaloUtils-*           Trigger/TrigT1
-use TrigT1CaloMonitoringTools TrigT1CaloMonitoringTools-* Trigger/TrigT1
-use TrigT1CaloCalibConditions TrigT1CaloCalibConditions-* Trigger/TrigT1
-use TrigT1CaloCondSvc         TrigT1CaloCondSvc-*         Trigger/TrigT1
-use TrigT1CaloCalibTools      TrigT1CaloCalibTools-*      Trigger/TrigT1
-use TrigT1CaloCalibToolInterfaces      TrigT1CaloCalibToolInterfaces-*      Trigger/TrigT1
-use xAODTrigL1Calo		xAODTrigL1Calo-*		Event/xAOD
-
-private
-use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools
-use AtlasROOT       AtlasROOT-*       External
-use CaloEvent             CaloEvent-*             Calorimeter
-use CaloDetDescr          CaloDetDescr*           Calorimeter
-use CxxUtils		  CxxUtils-*		  Control
-use LArRecUtils           LArRecUtils-*           LArCalorimeter
-use StoreGate       StoreGate-*       Control
-use TrigT1CaloToolInterfaces  TrigT1CaloToolInterfaces-*  Trigger/TrigT1
-use TrigT1Interfaces    	TrigT1Interfaces-*    	Trigger/TrigT1
-use xAODEventInfo	  xAODEventInfo-*	  Event/xAOD
-end_private
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files=*.py
diff --git a/Trigger/TrigT1/TrigT1CaloCondSvc/cmt/requirements b/Trigger/TrigT1/TrigT1CaloCondSvc/cmt/requirements
deleted file mode 100755
index 564199db317b22d6aef78939fb67dc140c4b893e..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloCondSvc/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package TrigT1CaloCondSvc
-
-author Damien Prieur <damien.prieur@cern.ch>
-
-use AtlasPolicy     AtlasPolicy-*
-use GaudiInterface  GaudiInterface-*  External
-use StoreGate       StoreGate-*       Control
-use AthenaKernel AthenaKernel-* Control
-use SGTools SGTools-* Control
-use AthenaBaseComps AthenaBaseComps-* Control
-
-use AthenaPoolUtilities  AthenaPoolUtilities-*   Database/AthenaPOOL
-use RegistrationServices RegistrationServices-* Database
-
-use TrigT1CaloCalibConditions      TrigT1CaloCalibConditions-*      Trigger/TrigT1
-
-library TrigT1CaloCondSvc *.cxx -s=components *.cxx
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.txt *.py"
-
diff --git a/Trigger/TrigT1/TrigT1CaloEvent/cmt/requirements b/Trigger/TrigT1/TrigT1CaloEvent/cmt/requirements
deleted file mode 100755
index 26e5f2280e01c1a9b13f052a94c95166e83f6fed..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloEvent/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package TrigT1CaloEvent
-author Alan Watson <Alan.Watson@cern.ch>
-
-use     AtlasPolicy     AtlasPolicy-*
-use     CLIDSvc         CLIDSvc-*        Control
-use     DataModel       DataModel-*   Control
-use     GaudiInterface  GaudiInterface-* External
-
-#Interfaces between the different parts of level1
-use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1
-# Definition of L1CaloCoolChannelId class - need this in next update
-# use TrigT1CaloConditions TrigT1CaloConditions-* Trigger/TrigT1
-
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
-
-private
-use AtlasReflex  AtlasReflex-*  External -no_auto_imports
-
-apply_pattern lcgdict dict=TrigT1CaloEvent selectionfile=selection.xml headerfiles="../TrigT1CaloEvent/TrigT1CaloEventDict.h"
-end_private
-
diff --git a/Trigger/TrigT1/TrigT1CaloMappingToolInterfaces/cmt/requirements b/Trigger/TrigT1/TrigT1CaloMappingToolInterfaces/cmt/requirements
deleted file mode 100644
index 82d1429a5e9c2b4e7e245407f679fc23c0b16b4e..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloMappingToolInterfaces/cmt/requirements
+++ /dev/null
@@ -1,10 +0,0 @@
-package TrigT1CaloMappingToolInterfaces
-
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*       External
-
-author Alan Watson <Alan.Watson@CERN.CH>
-
-# use this line to exclude test algorithms
-
-private
diff --git a/Trigger/TrigT1/TrigT1CaloMappingTools/cmt/requirements b/Trigger/TrigT1/TrigT1CaloMappingTools/cmt/requirements
deleted file mode 100644
index 84565d9a3d2fc6dc7f0c372d4333229499db9450..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloMappingTools/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package TrigT1CaloMappingTools
-
-use AtlasPolicy          AtlasPolicy-*
-
-author Alan Watson <Alan.Watson@CERN.CH>, from Peter Faulkner's TrigT1CaloByteStream
-
-library TrigT1CaloMappingTools *.cxx components/*.cxx
-apply_pattern component_library
-
-#apply_pattern declare_joboptions files="*.py"
-
-private
-use GaudiInterface       GaudiInterface-*       External
-use AthenaBaseComps      AthenaBaseComps-*      Control
-use StoreGate            StoreGate-*            Control
-
-use CaloIdentifier       CaloIdentifier-*       Calorimeter
-use CaloTriggerTool      CaloTriggerTool-*      Calorimeter
-use Identifier           Identifier-*           DetectorDescription
-use TrigT1CaloMappingToolInterfaces TrigT1CaloMappingToolInterfaces-* Trigger/TrigT1
-
diff --git a/Trigger/TrigT1/TrigT1CaloMonitoring/cmt/requirements b/Trigger/TrigT1/TrigT1CaloMonitoring/cmt/requirements
deleted file mode 100755
index a439af8fba7ef70203d68962a002999c9c82826a..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloMonitoring/cmt/requirements
+++ /dev/null
@@ -1,52 +0,0 @@
-package TrigT1CaloMonitoring
-
-author Johanna Fleckner
-
-private
-use AtlasPolicy                   AtlasPolicy-*
-use GaudiInterface                GaudiInterface-*                External
-use AthenaMonitoring              AthenaMonitoring-*              Control
-use AthContainers                 AthContainers-*                 Control
-use AnalysisTriggerEvent          AnalysisTriggerEvent-*          PhysicsAnalysis/AnalysisTrigger
-use Identifier                    Identifier-*                    DetectorDescription
-use xAODJet                       xAODJet-*                       Event/xAOD
-use xAODTrigL1Calo                xAODTrigL1Calo-*                Event/xAOD
-#use AthenaKernel                  AthenaKernel-*                  Control
-use xAODEgamma                    xAODEgamma-*                    Event/xAOD
-use TrigConfInterfaces            TrigConfInterfaces-*            Trigger/TrigConfiguration
-
-use StoreGate                     StoreGate-*                     Control
-use SGTools                       SGTools-*                       Control
-use AtlasCLHEP                    AtlasCLHEP-*                    External
-use AtlasROOT                     AtlasROOT-*                     External
-use LWHists                       LWHists-*                       Tools
-
-use EventInfo                     EventInfo-*                     Event
-use AthenaPoolUtilities           AthenaPoolUtilities-*           Database/AthenaPOOL
-use CaloEvent                     CaloEvent-*                     Calorimeter
-use CaloIdentifier                CaloIdentifier-*                Calorimeter
-use TileConditions                TileConditions-*                TileCalorimeter
-use TileEvent                     TileEvent-*                     TileCalorimeter
-use TrigDecisionTool              TrigDecisionTool-*              Trigger/TrigAnalysis
-use VxVertex                      VxVertex-*                      Tracking/TrkEvent
-use JetInterface                  JetInterface-*                  Reconstruction/Jet
-
-use TrigT1CaloUtils               TrigT1CaloUtils-*               Trigger/TrigT1
-use TrigT1CaloEvent               TrigT1CaloEvent-*               Trigger/TrigT1
-use TrigT1CaloMonitoringTools     TrigT1CaloMonitoringTools-*     Trigger/TrigT1
-use TrigT1Interfaces              TrigT1Interfaces-*              Trigger/TrigT1
-use TrigT1CaloToolInterfaces      TrigT1CaloToolInterfaces-*      Trigger/TrigT1
-use TrigAnalysisInterfaces        TrigAnalysisInterfaces-*        Trigger/TrigAnalysis
-#use TrigBunchCrossingTool         TrigBunchCrossingTool-*         Trigger/TrigAnalysis
-
-use TrigT1CaloCalibConditions     TrigT1CaloCalibConditions-*     Trigger/TrigT1
-use TrigT1CaloCalibToolInterfaces TrigT1CaloCalibToolInterfaces-* Trigger/TrigT1
-use TrigT1CaloCalibTools          TrigT1CaloCalibTools-*          Trigger/TrigT1
-use TrigConfL1Data                TrigConfL1Data-*                Trigger/TrigConfiguration
-end_private
-
-apply_pattern declare_joboptions files="*.py"
-
-library TrigT1CaloMonitoring *.cxx components/*.cxx
-apply_pattern component_library
-
diff --git a/Trigger/TrigT1/TrigT1CaloMonitoringTools/cmt/requirements b/Trigger/TrigT1/TrigT1CaloMonitoringTools/cmt/requirements
deleted file mode 100755
index 5be9b5eff897877f00d2158d61befe0960080dab..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloMonitoringTools/cmt/requirements
+++ /dev/null
@@ -1,28 +0,0 @@
-package TrigT1CaloMonitoringTools
-
-author Peter Faulkner
-
-use AtlasPolicy         	AtlasPolicy-*
-use GaudiInterface      	GaudiInterface-*      	External
-use AsgTools             AsgTools-*             Control/AthToolSupport
-use AthenaMonitoring    	AthenaMonitoring-* 	Control
-
-private
-use AtlasROOT                   AtlasROOT-*             External
-use DataModel                   DataModel-*             Control
-use SGTools                     SGTools-*               Control
-use LWHists                     LWHists-*               Tools
-use EventInfo            	EventInfo-*	        Event
-use TrigT1CaloEvent             TrigT1CaloEvent-*       Trigger/TrigT1
-use TrigT1CaloUtils             TrigT1CaloUtils-*       Trigger/TrigT1
-use TrigT1Interfaces            TrigT1Interfaces-*      Trigger/TrigT1
-use TrigConfInterfaces          TrigConfInterfaces-*    Trigger/TrigConfiguration	
-use TrigConfL1Data              TrigConfL1Data-*        Trigger/TrigConfiguration
-use xAODTrigL1Calo       xAODTrigL1Calo-*       Event/xAOD
-end_private
-
-#apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern dual_use_library files=*.cxx
-
diff --git a/Trigger/TrigT1/TrigT1CaloSim/cmt/requirements b/Trigger/TrigT1/TrigT1CaloSim/cmt/requirements
deleted file mode 100644
index 986d75e84dda2dc8a3ba2118089f3750c2d6c781..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloSim/cmt/requirements
+++ /dev/null
@@ -1,62 +0,0 @@
-package TrigT1CaloSim
-author Alan Watson <Alan.Watson@cern.ch>
-
-use     AtlasPolicy     AtlasPolicy-*
-use     AtlasCLHEP      AtlasCLHEP-*     External
-use     AthenaBaseComps AthenaBaseComps-* Control
-use     AthContainers   AthContainers-*      Control
-use     CaloEvent       CaloEvent-*      Calorimeter
-use     CaloDetDescr    CaloDetDescr-*   Calorimeter
-use     CaloIdentifier  CaloIdentifier-* Calorimeter
-use     LArRawEvent     LArRawEvent-*    LArCalorimeter
-#use     LArIdentifier   LArIdentifier-*  LArCalorimeter
-use     LArCabling      LArCabling-*     LArCalorimeter
-use     TileConditions  TileConditions-* TileCalorimeter
-use     TileEvent       TileEvent-*      TileCalorimeter
-use     CaloTTDetDescr  CaloTTDetDescr-* Calorimeter
-use     StoreGate       StoreGate-*      Control
-use     PileUpTools     PileUpTools-*    Control
-use     GaudiInterface  GaudiInterface-* External
-use     AtlasROOT       AtlasROOT-*      External
-#use     AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger
-#needed for config. of Trigger Menus
-use TrigConfInterfaces TrigConfInterfaces-* Trigger/TrigConfiguration
-#use TrigConfigSvc   TrigConfigSvc-* Trigger/TrigConfiguration
-use TrigConfL1Data  TrigConfL1Data-* Trigger/TrigConfiguration
-
-# The actual L1Calo packages used
-use TrigT1CaloEvent TrigT1CaloEvent-* Trigger/TrigT1
-use TrigT1CaloUtils TrigT1CaloUtils-* Trigger/TrigT1
-use TrigT1CaloToolInterfaces TrigT1CaloToolInterfaces-* Trigger/TrigT1
-use TrigT1CaloMappingToolInterfaces TrigT1CaloMappingToolInterfaces-* Trigger/TrigT1 
-#use TrigT1CaloCalibTools  TrigT1CaloCalibTools-* Trigger/TrigT1
-use TrigT1CaloCalibToolInterfaces  TrigT1CaloCalibToolInterfaces-* Trigger/TrigT1
-use TrigT1CaloCalibConditions TrigT1CaloCalibConditions-* Trigger/TrigT1
-
-#Interfaces between the different parts of level1
-use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1
-
-# xAOD EDM
-use     xAODTrigL1Calo  xAODTrigL1Calo-* Event/xAOD
-
-#this is needed to get access to PDGTABLE
-#use GeneratorModules    GeneratorModules-* Generators
-
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
-
-private
-use     AthenaKernel    AthenaKernel-*   Control
-use     AtlasReflex     AtlasReflex-* External -no_auto_imports
-#use     AtlasROOT       AtlasROOT-*      External
-use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools
-use     CxxUtils        CxxUtils-*       Control
-use     EventInfo       EventInfo-*      Event
-use     LumiBlockComps  LumiBlockComps-* LumiBlock
-use     PathResolver    PathResolver-*   Tools
-use     TrigT1CaloCondSvc TrigT1CaloCondSvc-* Trigger/TrigT1
-use     xAODEventInfo   xAODEventInfo-*  Event/xAOD
-use     TrigT1CaloByteStream   TrigT1CaloByteStream-*  Trigger/TrigT1
-end_private
-
diff --git a/Trigger/TrigT1/TrigT1CaloToolInterfaces/cmt/requirements b/Trigger/TrigT1/TrigT1CaloToolInterfaces/cmt/requirements
deleted file mode 100755
index 38eea318f07a69378ee28de52e8703cb7f96f727..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloToolInterfaces/cmt/requirements
+++ /dev/null
@@ -1,28 +0,0 @@
-package TrigT1CaloToolInterfaces
-
-author Alan Watson <Alan.Watson@cern.ch>
-
-public
-
-use AtlasPolicy          AtlasPolicy-* 
-use GaudiInterface       GaudiInterface-*       External
-use AthContainers        AthContainers-*        Control
-use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger
-use Identifier           Identifier-*           DetectorDescription
-use TrigT1CaloCalibConditions TrigT1CaloCalibConditions-* Trigger/TrigT1
-use TrigT1CaloEvent      TrigT1CaloEvent-*      Trigger/TrigT1
-use xAODTrigL1Calo       xAODTrigL1Calo-*       Event/xAOD
-#use TrigT1CaloUtils      TrigT1CaloUtils-*      Trigger/TrigT1
-
-# Declare that this package acts as a metalibrary for cmake. This ensures that libraries and
-# header files of packages that this one depends on are made available to its clients.
-# This transparent to CMT, but should be disabled if the apply_pattern component_library is
-# uncommented.
-apply_pattern cmake_add_command command=metalibrary
-
-#apply_pattern declare_joboptions files="*.py"
-#apply_pattern component_library
-#library TrigT1CaloToolInterfaces *.cxx components/*.cxx
-
-private
-
diff --git a/Trigger/TrigT1/TrigT1CaloTools/cmt/requirements b/Trigger/TrigT1/TrigT1CaloTools/cmt/requirements
deleted file mode 100755
index 14fdbabf7d2b9fccc622cbfa1136908afae1513c..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloTools/cmt/requirements
+++ /dev/null
@@ -1,41 +0,0 @@
-package TrigT1CaloTools
-
-author Alan Watson <Alan.Watson@cern.ch>
-
-public
-
-use AtlasPolicy AtlasPolicy-* 
-use     GaudiInterface  GaudiInterface-* External
-use AtlasBoost     AtlasBoost-*     External
-use     AtlasROOT       AtlasROOT-*      External
-use DataModel DataModel-* Control
-use AthenaBaseComps AthenaBaseComps-* Control
-use TrigT1CaloEvent TrigT1CaloEvent-* Trigger/TrigT1
-use xAODTrigL1Calo xAODTrigL1Calo-* Event/xAOD
-use TrigT1CaloUtils TrigT1CaloUtils-* Trigger/TrigT1
-use TrigT1CaloToolInterfaces TrigT1CaloToolInterfaces-* Trigger/TrigT1
-use TrigConfInterfaces   TrigConfInterfaces-* Trigger/TrigConfiguration
-use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1
-# use AnalysisTriggerEvent AnalysisTriggerEvent-* PhysicsAnalysis/AnalysisTrigger
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_runtime files="*.root *.txt"
-apply_pattern component_library
-library TrigT1CaloTools *.cxx components/*.cxx
-
-private
-use CaloIdentifier  CaloIdentifier-* Calorimeter
-use CaloTriggerTool CaloTriggerTool-* Calorimeter
-use CxxUtils CxxUtils-* Control
-use EventInfo EventInfo-* Event
-use PathResolver PathResolver-* Tools
-use TrigConfL1Data  TrigConfL1Data-* Trigger/TrigConfiguration
-use TrigAnalysisInterfaces TrigAnalysisInterfaces-* Trigger/TrigAnalysis
-use TrigBunchCrossingTool TrigBunchCrossingTool-* Trigger/TrigAnalysis
-use TrigT1CaloCalibConditions TrigT1CaloCalibConditions-* Trigger/TrigT1
-use TrigT1CaloCalibToolInterfaces TrigT1CaloCalibToolInterfaces-* Trigger/TrigT1
-use TrigT1CaloCondSvc TrigT1CaloCondSvc-* Trigger/TrigT1
-use TrigT1CaloMappingToolInterfaces TrigT1CaloMappingToolInterfaces-* Trigger/TrigT1
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
diff --git a/Trigger/TrigT1/TrigT1CaloUtils/cmt/requirements b/Trigger/TrigT1/TrigT1CaloUtils/cmt/requirements
deleted file mode 100755
index 13405fdac05aa8fbd16ed227835c51e53d58e780..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1CaloUtils/cmt/requirements
+++ /dev/null
@@ -1,30 +0,0 @@
-package TrigT1CaloUtils
-author Alan Watson <Alan.Watson@cern.ch>
-
-use     AtlasPolicy     AtlasPolicy-*
-use     CLIDSvc         CLIDSvc-*        Control
-use     DataModel       DataModel-*   Control
-use     CaloEvent       CaloEvent-*      Calorimeter
-use     GaudiInterface  GaudiInterface-* External
-use     TrigT1CaloEvent TrigT1CaloEvent-* Trigger/TrigT1
-use     xAODTrigL1Calo  xAODTrigL1Calo-* Event/xAOD
-
-private
-use  TrigT1Result               TrigT1Result-*                  Trigger/TrigT1
-use TrigConfL1Data  TrigConfL1Data-* Trigger/TrigConfiguration
-end_private
-
-#needed for config. of Trigger Menus
-use TrigConfInterfaces  TrigConfInterfaces-* Trigger/TrigConfiguration
-
-#Interfaces between the different parts of level1
-use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern dual_use_library files=*.cxx
-
-private 
-use AtlasReflex      AtlasReflex-*       External -no_auto_imports
-end_private
-
diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/cmt/requirements b/Trigger/TrigT1/TrigT1EventAthenaPool/cmt/requirements
deleted file mode 100755
index 890dd1dff9fd033b952e9936dea487b5f1a27743..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1EventAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,83 +0,0 @@
-package TrigT1EventAthenaPool
-
-author Tadashi Maeno            <Tadashi.Maeno@cern.ch>
-author Attila Krasznahorkay Jr. <Attila.Krasznahorkay@cern.ch>
-
-# Gaudi/Athena packages:
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*      External
-use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL
-
-# TrigT1 packages:
-
-private
-use AthenaPoolCnvSvc    AthenaPoolCnvSvc-*    Database/AthenaPOOL
-use TrigT1Result        TrigT1Result-*        Trigger/TrigT1
-use TrigT1CaloEvent     TrigT1CaloEvent-*     Trigger/TrigT1
-use TrigT1Interfaces    TrigT1Interfaces-*    Trigger/TrigT1
-use TrigT1EventTPCnv    TrigT1EventTPCnv-*    Trigger/TrigT1
-end_private
-
-# Create all the POOL converters:
-apply_pattern poolcnv typesWithNamespace="ROIB::RoIBResult LVL1::MuCTPICTP LVL1::EmTauCTP \
-	LVL1::JetCTP LVL1::EnergyCTP \
-	LVL1::RecMuonRoI LVL1::RecEmTauRoI LVL1::RecJetRoI \
-        LVL1::TriggerTowerCollection LVL1::JetElementCollection \
-        LVL1::CPMTowerCollection     LVL1::CPMTobRoICollection \
-	LVL1::CMXCPTobCollection     LVL1::CMXCPHitsCollection \
-	LVL1::CMXJetTobCollection    LVL1::CMXJetHitsCollection \
-	LVL1::CMXEtSumsCollection    LVL1::CMXRoI \
-	LVL1::JEMEtSumsCollection    LVL1::JEMTobRoICollection \
-	LVL1::CPMHitsCollection      LVL1::CPMRoICollection \
-        LVL1::CMMCPHitsCollection    LVL1::CMMJetHitsCollection \
-        LVL1::CMMEtSumsCollection    LVL1::CMMRoI \
-	LVL1::JEMHitsCollection      LVL1::JEMRoICollection \
-	LVL1::RODHeaderCollection" \
-	files="-s=${TrigT1Result_root}/TrigT1Result \
-                                 RoIBResult.h \
-                                 MuCTPI_RDO.h \
-                                 CTP_RDO.h \
-	       -s=${TrigT1CaloEvent_root}/TrigT1CaloEvent \
-	                         TriggerTowerCollection.h \
-                                 JetElementCollection.h \
-                                 CPMTowerCollection.h \
-                                 CPMTobRoICollection.h \
-                                 CMXCPTobCollection.h \
-                                 CMXCPHitsCollection.h \
-                                 CMXJetTobCollection.h \
-                                 CMXJetHitsCollection.h \
-                                 CMXEtSumsCollection.h \
-                                 CMXRoI.h \
-                                 JEMEtSumsCollection.h \
-                                 JEMTobRoICollection.h \
-                                 CPMHitsCollection.h \
-                                 CPMRoICollection.h \
-                                 CMMCPHitsCollection.h \
-                                 CMMJetHitsCollection.h \
-                                 CMMEtSumsCollection.h \
-                                 CMMRoI.h \
-                                 JEMHitsCollection.h \
-                                 JEMRoICollection.h \
-				 RODHeaderCollection.h \
-	       -s=${TrigT1Interfaces_root}/TrigT1Interfaces \
-                                 MuCTPICTP.h \
-                                 EmTauCTP.h \
-                                 JetCTP.h \
-                                 EnergyCTP.h \
-                                 RecMuonRoI.h \
-                                 RecEmTauRoI.h \
-                                 RecJetRoI.h"
-
-apply_pattern declare_joboptions files="*.py"
-
-
-private
-use TestTools            TestTools-*                AtlasTest -no_auto_imports
-
-
-apply_pattern athenarun_test \
-   name="TrigT1EventTPCnv_18.0.0" \
-   options="TrigT1EventAthenaPool/TrigT1EventTPCnv_18.0.0_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigT1EventTPCnv_18.0.0" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigT1EventTPCnv_18.0.0"
-
diff --git a/Trigger/TrigT1/TrigT1EventTPCnv/cmt/requirements b/Trigger/TrigT1/TrigT1EventTPCnv/cmt/requirements
deleted file mode 100644
index 7cedbd49e1ca6ab387094e9402e6a9b54d43f101..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1EventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,58 +0,0 @@
-package TrigT1EventTPCnv
-
-author Attila Krasznahorkay Jr. <Attila.Krasznahorkay@cern.ch>
-
-# Gaudi/Athena packages:
-use AtlasPolicy         AtlasPolicy-*
-use AthenaPoolCnvSvc    AthenaPoolCnvSvc-*     Database/AthenaPOOL
-use AthenaPoolUtilities AthenaPoolUtilities-*  Database/AthenaPOOL
-
-# TrigT1 packages:
-use TrigT1Result      TrigT1Result-*      Trigger/TrigT1
-use TrigT1CaloEvent   TrigT1CaloEvent-*   Trigger/TrigT1
-
-# Compile the converters:
-apply_pattern tpcnv_library
-library TrigT1EventTPCnv  *.cxx
-
-# Create dictionaries for the persistent classes:
-private
-
-use GaudiInterface      GaudiInterface-*       External
-use AthenaKernel        AthenaKernel-*         Control
-use AtlasReflex       AtlasReflex-*       External -no_auto_imports
-
-apply_pattern lcgdict dict=TrigT1EventTPCnv selectionfile="selection.xml" \
-   headerfiles="../TrigT1EventTPCnv/TrigT1EventTPCnvDict.h"
-
-end_private
-
-
-private
-use TestTools            TestTools-*            AtlasTest
-
-apply_pattern UnitTest_run unit_test=CMMCPHitsCnv_p1
-apply_pattern UnitTest_run unit_test=CMMEtSumsCnv_p1
-apply_pattern UnitTest_run unit_test=CMMJetHitsCnv_p1
-apply_pattern UnitTest_run unit_test=CMMRoICnv_p1
-apply_pattern UnitTest_run unit_test=CMXCPHitsCnv_p1
-apply_pattern UnitTest_run unit_test=CMXCPTobCnv_p1
-apply_pattern UnitTest_run unit_test=CMXEtSumsCnv_p1
-apply_pattern UnitTest_run unit_test=CMXJetHitsCnv_p1
-apply_pattern UnitTest_run unit_test=CMXJetTobCnv_p1
-apply_pattern UnitTest_run unit_test=CMXRoICnv_p1
-apply_pattern UnitTest_run unit_test=CPMHitsCnv_p1
-apply_pattern UnitTest_run unit_test=CPMRoICnv_p1
-apply_pattern UnitTest_run unit_test=CPMTobRoICnv_p1
-apply_pattern UnitTest_run unit_test=CPMTowerCnv_p1
-apply_pattern UnitTest_run unit_test=CTP_RDOCnv_p1
-apply_pattern UnitTest_run unit_test=CTP_RDOCnv_p2
-apply_pattern UnitTest_run unit_test=JEMEtSumsCnv_p1
-apply_pattern UnitTest_run unit_test=JEMHitsCnv_p1
-apply_pattern UnitTest_run unit_test=JEMRoICnv_p1
-apply_pattern UnitTest_run unit_test=JEMTobRoICnv_p1
-apply_pattern UnitTest_run unit_test=JetElementCnv_p1
-apply_pattern UnitTest_run unit_test=MuCTPI_RDOCnv_p1
-apply_pattern UnitTest_run unit_test=RODHeaderCnv_p1
-apply_pattern UnitTest_run unit_test=RoIBResultCnv_p1
-apply_pattern UnitTest_run unit_test=TriggerTowerCnv_p1
diff --git a/Trigger/TrigT1/TrigT1Interfaces/cmt/requirements b/Trigger/TrigT1/TrigT1Interfaces/cmt/requirements
deleted file mode 100644
index 92c3f67da7d869a4b9b12cecfb6cb6429a04d513..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1Interfaces/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package TrigT1Interfaces
-
-author Tadashi Maeno <Tadashi.Maeno@cern.ch>
-
-use AtlasPolicy     AtlasPolicy-*
-use GaudiInterface  GaudiInterface-*  External
-use AthenaBaseComps AthenaBaseComps-* Control
-use AtlasXercesC    AtlasXercesC-*    External
-use CLIDSvc         CLIDSvc-*         Control
-use DataModel       DataModel-*       Control
-#use L1CommonCore    L1CommonCore-*    Trigger/TrigT1
-use CTPfragment      v*
-use AtlasReflex     AtlasReflex-*     External -no_auto_imports
-
-library TrigT1Interfaces *.cxx
-apply_pattern installed_library
-
-private 
-use TrigConfL1Data  TrigConfL1Data-*  Trigger/TrigConfiguration
-end_private
-
-apply_pattern lcgdict dict=TrigT1Interfaces selectionfile=selection.xml \
-	headerfiles="../TrigT1Interfaces/TrigT1InterfacesDict.h"
diff --git a/Trigger/TrigT1/TrigT1Lucid/cmt/requirements b/Trigger/TrigT1/TrigT1Lucid/cmt/requirements
deleted file mode 100644
index b5c6bdb8a8dd952fa9c1d50cd4d83fef0f8b6d56..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1Lucid/cmt/requirements
+++ /dev/null
@@ -1,28 +0,0 @@
-package TrigT1Lucid
-
-author  Jacob Groth-Jensen <jacob.groth-jensen@hep.lu.se>
-
-public
-
-use AtlasPolicy         AtlasPolicy-*
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use GaudiInterface      GaudiInterface-*        External
-
-# LUCID simulation
-use LUCID_RawEvent 	LUCID_RawEvent-*	ForwardDetectors/LUCID 
-
-# Trigger configuration packages
-use TrigConfInterfaces  TrigConfInterfaces-*    Trigger/TrigConfiguration
-
-private
-
-# LVL1 simulation
-use TrigT1Interfaces    TrigT1Interfaces-*      Trigger/TrigT1
-
-# Trigger configuration packages
-use TrigConfL1Data      TrigConfL1Data-*        Trigger/TrigConfiguration
-
-library TrigT1Lucid *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
diff --git a/Trigger/TrigT1/TrigT1MBTS/cmt/requirements b/Trigger/TrigT1/TrigT1MBTS/cmt/requirements
deleted file mode 100644
index 437c58a7646b2e5be484f5733391782b93c5b8f7..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1MBTS/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package TrigT1MBTS
-author W. H. Bell <W.Bell@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use GaudiInterface      GaudiInterface-*        External
-
-# TileCal simulation
-use TileEvent           TileEvent-*          TileCalorimeter
-use TileIdentifier      TileIdentifier-*     TileCalorimeter
-
-# Trigger configuration packages
-use TrigConfInterfaces  TrigConfInterfaces-* Trigger/TrigConfiguration
-
-library TrigT1MBTS *.cxx components/*.cxx
-apply_pattern component_library
-
-private
-
-use AtlasBoost          AtlasBoost-*            External
-
-# Trigger configuration packages
-use TrigConfL1Data      TrigConfL1Data-*        Trigger/TrigConfiguration
-
-# LVL1 simulation
-use TrigT1Interfaces    TrigT1Interfaces-*      Trigger/TrigT1
-
diff --git a/Trigger/TrigT1/TrigT1Monitoring/cmt/requirements b/Trigger/TrigT1/TrigT1Monitoring/cmt/requirements
deleted file mode 100644
index e8ecfb2ac91a532591e80de5ca0057bcfc9527b7..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1Monitoring/cmt/requirements
+++ /dev/null
@@ -1,45 +0,0 @@
-package TrigT1Monitoring
-
-author Johanna Fleckner
-
-private
-use AtlasPolicy         	AtlasPolicy-*
-use GaudiInterface      	GaudiInterface-*      	External
-use AthenaMonitoring    	AthenaMonitoring-* 	Control
-use DataModel 			DataModel-*		Control 
-
-use AtlasDoxygen		AtlasDoxygen-*  	Tools
-#use AtlasROOT			AtlasROOT-*		External
-
-use L1TopoRDO                   L1TopoRDO-*             Trigger/TrigT1/L1Topo
-
-
-use Identifier 			Identifier-*		DetectorDescription
-use LWHists                     LWHists-*               Tools
-use CaloEvent           	CaloEvent-*           	Calorimeter
-use CaloDetDescr		CaloDetDescr-*		Calorimeter
-use TrigConfInterfaces          TrigConfInterfaces-*    Trigger/TrigConfiguration
-use CaloIdentifier              CaloIdentifier-*        Calorimeter
-use CaloTriggerTool             CaloTriggerTool-*       Calorimeter
-use LArRecUtils                 LArRecUtils-*           LArCalorimeter
-use TileEvent                   TileEvent-*             TileCalorimeter
-use TileIdentifier              TileIdentifier-*        TileCalorimeter
-use TileConditions              TileConditions-*        TileCalorimeter
-use TileCalibBlobObjs           TileCalibBlobObjs-*     TileCalorimeter/TileCalib
-
-use TrigT1CaloCalibToolInterfaces  TrigT1CaloCalibToolInterfaces-*  Trigger/TrigT1
-use TrigT1CaloCalibConditions   TrigT1CaloCalibConditions-*  Trigger/TrigT1
-use TrigT1CaloCondSvc           TrigT1CaloCondSvc-*     Trigger/TrigT1
-use TrigT1CaloEvent             TrigT1CaloEvent-*       Trigger/TrigT1
-use xAODTrigL1Calo                xAODTrigL1Calo-*                Event/xAOD
-use TrigT1CaloToolInterfaces    TrigT1CaloToolInterfaces-*   Trigger/TrigT1
-use TrigT1Interfaces    	TrigT1Interfaces-*    	Trigger/TrigT1
-use TrigT1Result 		TrigT1Result-*		Trigger/TrigT1
-use TrigT1CaloMonitoringTools	TrigT1CaloMonitoringTools-*  Trigger/TrigT1
-use TrigConfL1Data              TrigConfL1Data-*        Trigger/TrigConfiguration
-end_private
-
-apply_pattern declare_joboptions files="*.py"
-
-library TrigT1Monitoring *.cxx components/*.cxx
-apply_pattern component_library
diff --git a/Trigger/TrigT1/TrigT1Muctpi/cmt/requirements b/Trigger/TrigT1/TrigT1Muctpi/cmt/requirements
deleted file mode 100644
index c69885c39fea28a1c3b59f631bfd1a8678c62796..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1Muctpi/cmt/requirements
+++ /dev/null
@@ -1,50 +0,0 @@
-package TrigT1Muctpi
-
-author Thorsten Wengler     <Thorsten.Wengler@cern.ch>
-author Tadashi Maeno        <Tadashi.Maeno@cern.ch>
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-
-public
-
-use AtlasPolicy           AtlasPolicy-*
-use AthenaBaseComps       AthenaBaseComps-*       Control
-
-
-private
-
-# General packages:
-use AthenaKernel          AthenaKernel-*          Control
-use GaudiInterface        GaudiInterface-*        External
-use PathResolver          PathResolver-*          Tools
-
-# XercesC for the new LUT handling:
-use AtlasXercesC          AtlasXercesC-*          External
-
-# Analysis type of package(s):
-use AnalysisTriggerEvent  AnalysisTriggerEvent-*  PhysicsAnalysis/AnalysisTrigger
-
-# Trigger configuration packages:
-use TrigConfInterfaces    TrigConfInterfaces-*    Trigger/TrigConfiguration
-use TrigConfL1Data        TrigConfL1Data-*        Trigger/TrigConfiguration
-use TrigConfMuctpi        TrigConfMuctpi-*        Trigger/TrigConfiguration
-
-# TrigT1 packages:
-use TrigT1Interfaces      TrigT1Interfaces-*      Trigger/TrigT1
-use TrigT1Result          TrigT1Result-*          Trigger/TrigT1
-
-# Definition of the library:
-library TrigT1Muctpi *.cxx Algorithms/*.cxx Common/*.cxx Logging/*.cxx Mibak/*.cxx \
-                     Mictp/*.cxx Mioct/*.cxx Mirod/*.cxx components/*.cxx
-apply_pattern component_library
-
-# Install the configurable(s):
-apply_pattern declare_python_modules files="*.py"
-
-# Some setup for the Doxygen documentation:
-macro_append DOXYGEN_INPUT " ../src/Algorithms \
-                             ../src/Common \
-                             ../src/Logging \
-                             ../src/Mibak \
-                             ../src/Mictp \
-                             ../src/Mioct \
-                             ../src/Mirod "
diff --git a/Trigger/TrigT1/TrigT1RPCRecRoiSvc/cmt/requirements b/Trigger/TrigT1/TrigT1RPCRecRoiSvc/cmt/requirements
deleted file mode 100755
index dc2fd6b93871f2ede80efac59562e04caa7a2475..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1RPCRecRoiSvc/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package TrigT1RPCRecRoiSvc
-
-author Tadashi Maeno <Tadashi.Maeno@cern.ch>
-author Alessandro Di Mattia <alessandro.dimattia@roma1.infn.it>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use TrigT1Interfaces    TrigT1Interfaces-*       Trigger/TrigT1
-use MuonReadoutGeometry MuonReadoutGeometry-*    MuonSpectrometer/MuonDetDescr
-
-private
-use GaudiInterface      GaudiInterface-*         External
-use StoreGate           StoreGate-*              Control
-use Identifier          Identifier-*             DetectorDescription
-use RPCcablingInterface RPCcablingInterface-*    MuonSpectrometer/MuonCablings
-end_private
-
-
-apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_runtime
-apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigT1/TrigT1RPChardware/cmt/requirements b/Trigger/TrigT1/TrigT1RPChardware/cmt/requirements
deleted file mode 100755
index 5b3cc019d3f579a62dddc96a2d437951c741b349..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1RPChardware/cmt/requirements
+++ /dev/null
@@ -1,45 +0,0 @@
-package TrigT1RPChardware
-
-author Aleandro Nisati <nisati@cern.ch>
-
-use AtlasPolicy            AtlasPolicy-*
-
-use MuonCablingTools       MuonCablingTools-*   MuonSpectrometer/MuonCablings
-
-
-private
-use GaudiInterface         GaudiInterface-*          External
-
-
-
-public
-
-###################################################
-# Standalone library build                        #
-###################################################
-
-macro lib_RPChardware_pp_cppflags " -DLVL1_STANDALONE "
-library RPChardware -no_share -suffix=STN *.cxx
-macro_append RPChardware_dependencies " install_includes"
-
-
-#########################################################
-# ATHENA librariy build                                 #
-#########################################################
-
-apply_pattern dual_use_library files=*.cxx
-
-#library TrigT1RPChardware *.cxx -s=../src/components *.cxx
-
-#apply_pattern declare_runtime
-
-###############################################################################
-# Standalone application build                                                #
-###############################################################################
-
-ignore_pattern package_stamps
-
-
-macro_append  Lvl1RpcTrig_pp_cppflags  " -DLVL1_STANDALONE "
-macro_append  Lvl1RpcTriglinkopts  " -L$(MUONCABLINGTOOLSROOT)/${BINDIR}  -lRPChardware -lCablingTools "
-# application  Lvl1RpcTrig  -s=../share *.cxx
diff --git a/Trigger/TrigT1/TrigT1RPClogic/cmt/requirements b/Trigger/TrigT1/TrigT1RPClogic/cmt/requirements
deleted file mode 100755
index 6038ca8f90d6ee8b0b32688f59d8309abfd09ac1..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1RPClogic/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package TrigT1RPClogic
-
-author Alessandro Di Mattia <alessandro.dimattia@roma1.infn.it>
-
-use AtlasPolicy            AtlasPolicy-*
-use GaudiInterface         GaudiInterface-*          External
-
-use MuonCablingTools       MuonCablingTools-*    MuonSpectrometer/MuonCablings
-use RPCcablingInterface    RPCcablingInterface-* MuonSpectrometer/MuonCablings
-#use RPCgeometry            RPCgeometry-*         MuonSpectrometer/MuonCablings
-
-use TrigT1RPChardware      TrigT1RPChardware-*  Trigger/TrigT1
-
-
-
-###################################################
-# Standalone library build                        #
-###################################################
-
-#macro lib_RPClogic_pp_cppflags " -DLVL1_STANDALONE "
-#library RPClogic -no_share -suffix=STN *.cxx
-#macro_append RPClogic_dependencies " install_includes"
-
-
-#########################################################
-# ATHENA librariy build                                 #
-#########################################################
-
-apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_runtime
-
-###############################################################################
-# Standalone application build                                                #
-###############################################################################
-
-
-#macro_append  datatest_pp_cppflags  " -DLVL1_STANDALONE "
-
-
-#macro_append  datatestlinkopts  " -L$(RPCGEOMETRYROOT)/${BINDIR} -L$(MUONCABLINGTOOLSROOT)/${BINDIR} -L$(RPCCABLINGROOT)/${BINDIR}  -L$(TRIGT1RPCHARDWAREROOT)/${BINDIR} -lRPClogic -lRPChardware -lRPCgeo -lRPCcab -lCablingTools "
-
-# application  datatest  ../share/DataTest.cxx
diff --git a/Trigger/TrigT1/TrigT1RPCsteering/cmt/requirements b/Trigger/TrigT1/TrigT1RPCsteering/cmt/requirements
deleted file mode 100755
index 90c390ca5ca8c5632f8059a481d82c4fbc311ff5..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1RPCsteering/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TrigT1RPCsteering
-
-author Alessandro Di Mattia <alessandro.dimattia@roma1.infn.it>
-
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*         External
-use StoreGate            StoreGate-*              Control
-use Identifier           Identifier-*             DetectorDescription
-
-use TrigT1RPClogic       TrigT1RPClogic-*         Trigger/TrigT1
-#use TrigT1RPCmonitoring  TrigT1RPCmonitoring-*    Trigger/TrigT1
-
-use RPCcablingInterface  RPCcablingInterface-*    MuonSpectrometer/MuonCablings
-use MuonReadoutGeometry  MuonReadoutGeometry-*    MuonSpectrometer/MuonDetDescr
-
-
-#########################################################
-# ATHENA librariy build                                 #
-#########################################################
-
-apply_pattern component_library
-
-library TrigT1RPCsteering *.cxx -s=../src/components *.cxx
-
-apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
-
-private
-
-use TrigT1RPChardware    TrigT1RPChardware-*      Trigger/TrigT1
-use AtlasHepMC           AtlasHepMC-*             External
-use GeneratorObjects     GeneratorObjects-*       Generators
-use MuonDigitContainer   MuonDigitContainer-*     MuonSpectrometer
-use MuonIdHelpers        MuonIdHelpers-*          MuonSpectrometer
-use TrigT1Interfaces     TrigT1Interfaces-*       Trigger/TrigT1
diff --git a/Trigger/TrigT1/TrigT1Result/cmt/requirements b/Trigger/TrigT1/TrigT1Result/cmt/requirements
deleted file mode 100755
index 8a770c4aada5accd8235ee55dca71a8c1b036e60..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1Result/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package TrigT1Result
-
-author Tadashi Maeno <Tadashi.Maeno@cern.ch>
-
-use GaudiInterface   GaudiInterface-*   External # DON'T MAKE THIS USE STATEMENT PRIVATE, NO MATTER WHAT checkreq.py SAYS! See https://savannah.cern.ch/bugs/index.php?85395
-use AtlasPolicy      AtlasPolicy-*
-use DataCollection   DataCollection-*   External
-use CLIDSvc          CLIDSvc-*          Control
-use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1
-use L1TopoRDO	     L1TopoRDO-*	Trigger/TrigT1/L1Topo
-#use L1CommonCore L1CommonCore-* Trigger/TrigT1
-use CTPfragment      v*
-
-library TrigT1Result *.cxx
-apply_pattern installed_library
-
-private
-use AtlasReflex      AtlasReflex-*      External -no_auto_imports
-use AthenaKernel     AthenaKernel-*     Control  
-
-apply_pattern lcgdict dict=TrigT1Result selectionfile=selection.xml \
-	headerfiles="../TrigT1Result/TrigT1ResultDict.h"
-
diff --git a/Trigger/TrigT1/TrigT1ResultByteStream/cmt/requirements b/Trigger/TrigT1/TrigT1ResultByteStream/cmt/requirements
deleted file mode 100755
index 0889c0c909396a49ab1c763e388f9d8d18365907..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1ResultByteStream/cmt/requirements
+++ /dev/null
@@ -1,48 +0,0 @@
-package TrigT1ResultByteStream
-
-use AtlasPolicy      AtlasPolicy-*
-use GaudiInterface   GaudiInterface-*   External
-use AthenaBaseComps  AthenaBaseComps-*  Control
-use StoreGate        StoreGate-*        Control
-use SGTools          SGTools-*          Control
-use ByteStreamData   ByteStreamData-*   Event
-use ByteStreamCnvSvcBase ByteStreamCnvSvcBase-* Event 
-use ByteStreamCnvSvc ByteStreamCnvSvc-* Event 
-use DataCollection   DataCollection-*   External
-use TrigT1Result     TrigT1Result-*     Trigger/TrigT1
-use L1TopoRDO	     L1TopoRDO-*	Trigger/TrigT1/L1Topo
-#use TrigConfigSvc    TrigConfigSvc-*    Trigger/TrigConfiguration
-use TrigConfInterfaces    TrigConfInterfaces-*    Trigger/TrigConfiguration
-use TrigConfL1Data   TrigConfL1Data-*   Trigger/TrigConfiguration
-use TrigT1Interfaces TrigT1Interfaces-* Trigger/TrigT1
-
-# eformat CTP data specification
-use CTPfragment      v*
-
-private
-
-# use L1CommonCore     L1CommonCore-*     Trigger/TrigT1
-
-author Hong Ma <hma@bnl.gov> 
-author Tadashi Maeno <Tadashi.Maeno@cern.ch>
-author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
-author David Berge <David.Berge@cern.ch>
-author Christian Ohm <Christian.Ohm@cern.ch>
-
-#
-# create the reguTrigT1Result dual_use_lib for the Container converters 
-#
-apply_pattern dual_use_library files="*.cxx"
-apply_pattern declare_joboptions files="*.py"
-
-# The following MacOSX-specific customization allows this package to build on MacOSX,
-# but it's not functional because of the missing eformat libCTPfragment.so library
-
-# eformat CTP data specification
-macro_append TrigT1ResultByteStreamLib_shlibflags " -lCTPfragment " Darwin ""
-
-private
-macro ttr_allow_undefined "_noAllowUndefined" Darwin "allowUndefined"
-apply_tag $(ttr_allow_undefined)
-end_private
-
diff --git a/Trigger/TrigT1/TrigT1RoIB/cmt/requirements b/Trigger/TrigT1/TrigT1RoIB/cmt/requirements
deleted file mode 100644
index dee711903b52a73de68721c2929697ba6ec49b66..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1RoIB/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigT1RoIB
-
-manager Attila Kraznahorkay Jr. <Attila.Krasznahorkay@cern.ch>
-author  Attila Kraznahorkay Jr. <Attila.Krasznahorkay@cern.ch>
-author  Wolfgang Ehrenfeld <Wolfgang.Ehrenfeld@desy.de>
-
-private
-
-use AtlasPolicy       AtlasPolicy-*
-
-use GaudiInterface    GaudiInterface-*    External
-use DataCollection    DataCollection-*    External
-
-use AthenaKernel      AthenaKernel-*      Control
-use AthenaBaseComps   AthenaBaseComps-*   Control
-use DataModel         DataModel-*         Control
-
-use EventInfo	       EventInfo-*         Event
-
-use TrigT1Interfaces  TrigT1Interfaces-*  Trigger/TrigT1
-use TrigT1Result      TrigT1Result-*      Trigger/TrigT1
-
-library TrigT1RoIB *.cxx components/*.cxx 
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigT1/TrigT1TGC/cmt/requirements b/Trigger/TrigT1/TrigT1TGC/cmt/requirements
deleted file mode 100755
index 32109e2b9e51bcde31dd2cfa1e29a01978a57d04..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1TGC/cmt/requirements
+++ /dev/null
@@ -1,41 +0,0 @@
-package TrigT1TGC
-
-manager Chihiro Omachi <omati@phys.sci.kobe-u.ac.jp>
-manager Masaya Ishino <Masaya.Ishino@cern.ch>
-author  Chihiro Omachi <omati@phys.sci.kobe-u.ac.jp>
-author  Masaya Ishino <Masaya.Ishino@cern.ch>
-author  Naoko Kanaya <Naoko.Kanaya@cern.ch>
-
-public
-use AtlasPolicy            AtlasPolicy-*
-use StoreGate              StoreGate-*              Control
-use CLIDSvc                CLIDSvc-*                Control
-use AthenaBaseComps        AthenaBaseComps-*        Control
-use GaudiInterface         GaudiInterface-*         External
-
-use TrigT1Interfaces       TrigT1Interfaces-*       Trigger/TrigT1
-
-use Identifier 		   Identifier-* 	    DetectorDescription
-
-private
-use AtlasCLHEP             AtlasCLHEP-*             External
-use EventInfo              EventInfo-*              Event
-use GeneratorObjects       GeneratorObjects-*       Generators
-use MuonRDO                MuonRDO-*                MuonSpectrometer
-use PathResolver           PathResolver-*           Tools
-use MuonDigitContainer     MuonDigitContainer-*     MuonSpectrometer
-use MuonIdHelpers          MuonIdHelpers-*          MuonSpectrometer
-use TGCcablingInterface    TGCcablingInterface-*    MuonSpectrometer/MuonCablings
-use TrigConfL1Data	   TrigConfL1Data-*    	    Trigger/TrigConfiguration
-use TrigConfInterfaces     TrigConfInterfaces-*     Trigger/TrigConfiguration
-use MuonCondInterface      MuonCondInterface-*      MuonSpectrometer/MuonConditions/MuonCondGeneral
-use AthenaPoolUtilities  AthenaPoolUtilities-* Database/AthenaPOOL
-use TileEvent           TileEvent-*               TileCalorimeter
-
-public
-apply_pattern dual_use_library files="*.cxx"
-apply_pattern declare_joboptions files="TrigT1TGCJobOptions.txt TrigT1TGCJobOptions.py TrigT1TGC_jobOptions.py"
-apply_pattern declare_runtime files="BigWheelCW/RPhiCoincidenceMap*.db TrigT1TGCMaskedChannel*.db EiFiCW/Inner*.db TileCW/Tile*.db" 
-
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Trigger/TrigT1/TrigT1TGCRecRoiSvc/cmt/requirements b/Trigger/TrigT1/TrigT1TGCRecRoiSvc/cmt/requirements
deleted file mode 100755
index dcf728cca2766944cbddcf2c8f1ce0b1bfd4d3c2..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1TGCRecRoiSvc/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-package TrigT1TGCRecRoiSvc
-
-author Yoji Hasegawa
-author Hisaya Kurashige 
-author Susumu Oda
-
-public
-use AtlasPolicy        AtlasPolicy-*
-use MuonReadoutGeometry MuonReadoutGeometry-*      MuonSpectrometer/MuonDetDescr
-use TGCcablingInterface TGCcablingInterface-*      MuonSpectrometer/MuonCablings
-use TrigT1Interfaces   TrigT1Interfaces-*  Trigger/TrigT1
-
-private
-use GaudiInterface     GaudiInterface-*    External
-use Identifier         Identifier-*        DetectorDescription
-use MuonIdHelpers      MuonIdHelpers-*     MuonSpectrometer
-use StoreGate          StoreGate-*      Control
-
-public
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigT1/TrigT1TRT/cmt/requirements b/Trigger/TrigT1/TrigT1TRT/cmt/requirements
deleted file mode 100644
index 34f4e46dca2eba378b4f73b3dbc8f3c27f53f586..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1TRT/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigT1TRT
-author Daniel Dobos <daniel.dobos@cern.ch>
-
-use AtlasPolicy         	AtlasPolicy-*
-use AthenaBaseComps     	AthenaBaseComps-*       	Control
-use GaudiInterface      	GaudiInterface-*        	External
-
-# TRT RDOs
-use InDetRawData		InDetRawData-*			InnerDetector/InDetRawEvent
-use InDetReadoutGeometry        InDetReadoutGeometry-*  	InnerDetector/InDetDetDescr
-
-private
-# TRT RDOs
-use TRT_ConditionsServices      TRT_ConditionsServices-*        InnerDetector/InDetConditions
-
-# Trigger configuration packages
-use TrigConfL1Data              TrigConfL1Data-*                Trigger/TrigConfiguration
-
-# LVL1 simulation
-use TrigConfInterfaces          TrigConfInterfaces-*            Trigger/TrigConfiguration
-use TrigT1Interfaces            TrigT1Interfaces-*              Trigger/TrigT1
-end_private
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="*.py"
-
diff --git a/Trigger/TrigT1/TrigT1ZDC/cmt/requirements b/Trigger/TrigT1/TrigT1ZDC/cmt/requirements
deleted file mode 100644
index 1e2f595fcbca7713fd223b2e59d95b5a20a8264c..0000000000000000000000000000000000000000
--- a/Trigger/TrigT1/TrigT1ZDC/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigT1ZDC
-author W. H. Bell <W.Bell@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use GaudiInterface      GaudiInterface-*        External
-
-# Trigger configuration packages
-use TrigConfInterfaces  TrigConfInterfaces-*    Trigger/TrigConfiguration
-
-private
-
-# LVL1 simulation
-use TrigT1Interfaces    TrigT1Interfaces-*      Trigger/TrigT1
-
-# ZDC simulation packages would go here
-
-# Needed for truth based trigger simulation
-use GeneratorObjects	GeneratorObjects-*  	Generators
-use AtlasHepMC          AtlasHepMC-*            External
-
-# Trigger configuration packages
-use TrigConfL1Data      TrigConfL1Data-*        Trigger/TrigConfiguration
-
-library TrigT1ZDC *.cxx components/*.cxx
-apply_pattern component_library
diff --git a/Trigger/TrigTools/IDScanHitFilter/cmt/requirements b/Trigger/TrigTools/IDScanHitFilter/cmt/requirements
deleted file mode 100755
index a267195a8415660e042d9c795c74a0ced0c7b799..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/IDScanHitFilter/cmt/requirements
+++ /dev/null
@@ -1,28 +0,0 @@
-package IDScanHitFilter
-
-author Nikos Konstantinidis <n.konstantinidis@ucl.ac.uk>
-
-# =====================================================================
-
-public
-
-# General
-use AtlasPolicy			AtlasPolicy-*
-use AthenaBaseComps             AthenaBaseComps-*   Control
-use GaudiInterface		GaudiInterface-*     		External
-#use AtlasCLHEP			AtlasCLHEP-*			External
-
-use TrigInDetEvent		TrigInDetEvent*			Trigger/TrigEvent
-use TrigSteeringEvent           TrigSteeringEvent-*     	Trigger/TrigEvent
-use TrigInDetToolInterfaces	TrigInDetToolInterfaces-*	Trigger/TrigTools
-
-#use CxxUtils                    CxxUtils-*                      Control
-
-apply_pattern dual_use_library files="*.cxx components/*.cxx"
-#apply_pattern declare_joboptions files="*.py"
-
-private
-
-use IRegionSelector              IRegionSelector-*              DetectorDescription
-
-#macro_append cppflags  " -DIDSCAN_DEBUG "
diff --git a/Trigger/TrigTools/IDScanZFinder/cmt/requirements b/Trigger/TrigTools/IDScanZFinder/cmt/requirements
deleted file mode 100755
index 8ba385b8ff62fd61c8a8e974baa2f41b63772a16..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/IDScanZFinder/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-
-package IDScanZFinder
-
-author Nikos Konstantinidis <n.konstantinidis@ucl.ac.uk>
-
-# =====================================================================
-
-public
-
-# General
-# use AtlasPolicy		AtlasPolicy-01-*
-# use GaudiInterface		GaudiInterface-01-*     	External
-# use AtlasCLHEP		AtlasCLHEP-00-*			External
-
-use AtlasPolicy			AtlasPolicy-*
-use GaudiInterface		GaudiInterface-*     	        External
-use AtlasCLHEP			AtlasCLHEP-*			External
-
-use AthenaBaseComps             AthenaBaseComps-*               Control
- 
-use TrigInDetEvent		TrigInDetEvent*			Trigger/TrigEvent
-use TrigInDetToolInterfaces	TrigInDetToolInterfaces-*	Trigger/TrigTools
-use	IRegionSelector			IRegionSelector-*		DetectorDescription
-
-#library IDScanZFinder "*.cxx components/*.cxx"
-     
-apply_pattern dual_use_library files="*.cxx components/*.cxx"
-#apply_pattern declare_joboptions files="*.py"
-
diff --git a/Trigger/TrigTools/TrigByteStreamTools/cmt/requirements b/Trigger/TrigTools/TrigByteStreamTools/cmt/requirements
deleted file mode 100644
index f6afa9bc488bc36dd94657106156978a3a856114..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigByteStreamTools/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package TrigByteStreamTools
-
-author Brian Petersen <Brian.Petersen@cern.ch>
-author Anna Sfyrla <Anna.Sfyrla@cern.ch>
-
-use AtlasPolicy AtlasPolicy-*
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_scripts files="../bin/*.py \
-                                     ../python/addL1.py \
-                                     ../python/replaceMUCTPI.py \
-                                     ../python/trigbs_replaceLB.py \
-                                     ../python/trigbs_prescaleL1.py \
-                                     ../python/slimHLTBSFile.py"
-
-#
-# Some additional dictionaries
-#
-private
-
-use  AtlasReflex     AtlasReflex-*       External -no_auto_import
-use  AtlasBoost      AtlasBoost-*        External      # needed to get correct pp_cppflags
-use  CTPfragment     *
-
-# Specify required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Reflex)"
-
-apply_pattern lcgdict dict=TrigByteStreamTools selectionfile=selection.xml \
-	              headerfiles="../TrigByteStreamTools/TrigByteStreamToolsDict.h"
-		      
-macro_append TrigByteStreamTools_linkopts " $(tdaqc_linkopts) -lCTPfragment "
diff --git a/Trigger/TrigTools/TrigFTKToolInterfaces/cmt/requirements b/Trigger/TrigTools/TrigFTKToolInterfaces/cmt/requirements
deleted file mode 100644
index 6d06200268c72eafa23e193fb3c75fd590ed4501..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigFTKToolInterfaces/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package TrigFTKToolInterfaces
-
-manager Dmitry Emeliyanov <Dmitry.Emeliyanov at cern.ch>
-
-public
-	
-use AtlasPolicy           AtlasPolicy-*
-use GaudiInterface        GaudiInterface-*           External
-#use AtlasCLHEP            AtlasCLHEP-*               External
-#use DataModel             DataModel-*                Control
-use AthenaBaseComps              AthenaBaseComps-*        Control
-
-use TrkTrack              TrkTrack-*                 Tracking/TrkEvent
-use TrigInDetEvent        TrigInDetEvent-*           Trigger/TrigEvent
-
-use TrkTruthData                TrkTruthData-*               Tracking/TrkEvent
-
-use InDetPrepRawData      InDetPrepRawData-*         InnerDetector/InDetRecEvent
\ No newline at end of file
diff --git a/Trigger/TrigTools/TrigFTKTrackConverter/cmt/requirements b/Trigger/TrigTools/TrigFTKTrackConverter/cmt/requirements
deleted file mode 100755
index 42bed4d094dc650219d5507f449c9180edd5a1ab..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigFTKTrackConverter/cmt/requirements
+++ /dev/null
@@ -1,50 +0,0 @@
-package TrigFTKTrackConverter
-
-author Dmitry Emeliyanov <D.Emeliyanov@rl.ac.uk>
-
-public
-
-# General
-use GaudiInterface		GaudiInterface-*             External
-use AtlasPolicy			AtlasPolicy-*
-use TrigFTKToolInterfaces       TrigFTKToolInterfaces-*      Trigger/TrigTools
-use TrigFTKSim                  TrigFTKSim-*                 Trigger/TrigFTK
-use TrkFitterUtils              TrkFitterUtils-*             Tracking/TrkFitter 
-use TrkFitterInterfaces         TrkFitterInterfaces-*        Tracking/TrkFitter 
-use PixelConditionsServices     PixelConditionsServices-*    InnerDetector/InDetConditions
-use AthenaBaseComps              AthenaBaseComps-*	   Control
-
-
-library TrigFTKTrackConverter "*.cxx components/*.cxx"
-    
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-#apply_pattern declare_non_standard_include name=doc
-
-private
-
-use StoreGate			StoreGate-*		     Control
-use InDetIdentifier             InDetIdentifier-*            InnerDetector/InDetDetDescr
-use InDetReadoutGeometry	InDetReadoutGeometry-*	     InnerDetector/InDetDetDescr
-use GeoPrimitives				GeoPrimitives-*							 DetectorDescription
-use TrkEventPrimitives          TrkEventPrimitives-*         Tracking/TrkEvent
-#use TrkMeasurementBase          TrkMeasurementBase-*         Tracking/TrkEvent
-use TrkRIO_OnTrack              TrkRIO_OnTrack-*             Tracking/TrkEvent 
-use TrkParameters	        TrkParameters-* 	     Tracking/TrkEvent
-use InDetRIO_OnTrack            InDetRIO_OnTrack-*           InnerDetector/InDetRecEvent
-use GeneratorObjects            GeneratorObjects-*           Generators 
-use AtlasHepMC                  AtlasHepMC-*                 External 
-use TrkTruthData                TrkTruthData-*               Tracking/TrkEvent
-
-use AtlasDetDescr               AtlasDetDescr-*         DetectorDescription
-
-
-
-#use InDetPrepRawData 		InDetPrepRawData-* 	InnerDetector/InDetRecEvent
-#use TrigTimeAlgs		TrigTimeAlgs-*		Trigger/TrigTools
-
-#use TrkSurfaces 		TrkSurfaces-* 	        Tracking/TrkDetDescr
-#use TrkPrepRawData              TrkPrepRawData-*        Tracking/TrkEvent
-#use TrkTrack                    TrkTrack-*              Tracking/TrkEvent
-
-
diff --git a/Trigger/TrigTools/TrigIDUtils/cmt/requirements b/Trigger/TrigTools/TrigIDUtils/cmt/requirements
deleted file mode 100644
index 53b3562e2beff6d0613242da40d49196c442b1d5..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigIDUtils/cmt/requirements
+++ /dev/null
@@ -1,32 +0,0 @@
-## automatically generated CMT requirements file
-package TrigIDUtils
-author  masik
-
-## for athena policies: this has to be the first use statement
-use AtlasPolicy 	AtlasPolicy-*
-
-## for gaudi tools, services and objects
-use GaudiInterface 	GaudiInterface-* 	External
-
-## put here your package dependencies...
-
-##
-
-branches src src/components doc python share
-
-private
-use StoreGate                     StoreGate-*                     Control
-use AthenaBaseComps               AthenaBaseComps-*               Control
-use PixelConditionsServices PixelConditionsServices-* InnerDetector/InDetConditions
-use InDetIdentifier               InDetIdentifier-*               InnerDetector/InDetDetDescr
-
-## default is to make component library
-library TrigIDUtils *.cxx components/*.cxx
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-end_private
-
-
diff --git a/Trigger/TrigTools/TrigInDetConf/cmt/requirements b/Trigger/TrigTools/TrigInDetConf/cmt/requirements
deleted file mode 100644
index ffd0190a53aee5045bd93cc790c77d3fc2bc04ea..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigInDetConf/cmt/requirements
+++ /dev/null
@@ -1,8 +0,0 @@
-package TrigInDetConf
-
-author Jiri Masik <Jiri.Masik@manchester.ac.uk>
-
-use AtlasPolicy    AtlasPolicy-*
-
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Trigger/TrigTools/TrigInDetPattRecoTools/cmt/requirements b/Trigger/TrigTools/TrigInDetPattRecoTools/cmt/requirements
deleted file mode 100755
index 42e125f5b647f80c4c16b82e54c39d1fcaf84517..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigInDetPattRecoTools/cmt/requirements
+++ /dev/null
@@ -1,62 +0,0 @@
-package TrigInDetPattRecoTools
-
-# ===========================================================================================
-
-public
-
-use	AtlasPolicy			AtlasPolicy-*
-#use	GaudiInterface			GaudiInterface-*     		External
-
-#use	EventInfo 			EventInfo-* 			Event
-
-#use	InDetPrepRawData     		InDetPrepRawData-*		InnerDetector/InDetRecEvent 
-
-#use	TrkTrack               		TrkTrack-*			Tracking/TrkEvent
-#use	VxVertex                	VxVertex-*                      Tracking/TrkEvent
-
-use	TrigInDetEvent			TrigInDetEvent-*		Trigger/TrigEvent
-use     TrigInDetPattRecoEvent		TrigInDetPattRecoEvent-*	Trigger/TrigEvent
-
-#use     TrigSiTrack			TrigSiTrack-*			Trigger/TrigAlgorithms
-#use	InDetRecToolInterfaces		InDetRecToolInterfaces-* 	InnerDetector/InDetRecTools 
-#use	TrigInDetToolInterfaces		TrigInDetToolInterfaces-* 	Trigger/TrigTools
-#use EventPrimitives	EventPrimitives-* Event
-
-#apply_pattern declare_python_modules files="*.py"
-#apply_pattern component_library files="NewIDScanHitFilter.cxx components/*.cxx"
-#apply_pattern dual_use_library files="NewIDScanHitFilter.cxx components/*.cxx"
-#apply_pattern dual_use_library files="*.cxx components/*.cxx"
-
-apply_pattern installed_library 
-library TrigInDetPattRecoTools  *.cxx
-
-private 
-
-#use GeoPrimitives                      GeoPrimitives-*                 DetectorDescription 
-use     IRegionSelector                 IRegionSelector-*               DetectorDescription
-# use	RegionSelector			RegionSelector-*		DetectorDescription
-# use	RoiDescriptor			RoiDescriptor-*		        DetectorDescription
-
-
-
-#use	DataModel			DataModel-*			Control
-#use 	StoreGate			StoreGate-*			Control
-
-
-#use	DataCollection			DataCollection-*		External
-
-#use	InDetBeamSpotService		InDetBeamSpotService-*		InnerDetector/InDetConditions
-#use	InDetIdentifier			InDetIdentifier-*		InnerDetector/InDetDetDescr
-#use	SiSpacePoint			SiSpacePoint-*			InnerDetector/InDetRecEvent
-
-#use	TrkSurfaces			TrkSurfaces-*			Tracking/TrkDetDescr 
-#use 	TrkRIO_OnTrack			TrkRIO_OnTrack-*		Tracking/TrkEvent 
-#use	TrkParameters			TrkParameters-*			Tracking/TrkEvent 
-#use	TrkEventPrimitives		TrkEventPrimitives-*		Tracking/TrkEvent 
-#use	TrkSpacePoint           	TrkSpacePoint-*			Tracking/TrkEvent 
-
-#use	TrigTimeAlgs			TrigTimeAlgs-*			Trigger/TrigTools
-#use     TrkSegment                      TrkSegment-*                    Tracking/TrkEvent
-#use     InDetRIO_OnTrack                InDetRIO_OnTrack-*              InnerDetector/InDetRecEvent
-
-#use ByteStreamCnvSvcBase                ByteStreamCnvSvcBase-*          Event
diff --git a/Trigger/TrigTools/TrigInDetRecoTools/cmt/requirements b/Trigger/TrigTools/TrigInDetRecoTools/cmt/requirements
deleted file mode 100644
index fb83c889fbe3bd8e71ff3c81adbfd4e06f95cc57..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigInDetRecoTools/cmt/requirements
+++ /dev/null
@@ -1,54 +0,0 @@
-package TrigInDetRecoTools
-
-# ===========================================================================================
-
-public
-
-use	AtlasPolicy			AtlasPolicy-*
-use	GaudiInterface			GaudiInterface-*     		External
-use AthenaBaseComps             AthenaBaseComps-*   Control
-
-
-use	InDetPrepRawData     		InDetPrepRawData-*		InnerDetector/InDetRecEvent 
-
-use	TrkTrack               		TrkTrack-*			Tracking/TrkEvent
-#use	VxVertex                	VxVertex-*                      Tracking/TrkEvent
-
-use	TrigInDetEvent			TrigInDetEvent-*		Trigger/TrigEvent
-use	TrigSteeringEvent		TrigSteeringEvent-*     	Trigger/TrigEvent
-use	InDetRecToolInterfaces		InDetRecToolInterfaces-* 	InnerDetector/InDetRecTools 
-use	TrigInDetToolInterfaces		TrigInDetToolInterfaces-* 	Trigger/TrigTools
-use	TrkSpacePoint           	TrkSpacePoint-*			Tracking/TrkEvent 
-use	SiSpacePoint			SiSpacePoint-*			InnerDetector/InDetRecEvent
-
-use	TrigInDetPattRecoEvent		TrigInDetPattRecoEvent-*     	Trigger/TrigEvent
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern component_library
-library TrigInDetRecoTools  *.cxx components/*.cxx 
-
-private 
-
-use     AthenaKernel            	AthenaKernel-*                  Control
-#use	DataModel			DataModel-*			Control
-use	  EventInfo			EventInfo-* 			Event
-
-use 	IRegionSelector			IRegionSelector-*		DetectorDescription
-
-use	DataCollection			DataCollection-*		External
-
-use	InDetBeamSpotService		InDetBeamSpotService-*		InnerDetector/InDetConditions
-use	InDetIdentifier			InDetIdentifier-*		InnerDetector/InDetDetDescr
-use 	GeoPrimitives      		GeoPrimitives-*    		DetectorDescription
-
-use	TrkSurfaces			TrkSurfaces-*			Tracking/TrkDetDescr 
-use 	TrkRIO_OnTrack			TrkRIO_OnTrack-*		Tracking/TrkEvent 
-use	TrkParameters			TrkParameters-*			Tracking/TrkEvent 
-use	TrkEventPrimitives		TrkEventPrimitives-*		Tracking/TrkEvent 
-
-use	TrigTimeAlgs			TrigTimeAlgs-*			Trigger/TrigTools
-use     TrkSegment                      TrkSegment-*                    Tracking/TrkEvent
-use     InDetRIO_OnTrack                InDetRIO_OnTrack-*              InnerDetector/InDetRecEvent
-use     InDetReadoutGeometry            InDetReadoutGeometry-*          InnerDetector/InDetDetDescr
-
-use 	ByteStreamCnvSvcBase            ByteStreamCnvSvcBase-*          Event
diff --git a/Trigger/TrigTools/TrigInDetToolInterfaces/cmt/requirements b/Trigger/TrigTools/TrigInDetToolInterfaces/cmt/requirements
deleted file mode 100755
index a9dd8da1dfe1ecefe129bcdc4ff1037ab701b46d..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigInDetToolInterfaces/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-package TrigInDetToolInterfaces
-
-use AtlasPolicy 		AtlasPolicy-*
-
-use GaudiInterface      GaudiInterface-* 	External
-use AtlasCLHEP          AtlasCLHEP-*         External
-
-use ByteStreamData	        ByteStreamData-* 	 Event
-use InDetPrepRawData          	InDetPrepRawData-*       InnerDetector/InDetRecEvent
-use TrigInDetEvent		TrigInDetEvent-*     	 Trigger/TrigEvent
-use Identifier                  Identifier-*             DetectorDescription
-use IRegionSelector             IRegionSelector-*             DetectorDescription
-use TrigSteeringEvent           TrigSteeringEvent-*      Trigger/TrigEvent
-use TrkTrack										TrkTrack-*      Tracking/TrkEvent
-use TrkEventPrimitives          TrkEventPrimitives-*      Tracking/TrkEvent
-
-use TrigInDetPattRecoEvent	TrigInDetPattRecoEvent-*	Trigger/TrigEvent
-
-#apply_pattern declare_non_standard_include name=doc
-
-
-
diff --git a/Trigger/TrigTools/TrigInDetTrackExtrapolator/cmt/requirements b/Trigger/TrigTools/TrigInDetTrackExtrapolator/cmt/requirements
deleted file mode 100755
index 3a0295be24d51f04473fcd3ff7ae4eb403fb420b..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigInDetTrackExtrapolator/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package TrigInDetTrackExtrapolator
-
-author Dmitry Emeliyanov <D.Emeliyanov@rl.ac.uk>
-
-use AthenaBaseComps             AthenaBaseComps-*   Control
-use AtlasPolicy			AtlasPolicy-*
-use GaudiInterface		GaudiInterface-*     External
-use TrigSteeringEvent           TrigSteeringEvent-*     Trigger/TrigEvent
-use TrigInDetEvent		TrigInDetEvent-*	Trigger/TrigEvent
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-* Trigger/TrigTools
-
-library TrigInDetTrackExtrapolator *.cxx components/*.cxx
-
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-#apply_pattern declare_non_standard_include name=doc
-
-private
-
-use MagFieldInterfaces  MagFieldInterfaces-*         MagneticField 
-use TrigTimeAlgs		TrigTimeAlgs-*		Trigger/TrigTools
-use TrkDistributedKalmanFilter  TrkDistributedKalmanFilter-* Tracking/TrkFitter
diff --git a/Trigger/TrigTools/TrigInDetTrackFitter/cmt/requirements b/Trigger/TrigTools/TrigInDetTrackFitter/cmt/requirements
deleted file mode 100755
index a25faba25ab42750e366dbdfe30e58c66ba49c07..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigInDetTrackFitter/cmt/requirements
+++ /dev/null
@@ -1,41 +0,0 @@
-package TrigInDetTrackFitter
-
-author Dmitry Emeliyanov <D.Emeliyanov@rl.ac.uk>
-
-public
-
-# General
-use AthenaBaseComps             AthenaBaseComps-*   Control
-use AtlasPolicy			AtlasPolicy-*
-use GaudiInterface		GaudiInterface-*             External
-use InDetIdentifier             InDetIdentifier-*            InnerDetector/InDetDetDescr
-use InDetReadoutGeometry	InDetReadoutGeometry-*	     InnerDetector/InDetDetDescr
-use MagFieldInterfaces  MagFieldInterfaces-*         MagneticField 
-use TrigInDetEvent		TrigInDetEvent-*	     Trigger/TrigEvent
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-*    Trigger/TrigTools
-use TrkDistributedKalmanFilter  TrkDistributedKalmanFilter-* Tracking/TrkFitter
-use TrkExInterfaces             TrkExInterfaces-*            Tracking/TrkExtrapolation
-use TrkFitterInterfaces         TrkFitterInterfaces-*        Tracking/TrkFitter
-use TrkFitterUtils      TrkFitterUtils-*        Tracking/TrkFitter
-use TrkToolInterfaces           TrkToolInterfaces-*          Tracking/TrkTools
-use TrkTrack            TrkTrack-*              Tracking/TrkEvent
-
-
-library TrigInDetTrackFitter "*.cxx components/*.cxx"
-    
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-#apply_pattern declare_non_standard_include name=doc
-
-private
-
-use AtlasDetDescr               AtlasDetDescr-*         DetectorDescription
-use InDetPrepRawData 		InDetPrepRawData-* 	InnerDetector/InDetRecEvent
-use InDetRIO_OnTrack    InDetRIO_OnTrack-*	InnerDetector/InDetRecEvent 
-use TrigTimeAlgs		TrigTimeAlgs-*		Trigger/TrigTools
-use TrkEventPrimitives          TrkEventPrimitives-*    Tracking/TrkEvent
-use TrkParameters	        TrkParameters-* 	Tracking/TrkEvent
-use TrkPrepRawData      TrkPrepRawData-*        Tracking/TrkEvent
-use TrkRIO_OnTrack      TrkRIO_OnTrack-*        Tracking/TrkEvent
-use TrkSurfaces 		TrkSurfaces-* 	        Tracking/TrkDetDescr
diff --git a/Trigger/TrigTools/TrigInDetVxInJetTool/cmt/requirements b/Trigger/TrigTools/TrigInDetVxInJetTool/cmt/requirements
deleted file mode 100755
index 029e04458b03a8524a887498d6b65e915b093252..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigInDetVxInJetTool/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TrigInDetVxInJetTool
-
-author Vadim Kostyukhin <Vadim.Kostyukhin@cern.ch>
-
-private
-
-use AtlasROOT         	   AtlasROOT-*       	   External
-use AnalysisUtils          AnalysisUtils-*         PhysicsAnalysis/AnalysisCommon
-use VxVertex               VxVertex-*              Tracking/TrkEvent
-use TrigInterfaces	   TrigInterfaces-*        Trigger/TrigSteer
-use TrigInDetEvent         TrigInDetEvent-*        Trigger/TrigEvent
-
-public
-
-use AtlasPolicy            AtlasPolicy-*
-use AthenaBaseComps        AthenaBaseComps-*       Control
-use GeoPrimitives	   GeoPrimitives-*	   DetectorDescription
-use GaudiInterface         GaudiInterface-*        External
-use AtlasROOT              AtlasROOT-*             External
-use TrigVKalFitter         TrigVKalFitter-*        Trigger/TrigTools
-
-library TrigInDetVxInJetTool  *.cxx components/*.cxx
-apply_pattern component_library
-
-#apply_pattern declare_python_modules files="*.py"
-
-#private
-
-# debug - testing only
-# macro cppdebugflags '$(cppdebugflags_s)'
-# macro_remove componentshr_linkopts "-Wl,-s"
-
-# then do:
-# cmt config
-# make binclean
-# make
-
diff --git a/Trigger/TrigTools/TrigJPsiTools/cmt/install.history b/Trigger/TrigTools/TrigJPsiTools/cmt/install.history
deleted file mode 100644
index 5bc7e1d7abeeabd0089768dc426ea876c1cdfc42..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigJPsiTools/cmt/install.history
+++ /dev/null
@@ -1,39 +0,0 @@
-(i__main__
-LogFile
-p0
-(dp1
-S'_installed_files'
-p2
-(dp3
-S'../../../../../../../afs/cern.ch/atlas/software/releases/15.6.9/GAUDI/v20r4p7a/GaudiPolicy/cmt/fragments/__init__.py'
-p4
-S'../../../../InstallArea/python/TrigJPsiTools/__init__.py'
-p5
-sS'../../../testarea/Trigger/TrigTools/TrigJPsiTools/i686-slc5-gcc43-opt/libTrigJPsiTools.so'
-p6
-S'../../../../../InstallArea/i686-slc5-gcc43-opt/lib/libTrigJPsiTools.so'
-p7
-sS'../../../Trigger/TrigTools/TrigJPsiTools/i686-slc4-gcc34-opt/libTrigJPsiTools.so'
-p8
-S'../../../../InstallArea/i686-slc4-gcc34-opt/lib/libTrigJPsiTools.so'
-p9
-sS'../../../Trigger/TrigTools/TrigJPsiTools/i686-slc5-gcc43-opt/libTrigJPsiTools.so'
-p10
-S'../../../../InstallArea/i686-slc5-gcc43-opt/lib/libTrigJPsiTools.so'
-p11
-sS'../../Trigger/TrigTools/TrigJPsiTools/genConf/TrigJPsiTools'
-p12
-(dp13
-S'../../../Trigger/TrigTools/TrigJPsiTools/genConf/TrigJPsiTools/TrigJPsiTools_confDb.py'
-p14
-S'../../../../InstallArea/python/TrigJPsiTools/TrigJPsiTools_confDb.py'
-p15
-sS'../../../Trigger/TrigTools/TrigJPsiTools/genConf/TrigJPsiTools/TrigJPsiToolsConf.py'
-p16
-S'../../../../InstallArea/python/TrigJPsiTools/TrigJPsiToolsConf.py'
-p17
-ssS'../../../16.6.X.Y-VAL/Trigger/TrigTools/TrigJPsiTools/i686-slc5-gcc43-opt/libTrigJPsiTools.so'
-p18
-S'../../../../../InstallArea/i686-slc5-gcc43-opt/lib/libTrigJPsiTools.so'
-p19
-ssb.
\ No newline at end of file
diff --git a/Trigger/TrigTools/TrigJPsiTools/cmt/requirements b/Trigger/TrigTools/TrigJPsiTools/cmt/requirements
deleted file mode 100644
index dec16f5c215244663b28aff5aaa536efa3fca98b..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigJPsiTools/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package TrigJPsiTools
-
-# General
-use AtlasPolicy 	AtlasPolicy-*
-use GaudiInterface    	GaudiInterface-* External
-
-private
-apply_tag ROOTMathLibs
-use AtlasROOT		AtlasROOT-* External
-
-public
-# Muons 
-use muonEvent	muonEvent-*	Reconstruction/MuonIdentification
-use TrigInDetEvent           TrigInDetEvent-*           Trigger/TrigEvent
-
-#packages needed for offline monitoring
-use Particle	Particle-*	Reconstruction
-
-#packages needed for electrons
-use egammaEvent	egammaEvent-*	Reconstruction/egamma
-use CaloEvent   CaloEvent-*   Calorimeter
-
-# for tag-and-probe dimuons
-use TrigEffJpsiTools	TrigEffJpsiTools-*	Trigger/TrigAnalysis
-
-# for online muon monitoring
-
-use TrigMuonEvent	TrigMuonEvent-*		Trigger/TrigEvent
-use TrigInDetAnalysisUtils	TrigInDetAnalysisUtils-*		Trigger/TrigAnalysis
-#use TrigInDetAnalysisExample	TrigInDetAnalysisExample-*		Trigger/TrigAnalysis
-
-library TrigJPsiTools *.cxx components/*.cxx
-
-apply_pattern installed_library
diff --git a/Trigger/TrigTools/TrigJetUtils/cmt/requirements b/Trigger/TrigTools/TrigJetUtils/cmt/requirements
deleted file mode 100644
index 523b7f8de95c8e61e2a9f1cfb1bc59421c2a3c7a..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigJetUtils/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-## automatically generated CMT requirements file
-package TrigJetUtils
-author  chapleau
-
-## for athena policies: this has to be the first use statement
-use AtlasPolicy 	AtlasPolicy-*
-
-## for gaudi tools, services and objects
-use GaudiInterface 	GaudiInterface-* 	External
-
-## put here your package dependencies...
-private
-
-use AthenaKernel        AthenaKernel-*               Control
-use AthenaBaseComps     AthenaBaseComps-*            Control
-use StoreGate           StoreGate-*                  Control
-use TrigNavigation      TrigNavigation-*             Trigger/TrigEvent
-
-use TrigParticle        TrigParticle-*               Trigger/TrigEvent
-use JetEvent            JetEvent-*                   Reconstruction/Jet
-
-end_private
-##
-
-library TrigJetUtils *.cxx components/*.cxx
-apply_pattern component_library
diff --git a/Trigger/TrigTools/TrigMuonBackExtrapolator/cmt/requirements b/Trigger/TrigTools/TrigMuonBackExtrapolator/cmt/requirements
deleted file mode 100644
index e576a673afeefcc67383c01e19a9be28addff4a5..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigMuonBackExtrapolator/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package TrigMuonBackExtrapolator
-
-author Alessandro Di Mattia <alessandro.dimattia@roma1.infn.it>
-author Stefano Giagu <stefano.giagu@cern.ch>
-
-public
-use  AtlasPolicy              AtlasPolicy-*                   
-use  GaudiInterface           GaudiInterface-*                External
-use  TrigInDetEvent           TrigInDetEvent-*                Trigger/TrigEvent
-use  TrigMuonEvent            TrigMuonEvent-*                 Trigger/TrigEvent
-use  xAODTrigMuon             xAODTrigMuon-*                  Event/xAOD
-use  AthenaBaseComps          AthenaBaseComps-*               Control
-
-library TrigMuonBackExtrapolator *.cxx components/*.cxx
-
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigTools/TrigMuonRoITools/cmt/requirements b/Trigger/TrigTools/TrigMuonRoITools/cmt/requirements
deleted file mode 100644
index ab0cdf76a282571396e2115d82ca73698922b046..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigMuonRoITools/cmt/requirements
+++ /dev/null
@@ -1,15 +0,0 @@
-package TrigMuonRoITools
-
-author Werner Wiedenmann <Werner.Wiedenmann@cern.ch>
-
-use AtlasPolicy           AtlasPolicy-*
-use GaudiInterface        GaudiInterface-*         External
-
-private
-use EventInfo             EventInfo-*              Event
-use ByteStreamCnvSvcBase  ByteStreamCnvSvcBase-*   Event
-use TrigT1Result          TrigT1Result-*           Trigger/TrigT1
-use AthenaBaseComps       AthenaBaseComps-*        Control
-
-library TrigMuonRoITools *.cxx -s=components *.cxx
-apply_pattern component_library
diff --git a/Trigger/TrigTools/TrigMuonToolInterfaces/cmt/requirements b/Trigger/TrigTools/TrigMuonToolInterfaces/cmt/requirements
deleted file mode 100644
index bc2821b08976bf9df03f09569023544bf1f58903..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigMuonToolInterfaces/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigMuonToolInterfaces
-
-author Mark Owen <markowen@cern.ch>
-author Robert Harrington <R.Harrington@ed.ac.uk>
-author Martin Woudstra <Martin.Woudstra@cern.ch>
-
-public 
-# generalities 
-use AtlasPolicy	      AtlasPolicy-* 
-use GaudiInterface    GaudiInterface-*    External
-
-# specifics
-use MuonPattern       MuonPattern-*       MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use MuonSegment       MuonSegment-*       MuonSpectrometer/MuonReconstruction/MuonRecEvent
-use TrigMuonEvent     TrigMuonEvent-*     Trigger/TrigEvent
-use TrigSteeringEvent TrigSteeringEvent-* Trigger/TrigEvent
-use TrkSegment        TrkSegment-*        Tracking/TrkEvent
-use TrkTrack          TrkTrack-*          Tracking/TrkEvent
-use MuonCombinedEvent MuonCombinedEvent-* Reconstruction/MuonIdentification
-use Particle          Particle-*          Reconstruction
-use AthContainers     AthContainers-*     Control
-use AthLinks          AthLinks-*          Control
-use xAODMuon	      xAODMuon-*	  Event/xAOD
-use xAODTrigMuon      xAODTrigMuon-*      Event/xAOD
-use xAODTracking      xAODTracking-*	  Event/xAOD
-use xAODCaloEvent     xAODCaloEvent-*     Event/xAOD
diff --git a/Trigger/TrigTools/TrigOfflineDriftCircleTool/cmt/requirements b/Trigger/TrigTools/TrigOfflineDriftCircleTool/cmt/requirements
deleted file mode 100755
index 8ddf6ce32dc7ae77a9993f1aafd9c3bbd67ceb44..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigOfflineDriftCircleTool/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigOfflineDriftCircleTool 
-
-use AtlasPolicy 		AtlasPolicy-*
-use AthenaBaseComps             AthenaBaseComps-*               Control
-use GaudiInterface 		GaudiInterface-* 		External
-use InDetRawData                InDetRawData-*                  InnerDetector/InDetRawEvent
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-*       Trigger/TrigTools
-use TRT_ConditionsServices TRT_ConditionsServices-*		InnerDetector/InDetConditions
-use TrkPrepRawData 		TrkPrepRawData-* 		Tracking/TrkEvent
-use ByteStreamData	        ByteStreamData-* 	        Event
-use TrigTimeAlgs		TrigTimeAlgs-*		        Trigger/TrigTools
-use ByteStreamCnvSvcBase        ByteStreamCnvSvcBase-*          Event
-use Identifier			Identifier-*	    		DetectorDescription
-use InDetPrepRawData          	InDetPrepRawData-*              InnerDetector/InDetRecEvent
-
-private
-use TRT_RawDataByteStreamCnv    TRT_RawDataByteStreamCnv-*      InnerDetector/InDetEventCnv
-use TRT_DriftCircleTool         TRT_DriftCircleTool-*           InnerDetector/InDetRecTools
-use InDetIdentifier	 	InDetIdentifier-*	    	InnerDetector/InDetDetDescr
-use IRegionSelector          	IRegionSelector-*                DetectorDescription
-use TRT_Cabling                 TRT_Cabling-*                   InnerDetector/InDetDetDescr
-end_private
-
-library TrigOfflineDriftCircleTool "*.cxx components/*.cxx"
-apply_pattern declare_python_modules files="*.py"
-apply_pattern component_library
diff --git a/Trigger/TrigTools/TrigOnlineSpacePointTool/cmt/requirements b/Trigger/TrigTools/TrigOnlineSpacePointTool/cmt/requirements
deleted file mode 100755
index 369d057958da64131c5a4276d95dadc926d56d1b..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigOnlineSpacePointTool/cmt/requirements
+++ /dev/null
@@ -1,49 +0,0 @@
-package TrigOnlineSpacePointTool 
-
-use AtlasPolicy 		AtlasPolicy-*
-use Identifier			Identifier-*	    		DetectorDescription
-use GaudiInterface 		GaudiInterface-* 		External
-use IRegionSelector          	IRegionSelector-*                DetectorDescription
-# use RoiDescriptor               RoiDescriptor-*                 DetectorDescription
-
-use PixelRawDataByteStreamCnv   PixelRawDataByteStreamCnv-*     InnerDetector/InDetEventCnv
-use InDetReadoutGeometry 	InDetReadoutGeometry-*  	InnerDetector/InDetDetDescr
-use PixelCabling                PixelCabling-*                  InnerDetector/InDetDetDescr
-use SCT_Cabling                 SCT_Cabling-*                   InnerDetector/InDetDetDescr
-use InDetIdentifier	 	InDetIdentifier-*	    	InnerDetector/InDetDetDescr
-use InDetPrepRawData          	InDetPrepRawData-*              InnerDetector/InDetRecEvent
-use TrigInDetEvent		TrigInDetEvent-*     	        Trigger/TrigEvent
-use TrigSteeringEvent           TrigSteeringEvent-*             Trigger/TrigEvent
-
-use TrkPrepRawData 		TrkPrepRawData-* 		Tracking/TrkEvent
-use InDetRawData                InDetRawData-*                  InnerDetector/InDetRawEvent
-use ByteStreamData	        ByteStreamData-* 	        Event
-use DataCollection              DataCollection-*                External
-use SCT_ConditionsServices      SCT_ConditionsServices-*        InnerDetector/InDetConditions
-use PixelConditionsServices     PixelConditionsServices-*       InnerDetector/InDetConditions
-use AthenaBaseComps     AthenaBaseComps-*       Control
-
-
-use TrigSiSpacePointTool        TrigSiSpacePointTool-*          Trigger/TrigTools
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-*       Trigger/TrigTools
-use SiClusterizationTool        SiClusterizationTool-*          InnerDetector/InDetRecTools
-
-
-library TrigOnlineSpacePointTool "*.cxx components/*.cxx"
-    
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-#apply_pattern declare_non_standard_include name=doc
-
-private
-use StoreGate		    StoreGate-*               Control
-use AtlasDetDescr               AtlasDetDescr-*                 DetectorDescription
-use TrkSpacePoint               TrkSpacePoint-*                 Tracking/TrkEvent
-use ByteStreamCnvSvcBase        ByteStreamCnvSvcBase-*          Event
-use InDetBeamSpotService        InDetBeamSpotService-*          InnerDetector/InDetConditions
-use TrigTimeAlgs		TrigTimeAlgs-*		        Trigger/TrigTools
-use SCT_RawDataByteStreamCnv    SCT_RawDataByteStreamCnv-*      InnerDetector/InDetEventCnv
-use TrigTimeAlgs		TrigTimeAlgs-*		        Trigger/TrigTools
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-*       Trigger/TrigTools
diff --git a/Trigger/TrigTools/TrigSiSpacePointTool/cmt/requirements b/Trigger/TrigTools/TrigSiSpacePointTool/cmt/requirements
deleted file mode 100755
index 56f30f7d1e68ed918971e469e905feef821cd962..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigSiSpacePointTool/cmt/requirements
+++ /dev/null
@@ -1,6 +0,0 @@
-package TrigSiSpacePointTool 
-
-use AtlasPolicy 		AtlasPolicy-*
-use GaudiInterface 		GaudiInterface-* 		External
-use TrigInDetEvent		TrigInDetEvent-*     	Trigger/TrigEvent
-
diff --git a/Trigger/TrigTools/TrigT2CaloCalibration/cmt/requirements b/Trigger/TrigTools/TrigT2CaloCalibration/cmt/requirements
deleted file mode 100755
index bedeef02a0f025c331f612c9d841886d0f0931b6..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigT2CaloCalibration/cmt/requirements
+++ /dev/null
@@ -1,61 +0,0 @@
-package TrigT2CaloCalibration
-
-author Carlos Osuna <Carlos.Osuna@ifae.es>
-author Patricia Conde <Patricia.Conde.Muino@cern.ch>
-author Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
-author Malachi Schram <Malachi.Schram@cern.ch>
-author Nuno Anjos <Nuno.Anjos@cern.ch>
-
-use AtlasPolicy              AtlasPolicy-*
-use StoreGate		     StoreGate-*		Control
-use AthenaBaseComps	     AthenaBaseComps-*		Control
-
-use GaudiInterface           GaudiInterface-*           External
-
-use TrigCaloEvent	     TrigCaloEvent-*		Trigger/TrigEvent
-use xAODTrigCalo	     xAODTrigCalo-*		Event/xAOD
-
-use CaloGeoHelpers           CaloGeoHelpers-*           Calorimeter
-use CaloRec		     CaloRec-*			Calorimeter
-use CaloClusterCorrection    CaloClusterCorrection-*	Calorimeter
-use CaloConditions	     CaloConditions-*		Calorimeter
-
-private
-use EventInfo		     EventInfo-*		Event
-use AthenaKernel	     AthenaKernel-*		Control
-use CaloDetDescr	     CaloDetDescr-*		Calorimeter
-end_private
-
-apply_pattern dual_use_library files=*.cxx
-#apply_pattern declare_runtime
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-
-#Packages needed for dB object
-#use DataModel DataModel-00-* Control 
-use CLIDSvc CLIDSvc-* Control
-use AthenaPoolUtilities  AthenaPoolUtilities-*   Database/AthenaPOOL
-
-apply_pattern poolcnv files="-s=${TrigT2CaloCalibration_root}/TrigT2CaloCalibration  T2CaloJetCalib_dBObj.h"
-
-# require the cnv to be linked after the installed lib of the dual_use pattern:
-macro_append TrigT2CaloCalibrationPoolCnv_dependencies  TrigT2CaloCalibrationLib
-
-private 
-use AtlasReflex	     AtlasReflex-*        External -no_auto_imports
-#use AtlasSEAL   AtlasSEAL-00-*   External -no_auto_imports
-#use AtlasPOOL        AtlasPOOL-*           External
-
-# Pattern to build the dict lib. User should create a single header
-# file: <package>Dict.h which includes all other .h files. See MissingETDict
-# A selection file must be created by hand. This file lists the
-# classes to be added to the dictionary, and which fields are
-# transient. It should be put in ../<package> dir and is conventionally called
-# selection.xml.
-apply_pattern lcgdict dict=TrigT2CaloCalibration selectionfile=selection.xml headerfiles="../TrigT2CaloCalibration/TrigT2CaloCalibrationDict.h"
-
-#Packages needed to read/write to dB
-#use AtlasConditionsRunTime AtlasConditionsRunTime-00-* 
-use RegistrationServices RegistrationServices-* Database
-
-end_private
diff --git a/Trigger/TrigTools/TrigTRT_TrackExtensionTool/cmt/requirements b/Trigger/TrigTools/TrigTRT_TrackExtensionTool/cmt/requirements
deleted file mode 100755
index 106d2e21b777c9a9eb8d2a29129f5d82f7743b98..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigTRT_TrackExtensionTool/cmt/requirements
+++ /dev/null
@@ -1,40 +0,0 @@
-package TrigTRT_TrackExtensionTool
-
-author Dmitry Emeliyanov <D.Emeliyanov@rl.ac.uk>
-
-use AtlasPolicy			AtlasPolicy-*
-use AthenaBaseComps             AthenaBaseComps-*   Control
-use GaudiInterface		GaudiInterface-*     External
-#use RegionSelector 		RegionSelector-* 	DetectorDescription
-use InDetIdentifier             InDetIdentifier-*       InnerDetector/InDetDetDescr
-use InDetReadoutGeometry	InDetReadoutGeometry-*	InnerDetector/InDetDetDescr
-use InDetPrepRawData 		InDetPrepRawData-* 	InnerDetector/InDetRecEvent
-use TrigInDetEvent		TrigInDetEvent-*	Trigger/TrigEvent
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-* Trigger/TrigTools
-use TrigInDetTrackFitter        TrigInDetTrackFitter-* Trigger/TrigTools
-use TrkExInterfaces             TrkExInterfaces-*         Tracking/TrkExtrapolation
-
-
-library TrigTRT_TrackExtensionTool *.cxx components/*.cxx
-
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-#apply_pattern declare_non_standard_include name=doc
-apply_pattern declare_python_modules files="*.py"
-
-private
-
-use IRegionSelector 		IRegionSelector-* 	DetectorDescription
-use ByteStreamCnvSvcBase        ByteStreamCnvSvcBase-*  Event
-use Identifier                  Identifier-*            DetectorDescription
-use TrkSurfaces 		TrkSurfaces-* 	        Tracking/TrkDetDescr
-use TrkParameters	        TrkParameters-* 	Tracking/TrkEvent
-use TrigTimeAlgs		TrigTimeAlgs-*		Trigger/TrigTools
-use TrkDistributedKalmanFilter  TrkDistributedKalmanFilter-* Tracking/TrkFitter
-use MagFieldInterfaces  MagFieldInterfaces-*         MagneticField 
-use GeoPrimitives				GeoPrimitives-*							 DetectorDescription
-use TrigSteeringEvent		TrigSteeringEvent-*					 Trigger/TrigEvent
-
-use TrkRIO_OnTrack              TrkRIO_OnTrack-*        Tracking/TrkEvent 
-use TrkToolInterfaces   TrkToolInterfaces-*     Tracking/TrkTools
diff --git a/Trigger/TrigTools/TrigTimeAlgs/cmt/requirements b/Trigger/TrigTools/TrigTimeAlgs/cmt/requirements
deleted file mode 100755
index d419f81bda3379bc05f79b536b8725ee8835d672..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigTimeAlgs/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package TrigTimeAlgs
-
-use 	AtlasPolicy         	AtlasPolicy-*
-use     AtlasROOT               AtlasROOT-*             External
-use     AtlasBoost		AtlasBoost-*		External
-use 	GaudiInterface 		GaudiInterface-* 	External
-use 	AthenaKernel            AthenaKernel-*          Control
-use 	AthenaBaseComps         AthenaBaseComps-*          Control
-use 	DataModel          	DataModel-*      	Control
-use 	SGTools          	SGTools-*      		Control
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_joboptions files="jobOfragment_TrigTimerSvc.py"
-
-private
-use 	CxxUtils          	CxxUtils-*      		Control
-
-macro_append libraryshr_linkopts "" \
-   Linux                  " -Wl,-lrt "
-
-# UnitTest programs
-use 	TestTools      TestTools-*         AtlasTest
-apply_pattern UnitTest_run unit_test=TimerSvc extrapatterns=".*"
-
-end_private
diff --git a/Trigger/TrigTools/TrigTrackJetFinderTool/cmt/requirements b/Trigger/TrigTools/TrigTrackJetFinderTool/cmt/requirements
deleted file mode 100644
index ebdaad74cf31e2ff28eefec892059e68870310a5..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigTrackJetFinderTool/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package TrigTrackJetFinderTool
-
-author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
-
-
-# ============================================================================================
-public
-
-use 	AtlasPolicy         	AtlasPolicy-*
-use 	AthenaBaseComps     	AthenaBaseComps-*       	Control
-use 	GaudiInterface 		GaudiInterface-* 		External
-use     Particle		Particle-*			Reconstruction	
-use 	TrigInDetEvent          TrigInDetEvent-*		Trigger/TrigEvent
-use 	TrkTrack           	TrkTrack-*       		Tracking/TrkEvent
-
-
-# ============================================================================================
-private
-
-use	AtlasROOT		AtlasROOT-*			External
-
-# ============================================================================================
-public
-
-library TrigTrackJetFinderTool *.cxx components/*.cxx
-
-apply_pattern component_library
-
-
-
-
-
-
-
-
-
-
diff --git a/Trigger/TrigTools/TrigUtils/cmt/requirements b/Trigger/TrigTools/TrigUtils/cmt/requirements
deleted file mode 100644
index b27770a61b9c5428d395fefb0ecfb39061a42ba4..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigUtils/cmt/requirements
+++ /dev/null
@@ -1,6 +0,0 @@
-package TrigUtils
-
-use AtlasPolicy AtlasPolicy-*
-
-apply_pattern declare_scripts files="../bin/*.py"
-#apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TrigTools/TrigVKalFitter/cmt/requirements b/Trigger/TrigTools/TrigVKalFitter/cmt/requirements
deleted file mode 100755
index 909a0f8618eb45a9ef032ec46fe6e36849f6fed2..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigVKalFitter/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-package TrigVKalFitter
-
-author Vadim Kostyukhin <Vadim.Kostyukhin@cern.ch>
-
-private
-
-use TrigInDetEvent       TrigInDetEvent-*        Trigger/TrigEvent
-
-public
-
-use AtlasPolicy       AtlasPolicy-*
-use GaudiInterface    GaudiInterface-*     External
-use EventPrimitives   EventPrimitives-*    Event
-use GeoPrimitives     GeoPrimitives-*      DetectorDescription
-use AthenaBaseComps   AthenaBaseComps-*    Control
-use AtlasCLHEP        AtlasCLHEP-*         External
-#
-use MagFieldInterfaces   MagFieldInterfaces-*    MagneticField
-use TrkVKalVrtCore       TrkVKalVrtCore-*        Tracking/TrkVertexFitter
-
-apply_pattern dual_use_library files="*.cxx"
-
diff --git a/Trigger/TrigTools/TrigVertexFitter/cmt/requirements b/Trigger/TrigTools/TrigVertexFitter/cmt/requirements
deleted file mode 100755
index 12a1fca8f16c7893c84ce1afd684fdc4510b12ff..0000000000000000000000000000000000000000
--- a/Trigger/TrigTools/TrigVertexFitter/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TrigVertexFitter
-
-author Dmitry Emeliyanov <D.Emeliyanov@rl.ac.uk>
-
-public
-
-# General
-use AtlasPolicy			AtlasPolicy-*
-use GaudiInterface		GaudiInterface-*          External
-use TrigInDetToolInterfaces     TrigInDetToolInterfaces-* Trigger/TrigTools
-use AthenaBaseComps							AthenaBaseComps-*				Control
-use TrkEventPrimitives          TrkEventPrimitives-*      Tracking/TrkEvent
-
-library TrigVertexFitter "*.cxx components/*.cxx"
-    
-apply_pattern component_library
-#apply_pattern dual_use_library
-apply_pattern declare_joboptions files="*.py"
-#apply_pattern declare_non_standard_include name=doc
-
-private
-
-use TrigTimeAlgs		TrigTimeAlgs-*		Trigger/TrigTools
-use TrkParameters	        TrkParameters-* 	Tracking/TrkEvent
-use TrkTrack                    TrkTrack-*                Tracking/TrkEvent
-use TrigInDetEvent		TrigInDetEvent-*	  Trigger/TrigEvent
diff --git a/Trigger/TrigTruthEvent/TrigInDetTruthEvent/cmt/requirements b/Trigger/TrigTruthEvent/TrigInDetTruthEvent/cmt/requirements
deleted file mode 100644
index 7784f3f150060c3bcef2bce4a156875910f6f178..0000000000000000000000000000000000000000
--- a/Trigger/TrigTruthEvent/TrigInDetTruthEvent/cmt/requirements
+++ /dev/null
@@ -1,32 +0,0 @@
-package TrigInDetTruthEvent
-
-author Ricardo Goncalo <r.goncalo@rhul.ac.uk>
-
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AtlasHepMC                 AtlasHepMC-*                    External
-use  CLIDSvc                    CLIDSvc-*                       Control
-use  AthContainers              AthContainers-*                 Control
-use  AthLinks                   AthLinks-*                      Control
-use  GeneratorObjects           GeneratorObjects-*              Generators
-use  TrigInDetEvent             TrigInDetEvent-*                Trigger/TrigEvent
-use  TrigSteeringEvent          TrigSteeringEvent-*             Trigger/TrigEvent
-private
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AtlasReflex                AtlasReflex-*                   External                        -no_auto_imports
-use  GaudiInterface             GaudiInterface-*                External
-end_private
-
-# library:
-library TrigInDetTruthEvent *.cxx
-apply_pattern installed_library
-
-# generate dictionary fillers (pool converters in TrigEventAthenaPool)
-private 
-
-apply_pattern lcgdict dict=TrigInDetTruthEvent selectionfile=selection.xml \
-    headerfiles="../TrigInDetTruthEvent/TrigInDetTruthEventDict.h" 
-
-end_private
-
diff --git a/Trigger/TrigTruthEvent/TrigTruthEventAthenaPool/cmt/requirements b/Trigger/TrigTruthEvent/TrigTruthEventAthenaPool/cmt/requirements
deleted file mode 100644
index f559a2aa06ed82046b880a7a6dcd29d498c11edc..0000000000000000000000000000000000000000
--- a/Trigger/TrigTruthEvent/TrigTruthEventAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigTruthEventAthenaPool
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-
-use AtlasPolicy          AtlasPolicy-*
-use AthenaPoolUtilities  AthenaPoolUtilities-*   Database/AthenaPOOL
-
-# use statements for data packages
-use TrigInDetEvent	 TrigInDetEvent-*	 Trigger/TrigEvent
-
-# use statement for converters
-private
-use TrigInDetTruthEvent	 TrigInDetTruthEvent-*	 Trigger/TrigTruthEvent
-use TrigTruthEventTPCnv	 TrigTruthEventTPCnv-*	 Trigger/TrigTruthEvent
-
-use RootConversions      RootConversions-*       Database/AthenaPOOL
-use AtlasROOT		 AtlasROOT-*		 External
-end_private
-
-# data class libraries
-
-apply_pattern poolcnv files="-s=${TrigInDetTruthEvent_root}/TrigInDetTruthEvent TrigInDetTrackTruthMap.h"
-
-apply_pattern declare_joboptions files="*.py"
-
-
-private
-use TestTools            TestTools-*                AtlasTest -no_auto_imports
-
-
-apply_pattern athenarun_test \
-   name="TrigTruthEventTPCnv_15.8.0" \
-   options="TrigTruthEventAthenaPool/TrigTruthEventTPCnv_15.8.0_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigTruthEventTPCnv_15.8.0" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigTruthEventTPCnv_15.8.0"
-
-
-apply_pattern athenarun_test \
-   name="TrigTruthEventTPCnv_18.0.0" \
-   options="TrigTruthEventAthenaPool/TrigTruthEventTPCnv_18.0.0_test.py" \
-   pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigTruthEventTPCnv_18.0.0" \
-   post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigTruthEventTPCnv_18.0.0"
-
diff --git a/Trigger/TrigTruthEvent/TrigTruthEventTPCnv/cmt/requirements b/Trigger/TrigTruthEvent/TrigTruthEventTPCnv/cmt/requirements
deleted file mode 100644
index cf0dfd8988e6d8a480ba08e41b0c87332babe246..0000000000000000000000000000000000000000
--- a/Trigger/TrigTruthEvent/TrigTruthEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,54 +0,0 @@
-package TrigTruthEventTPCnv
-
-author Andrew Hamilton     <Andrew.Hamilton@cern.ch>
-
-use AtlasPolicy            AtlasPolicy-*	    
-use RootConversions	   RootConversions-*        Database/AthenaPOOL
-			   
-use AthenaPoolCnvSvc       AthenaPoolCnvSvc-*       Database/AthenaPOOL
-use AthenaPoolUtilities    AthenaPoolUtilities-*    Database/AthenaPOOL
-use AthLinks               AthLinks-*               Control
-use DataModelAthenaPool    DataModelAthenaPool-*    Control
-			   
-use TrigInDetEvent	   TrigInDetEvent-*	    Trigger/TrigEvent
-use TrigInDetTruthEvent	   TrigInDetTruthEvent-*    Trigger/TrigTruthEvent
-
-use TrigInDetEventTPCnv    TrigInDetEventTPCnv-*    Trigger/TrigEvent 
-
-use GeneratorObjectsTPCnv  GeneratorObjectsTPCnv-*  Generators
-
-private
-use GaudiInterface         GaudiInterface-*         External
-use AtlasReflex            AtlasReflex-*            External
-use CxxUtils               CxxUtils-*               Control
-use AthenaKernel           AthenaKernel-*           Control
-use SGTools                SGTools-*                Control
-end_private
-
-branches TrigTruthEventTPCnv src
-
-library TrigTruthEventTPCnv *.cxx
-apply_pattern tpcnv_library
-
-
-# Create a dictionary for the persistent representation 
-#of transient classes
-private
-
-apply_pattern lcgdict dict=TrigTruthEventTPCnv  \
-  selectionfile=selection.xml \
-  headerfiles="../TrigTruthEventTPCnv/TrigTruthEventTPCnvDict.h"
-
-apply_pattern lcgdict dict=OLD_TrigTruthEventTPCnv  \
-  selectionfile=OLD_selection.xml \
-  headerfiles="../TrigTruthEventTPCnv/TrigTruthEventTPCnvDict.h"
-
-end_private
-
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-apply_pattern UnitTest_run unit_test=TrigIDHitStatsCnv_p1
-apply_pattern UnitTest_run unit_test=TrigInDetTrackTruthCnv_p1
-apply_pattern UnitTest_run unit_test=TrigInDetTrackTruthMapCnv_p1
diff --git a/Trigger/TrigValidation/TrigAnalysisTest/cmt/Makefile.RootCore b/Trigger/TrigValidation/TrigAnalysisTest/cmt/Makefile.RootCore
deleted file mode 100644
index 6ff70536c134a6879da4058beb60acd6d9f31d17..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigAnalysisTest/cmt/Makefile.RootCore
+++ /dev/null
@@ -1,58 +0,0 @@
-# this makefile also gets parsed by shell scripts
-# therefore it does not support full make syntax and features
-# edit with care
-
-# for full documentation check:
-# https://twiki.cern.ch/twiki/bin/viewauth/Atlas/RootCore#Package_Makefile
-
-
-# the name of the package:
-PACKAGE              = TrigAnalysisTest
-
-# the libraries to link with this one:
-PACKAGE_PRELOAD      = 
-
-# additional compilation flags to pass (not propagated to dependent packages):
-PACKAGE_CXXFLAGS     = 
-
-# additional compilation flags to pass (propagated to dependent packages):
-PACKAGE_OBJFLAGS     = 
-
-# additional linker flags to pass (for compiling the library):
-PACKAGE_LDFLAGS      = 
-
-# additional linker flags to pass (for compiling binaries):
-PACKAGE_BINFLAGS     = 
-
-# additional linker flags to pass (propagated to client libraries):
-PACKAGE_LIBFLAGS     = 
-
-# the list of packages we depend on:
-PACKAGE_DEP          = xAODRootAccess TrigConfxAOD TrigDecisionTool xAODTrigMissingET xAODJet xAODTrigBphys xAODMuon
-
-# the list of packages we use if present, but that we can work without :
-PACKAGE_TRYDEP       = 
-
-# list pattern of scripts to link directly into binary path:
-PACKAGE_SCRIPTS      = 
-
-# whether to use pedantic compilation:
-PACKAGE_PEDANTIC     = 1
-
-# whether to turn *off* optimization (set to dict to do it only for
-# dictionaries):
-PACKAGE_NOOPT        = 0
-
-# whether to build no library (needs to be set if no source files are
-# present):
-PACKAGE_NOCC         = 0
-
-# whether we build a reflex dictionary:
-PACKAGE_REFLEX       = 0
-
-# the list of all unit tests that should be called in recursive testing,
-# i.e. in unit tests that call other unit tests
-# for that unit tests need to pass on all machines, and run very fast
-PACKAGE_RECURSIVE_UT = 
-
-include $(ROOTCOREDIR)/Makefile-common
diff --git a/Trigger/TrigValidation/TrigAnalysisTest/cmt/requirements b/Trigger/TrigValidation/TrigAnalysisTest/cmt/requirements
deleted file mode 100644
index eb5b9b7b5b6e2f1206c2b4c053641ce1cae8812e..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigAnalysisTest/cmt/requirements
+++ /dev/null
@@ -1,60 +0,0 @@
-package TrigAnalysisTest
-
-# =====================================================================
-#
-# This is the TrigAnalysisTest
-#
-# =====================================================================
-
-author John Baines <j.baines@rl.ac.uk>
-author Simon george <S.George@rhul.ac.uk>
-author Ricardo Goncalo <r.goncalo@rhul.ac.uk>
-#current contact Patrick Czodrowski <czodrows@cern>
-
-public
-use AtlasPolicy 		    AtlasPolicy-*
-#try if we can use AtlasTriggerRunTime instead of AtlasAnalysisRunTime
-use AtlasTriggerRunTime             AtlasTriggerRunTime-*
-#use AtlasAnalysisRunTime 	     AtlasAnalysisRunTime-*
-#use RunTimeTester          	     RunTimeTester-*             Tools
-use TestPolicy              	    TestPolicy-*
-use AthenaBaseComps         	    AthenaBaseComps-*		 Control
-use GaudiInterface          	    GaudiInterface-*  		 External
-use TrigDecisionTool        	    TrigDecisionTool-* 		 Trigger/TrigAnalysis
-
-
-apply_pattern declare_python_modules files="../python/__init__.py ../python/PassedTriggerFilter.py"
-
-#declare test job options	 
-apply_pattern declare_joboptions files="*.py" 
-
-#RTT declarations
-apply_pattern declare_scripts files="../Testing/*.sh ../bin/*.py"
-
-apply_pattern declare_runtime extras="../test/*.xml \
-                                      ../share/*py \
-                                      ../Testing/*.conf \
-                                      ../bin/RttScriptRunner_TrigAnalysisTest.py \ 
-                                      ../bin/CheckLog_TrigAnalysisTest.py \
-				      ../bin/CheckForHLTChainAllZero_TrigAnalysisTest.py \
-				      ../bin/CheckForHLTTEAllZero_TrigAnalysisTest.py \
-				      ../bin/CheckForL1AllZero_TrigAnalysisTest.py \
-				      ../bin/CheckForExpertMonHistZero_TrigAnalysisTest.py \
-                                      ../bin/LogTail_TrigAnalysisTest.py \
-                                      ../bin/TruncateLog_TrigAnalysisTest.py \
-                                      ../python/ValgrindAnalysisScript_TrigAnalysisTest.py \
-                                      ../python/ValGrindPostScript_TrigAnalysisTest.py \
-                                      ../bin/checkFileTrigSize_RTT.py"
-
-#No wildcard, want to avoid RootCoreTestHarness.cxx in cmt
-apply_pattern dual_use_library files="../Root/BasicTriggerFired.cxx ../Root/Run1BStoxAODTrigger.cxx ../Root/TestFactory.cxx ../src/*.cxx"
-macro TrigAnalysisTest_TestConfiguration "../test/TrigAnalysisTest_TestConfiguration.xml"  AthAnalysisBase "../test/TrigAnalysisTest_AthAnalysisBaseTestConfiguration.xml"
-
-private
-apply_pattern validate_xml
-use AtlasROOT 			AtlasROOT-* 			External
-use TrigConfxAOD 		TrigConfxAOD-*                  Trigger/TrigConfiguration
-use xAODTrigMissingET           xAODTrigMissingET-*             Event/xAOD
-use xAODMuon                    xAODMuon-*                      Event/xAOD
-use xAODJet                     xAODJet-*                       Event/xAOD
-use xAODTrigBphys               xAODTrigBphys-*                 Event/xAOD
diff --git a/Trigger/TrigValidation/TrigBjetValidation/cmt/requirements b/Trigger/TrigValidation/TrigBjetValidation/cmt/requirements
deleted file mode 100644
index dba601f7ccb006f342ee04427d6440077eca4ca0..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigBjetValidation/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package TrigBjetValidation
-
-author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
-
-
-# ============================================================================================
-public
-
-use     AtlasPolicy             AtlasPolicy-*
-use 	AtlasTriggerRunTime	AtlasTriggerRunTime-*
-
-# ============================================================================================
-private
-
-use	TestPolicy		TestPolicy-*
-apply_pattern validate_xml
-
-# ============================================================================================
-public
-
-apply_pattern declare_runtime extras="../test/TrigBjetValidation_TestConfiguration.xml ../share/TrigBjetValidation_RTT_topOptions.py ../share/TrigBjetValidation_Histos"
-macro TrigBjetValidation_TestConfiguration "../test/TrigBjetValidation_TestConfiguration.xml"
-apply_pattern declare_joboptions files="TrigBjetValidation_RTT_topOptions.py"
diff --git a/Trigger/TrigValidation/TrigBphysValidation/cmt/requirements b/Trigger/TrigValidation/TrigBphysValidation/cmt/requirements
deleted file mode 100644
index 9bb3a0c6bf7bbc6caa02d3fb5babb7f9e1431465..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigBphysValidation/cmt/requirements
+++ /dev/null
@@ -1,33 +0,0 @@
-package TrigBphysValidation
-
-author J.Kirk <hartj@cern.ch>
-
-use AtlasPolicy	     AtlasPolicy-*
-use GaudiInterface   GaudiInterface-*    External
-use AtlasROOT        AtlasROOT-*         External
-use AtlasCLHEP     AtlasCLHEP-* External
-
-use StoreGate        StoreGate-*         Control
-use AthenaBaseComps  AthenaBaseComps-*   Control
-
-
-
-private
-
-end_private
-
-## if you want to get debug symbols, uncomment the following 2 lines
-## (don't put this into production code !)
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-public
-
-apply_tag ROOTMathLibs
-
-#
-apply_pattern dual_use_library files= " *.cxx "
-
-
-
-apply_pattern declare_joboptions files="*.txt *.py"
diff --git a/Trigger/TrigValidation/TrigEgammaValidation/cmt/requirements b/Trigger/TrigValidation/TrigEgammaValidation/cmt/requirements
deleted file mode 100755
index 5e54aad3730b82e3ff526a8b753ab52de21b37b7..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigEgammaValidation/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package TrigEgammaValidation
-
-author Danilo Enoque Ferreira de Lima <Danilo.Enoque.Ferreira.De.Lima@cern.ch>
-author Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
-author Carlos Chavez Barajas <carlo.chavez.barajas@cern.ch>
-#private
-#apply_tag no_genconf
-#end_private
-
-# For RTT
-public
-
-use AtlasPolicy AtlasPolicy-*                                 
-#use GaudiInterface  GaudiInterface-*    External
-use AtlasTriggerRunTime            AtlasTriggerRunTime-*
-
-#library AthExHelloWorld *.cxx -s=components *.cxx
-#apply_pattern component_library
-#details about the component_library and dual_library patterns
-# at http://www.cern.ch/Atlas/GROUPS/SOFTWARE/OO/architecture/General/Documentation/PackageStructure.txt
-
-
-macro TrigEgammaValidation_TestConfiguration "../test/TrigEgammaValidation_TestConfiguration.xml"
-
-apply_pattern declare_runtime files="*.C *.py *.root *.xml" extras="-s=../test TrigEgammaValidation_TestConfiguration.xml"
-#apply_pattern declare_runtime extras="../test/TrigEgammaValidation_TestConfiguration.xml ../share/TrigEgammaValidation_RTT_*.py" 
-
-apply_pattern declare_joboptions files="TrigInDetValidation_RTT_*.py testAthenaTrigRDOtoAOD_RTT.py testNavZeeTPExample.py TrigEgammaValidation_RTT_Chains.py"
-
-apply_pattern declare_docs  files="-s=../doc/Summary-dev *.php *.html content.xml style.css *.gif"
-
-private
-#use AthenaBaseComps AthenaBaseComps-*   Control
-#add validation of RTT xml file
-use TestPolicy TestPolicy-*
-apply_pattern validate_xml
-apply_pattern declare_python_modules files="*.py"
-end_private
-
diff --git a/Trigger/TrigValidation/TrigInDetValidation/cmt/requirements b/Trigger/TrigValidation/TrigInDetValidation/cmt/requirements
deleted file mode 100755
index 6942c40f83c1867e75299ad4e9b0fa2c94c50df7..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigInDetValidation/cmt/requirements
+++ /dev/null
@@ -1,19 +0,0 @@
-package TrigInDetValidation
-
-private
-
-use TestPolicy TestPolicy-*
-apply_pattern validate_xml
-apply_pattern declare_python_modules files="*.py"
-
-public
-
-use AtlasPolicy AtlasPolicy-*
-                                   
-use AtlasTriggerRunTime            AtlasTriggerRunTime-*
-
-apply_pattern declare_runtime extras="../test/TrigInDetValidation_TestConfiguration.xml ../share/TrigInDetValidation_RTT_*.py ../TIDAbuild" 
-
-macro TrigInDetValidation_TestConfiguration "../test/TrigInDetValidation_TestConfiguration.xml"
-
-apply_pattern declare_joboptions files="TrigInDetValidation_RTT_*.py"
diff --git a/Trigger/TrigValidation/TrigInDetValidationLight/cmt/requirements b/Trigger/TrigValidation/TrigInDetValidationLight/cmt/requirements
deleted file mode 100755
index 02fdec116306e77b652cda0a4cdff22144f1de99..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigInDetValidationLight/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package TrigInDetValidationLight
-
-private
-
-use TestPolicy TestPolicy-*
-
-# use TrigInDetValidation TrigInDetValidation-* Trigger/TrigValidation
-
-apply_pattern validate_xml
-
-
-public
-
-use AtlasPolicy AtlasPolicy-*
-                                   
-use AtlasTriggerRunTime            AtlasTriggerRunTime-*
-
-apply_pattern declare_runtime extras="../test/TrigInDetValidationLight_TestConfiguration.xml"
-
-macro TrigInDetValidationLight_TestConfiguration "../test/TrigInDetValidationLight_TestConfiguration.xml"
-
diff --git a/Trigger/TrigValidation/TrigInDetValidationWeb/cmt/requirements b/Trigger/TrigValidation/TrigInDetValidationWeb/cmt/requirements
deleted file mode 100755
index 54f904ae5faa91c560d56fe76054d3e0364f6265..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigInDetValidationWeb/cmt/requirements
+++ /dev/null
@@ -1,13 +0,0 @@
-package TrigInDetValidationWeb
-
-private
-
-use TestPolicy TestPolicy-*
-
-public
-
-use AtlasPolicy AtlasPolicy-*
-                                   
-use AtlasTriggerRunTime            AtlasTriggerRunTime-*
-
-apply_pattern declare_runtime extras="../share/TIDAWeb"
diff --git a/Trigger/TrigValidation/TrigJetValidation/cmt/requirements b/Trigger/TrigValidation/TrigJetValidation/cmt/requirements
deleted file mode 100644
index 624664235622cdd9197275663eb09bfc1e1a449c..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigJetValidation/cmt/requirements
+++ /dev/null
@@ -1,41 +0,0 @@
-package TrigJetValidation
-
-author Valentinos Christodoulou <valentinos.christodoulou@cern.ch>
-
-public
-use AtlasPolicy    	AtlasPolicy-*
-use AtlasTriggerRunTime AtlasTriggerRunTime-*
-
-#apply_pattern declare_python_modules files="*.py"
-
-apply_pattern declare_joboptions files="*.py"
-
-#library TrigJetValidation *.cxx -s=components *.cxx                              
-#apply_pattern component_library                                              
-
-#RTT declarations
-macro TrigJetValidation_TestConfiguration "../test/TrigJetValidation_TestConfiguration.xml"       
-apply_pattern declare_runtime extras= "../test/TrigJetValidation_TestConfiguration.xml \
-                                       ../python/FileComparatorRunnerJet.py \
-                                       ../python/fileComparatorJet.py \
-                                       ../python/Diagnostics.py \
-                                       ../python/helperFunctions.py \
-                                       ../python/AtlasStyle.py \
-                                       ../python/plottingMacro.py \
-                                       ../python/clustersAndCells.py \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/HLTChain_ref_devval.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/HLTChain_ref_dev.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/HLTChain_ref_20.2.X.Y.Z-VAL.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/HLTTE_ref_devval.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/HLTTE_ref_dev.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/HLTTE_ref_20.2.X.Y.Z-VAL.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/clusters_ref_devval.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/clusters_ref_dev.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/clusters_ref_20.2.X.Y.Z-VAL.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/cells_ref_devval.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/cells_ref_dev.txt \
- 				       /afs/cern.ch/atlas/project/trigger/pesa-sw/validation/references/RTT/TrigJetValidation/cells_ref_20.2.X.Y.Z-VAL.txt"
-
-private
-use TestPolicy          TestPolicy-*
-apply_pattern validate_xml
diff --git a/Trigger/TrigValidation/TrigMuonValidation/cmt/requirements b/Trigger/TrigValidation/TrigMuonValidation/cmt/requirements
deleted file mode 100644
index e11f34157f98402f7429049fd9a8641422287142..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigMuonValidation/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package TrigMuonValidation
-
-private
-
-use TestPolicy TestPolicy-*
-apply_pattern validate_xml
-
-public
-
-use AtlasPolicy AtlasPolicy-*
-
-use AtlasTriggerRunTime AtlasTriggerRunTime-*
-
-#macro TrigMuonValidation_TestConfiguration "../test/TrigMuonValidation_TestConfiguration.xml"
-
-#apply_pattern declare_runtime extras= "../test/TrigMuonValidation_TestConfiguration.xml ../share/TrigMuonValidation_RTT_options.py ../share/TrigMuonValidation_MonitorEff.py ../share/TrigMuonValidation_CreateEfficiencies.py ../share/TrigMuonValidation_drawEfficiencies.C"
-
-apply_pattern declare_joboptions files="TrigMuonValidation_RTT_*.py TrigMuonValidation_CreateEfficiencies.py"
diff --git a/Trigger/TrigValidation/TrigP1Test/cmt/requirements b/Trigger/TrigValidation/TrigP1Test/cmt/requirements
deleted file mode 100755
index 0cf6b7fd0c778526e3ad82b894f20d5dc42d7c70..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigP1Test/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package TrigP1Test
-
-use AtlasPolicy 		AtlasPolicy-*
-use RunTimeTester		RunTimeTester-*		Tools			-no_auto_imports
-use TestPolicy          	TestPolicy-*
-use TrigValTools                TrigValTools-*          Trigger/TrigValidation	-no_auto_imports
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern declare_scripts files="../share/*.sh \
-../share/testMonHistOH.py \
-../share/part_lhl2ef_fix.py \
-../share/setMagFieldCurrents.py \
-../share/part_get_runnumber.py \
-../share/trigp1test_athenaHLT.py \
-../Testing/*.sh \
-../Testing/splitlog.py"
-
-
-
-# RTT declarations
-apply_pattern declare_runtime extras="../test/TrigP1Test_TestConfiguration.xml \ 
-../Testing/*.trans \
-../Testing/*.conf \
-../python/RunMsgFinder.py \
-../python/RttScriptRunner.py \
-../python/RootComp.py \
-../python/RegTest.py \
-../python/CheckLog.py \
-../python/CheckStatusCode.py \
-../python/LogTail.py \
-../python/DeleteRaw.py \
-../python/TruncateLog.py"
-
-
-macro TrigP1Test_TestConfiguration "../test/TrigP1Test_TestConfiguration.xml"
-
-private
-apply_pattern validate_xml
-
-end_private
diff --git a/Trigger/TrigValidation/TrigValAlgs/cmt/requirements b/Trigger/TrigValidation/TrigValAlgs/cmt/requirements
deleted file mode 100755
index d726014670a849c4fa743ff8779948e60029e259..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TrigValAlgs/cmt/requirements
+++ /dev/null
@@ -1,90 +0,0 @@
-package TrigValAlgs
-
-author David Strom <David.Strom@cern>
-author John Baines <j.baines@rl.ac.uk>
-author Simon george <S.George@rhul.ac.uk>
-author Ricardo Goncalo <r.goncalo@rhul.ac.uk>
-
-use AtlasPolicy 		AtlasPolicy-*
-use AtlasCLHEP                  AtlasCLHEP-*            External
-#use RunTimeTester		RunTimeTester-*		Tools
-use TestPolicy          	TestPolicy-*
-#use AtlasHLTRunTime  AtlasHLTRunTime-*
-
-# for TrigDecisionTool test
-use GaudiInterface     		GaudiInterface-*   	External
-
-# for TrigCountDumper
-use  AtlasXercesC               AtlasXercesC-*                  External
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  TrigConfInterfaces         TrigConfInterfaces-*            Trigger/TrigConfiguration
-
-# for EDM test
-use TrigCaloEvent		TrigCaloEvent-*		Trigger/TrigEvent
-use TrigInDetEvent	 	TrigInDetEvent-*	Trigger/TrigEvent
-use TrigParticle	 	TrigParticle-*	        Trigger/TrigEvent
-use TrigMuonEvent        	TrigMuonEvent-*         Trigger/TrigEvent
-use TrigCaloEvent        	TrigCaloEvent-*         Trigger/TrigEvent
-use TrigSteeringEvent           TrigSteeringEvent-*     Trigger/TrigEvent
-use xAODTrigger                 xAODTrigger-*           Event/xAOD
-
-#For Trig Slimming test
-use TrigNavigation      TrigNavigation-*    Trigger/TrigEvent
-use TrigNavTools        TrigNavTools-*      Trigger/TrigEvent
-use TrigDecisionTool    TrigDecisionTool-*  Trigger/TrigAnalysis
-use AtlasTriggerRunTime 	AtlasTriggerRunTime-*
-
-#For aux store test
-use xAODCore                    xAODCore-*              Event/xAOD
-private
-
-use TrigDecisionEvent           TrigDecisionEvent-*     Trigger/TrigEvent
-
-
-# for TrigDecisionTool test
-use Particle                    Particle-*              Reconstruction
-use EventInfo                   EventInfo-*             Event
-
-# for TrigCountDumper
-use AthenaKernel                AthenaKernel-*          Control
-use SGTools                     SGTools-*               Control
-
-# for L1 test
-use AnalysisTriggerEvent	AnalysisTriggerEvent-*	PhysicsAnalysis/AnalysisTrigger
-
-#For tau part of EDM/Navigation test
-use tauEvent   		        tauEvent-*              Reconstruction
-use TrigInDetTruthEvent 	TrigInDetTruthEvent-* 	Trigger/TrigTruthEvent
-use TrigMissingEtEvent          TrigMissingEtEvent-*    Trigger/TrigEvent
-
-use  TrigConfigSvc              TrigConfigSvc-*                 Trigger/TrigConfiguration
-
-use MuonCombinedToolInterfaces	MuonCombinedToolInterfaces-*	Reconstruction/MuonIdentification
-use xAODMuon			xAODMuon-*		Event/xAOD
-use xAODTrigMuon		xAODTrigMuon-*		Event/xAOD
-use xAODTrigBphys               xAODTrigBphys-*         Event/xAOD
-use xAODTracking			xAODTracking-*		Event/xAOD
-use xAODTrigEgamma              xAODTrigEgamma-*        Event/xAOD
-use xAODEgamma                  xAODEgamma-*            Event/xAOD
-use xAODTau                     xAODTau-*               Event/xAOD
-use xAODTrigMissingET           xAODTrigMissingET-*     Event/xAOD
-use xAODTrigCalo                xAODTrigCalo-*          Event/xAOD
-use xAODTrigMinBias		xAODTrigMinBias-*	Event/xAOD
-use xAODJet			xAODJet-*		Event/xAOD
-use xAODTrigMinBias		xAODTrigMinBias-*	Event/xAOD
-
-# for bjet part of the test
-use     VxSecVertex             VxSecVertex-*           Tracking/TrkEvent
-use     xAODBTagging            xAODBTagging-*              	Event/xAOD
-end_private
-
-# library
-library TrigValAlgs *.cxx components/*.cxx
-apply_pattern component_library
-
-# declare test job options
-apply_pattern declare_joboptions files="*.py"
-
-# declare python module (configurables)
-apply_pattern declare_python_modules files="__init__.py TrigValAlgsConfig.py"
-
diff --git a/Trigger/TrigValidation/TriggerTest/cmt/requirements b/Trigger/TrigValidation/TriggerTest/cmt/requirements
deleted file mode 100755
index 7ba7cdc451a0d9f7bf84721b1f89d8f683ba0424..0000000000000000000000000000000000000000
--- a/Trigger/TrigValidation/TriggerTest/cmt/requirements
+++ /dev/null
@@ -1,46 +0,0 @@
-package TriggerTest
-
-# =====================================================================
-#
-# This is the TriggerTest
-#
-# =====================================================================
-
-author John Baines <j.baines@rl.ac.uk>
-author Simon george <S.George@rhul.ac.uk>
-#contact Patrick Czodrowski <czodrows@cern>
-
-use AtlasPolicy 	    AtlasPolicy-*
-use AtlasTriggerRunTime AtlasTriggerRunTime-*
-#use AthenaServices 	AthenaServices-* Control
-#use RunTimeTester 	    RunTimeTester-*	Tools
-use TestPolicy          TestPolicy-*
-
-
-apply_pattern declare_python_modules files="../python/__init__.py"
-
-#declare test job options	
-apply_pattern declare_joboptions files="*.py"
-
-#RTT declarations
-apply_pattern declare_scripts files="../Testing/*.sh  ../Testing/*.pl"
- 
-apply_pattern declare_runtime extras="../test/TriggerTest_TestConfiguration.xml \
-                                      ../python/RttScriptRunner_TriggerTest.py \
-                                      ../share/*.cxx \
-                                      ../python/CheckLog_TriggerTest.py \
-                                      ../python/LogTail_TriggerTest.py \
-                                      ../python/CheckForTrigCostD3PD_TriggerTest.py \
-                                      ../python/CheckForHLTChainAllZero_TriggerTest.py \
-                                      ../python/CheckForHLTTEAllZero_TriggerTest.py \
-                                      ../python/CheckForL1AllZero_TriggerTest.py \
-                                      ../python/CreateIgprofReport_TriggerTest.py \
-                                      ../python/TruncateLog_TriggerTest.py \
-                                      ../python/ValGrindPostScript_TriggerTest.py \
-                                      ../python/ValgrindAnalysisScript_TriggerTest.py \
-                                      ../Testing/*.conf" 
-private
-apply_pattern validate_xml
-public
-
-macro TriggerTest_TestConfiguration "../test/TriggerTest_TestConfiguration.xml"
diff --git a/Trigger/TriggerCommon/TrigEDMConfig/cmt/requirements b/Trigger/TriggerCommon/TrigEDMConfig/cmt/requirements
deleted file mode 100644
index 97f11942e84909934decf1a6aa834cecbdce82ae..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TrigEDMConfig/cmt/requirements
+++ /dev/null
@@ -1,12 +0,0 @@
-package TrigEDMConfig
- 
-author  Fabrizio Salvatore <p.salvatore@cern.ch>
-
-use AtlasPolicy AtlasPolicy-*
-
-apply_pattern declare_joboptions files="*.py "
-apply_pattern declare_python_modules files="*.py"
-
-
-
-
diff --git a/Trigger/TriggerCommon/TrigTier0/cmt/requirements b/Trigger/TriggerCommon/TrigTier0/cmt/requirements
deleted file mode 100644
index e2455bfd77e516a7a56cff0fa50b7fcef84f4495..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TrigTier0/cmt/requirements
+++ /dev/null
@@ -1,13 +0,0 @@
-package TrigTier0
-author Moritz Backes <Moritz.Backes@cern.ch>
-
-## For Athena policies: it has to be the first use statement
-use AtlasPolicy 	AtlasPolicy-*
-
-## For Gaudi tools, services and objects
-use GaudiInterface 	GaudiInterface-* 	External
-
-
-## apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Trigger/TriggerCommon/TriggerMenu/cmt/requirements b/Trigger/TriggerCommon/TriggerMenu/cmt/requirements
deleted file mode 100755
index 417b49eb6f784ea730c039e71a27e4bbfc82cced..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenu/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package TriggerMenu
-
-author  Moritz Backes <Moritz.Backes@cern.ch> Catrin Bernius <Catrin.Bernius@cern.ch>
-	
-use AtlasPolicy AtlasPolicy-*
-
-
-apply_pattern declare_joboptions files="*.py"
-
-apply_pattern declare_python_modules files="*.py menu l1 l1menu l1topo \
-                                            l1topomenu egamma muon jet \
-                                            bjet met tau minbias heavyion \
-                                            bphysics calibcosmicmon test \
-                                            combined commonUtils"
-
-apply_pattern declare_xmls
-
-apply_pattern declare_scripts files="-s=../scripts generate*Menu.py menuTestTMC.sh"
-
-## at the moment these scripts conflict with those in the old TMP and are not useful anyway with the new TM (JS)
-#apply_pattern declare_scripts \
-#        files="-s=../scripts dumpMenu.py createMenuXMLFiles.sh \
-#		generateChainDef.py \
-#		trigconf_dumphltchain.py trigconf_find_related.py \
-#		printL1CableMap.py \
-#		addPS.py"
diff --git a/Trigger/TriggerSimulation/L1TopoCoreSimulation/cmt/requirements b/Trigger/TriggerSimulation/L1TopoCoreSimulation/cmt/requirements
deleted file mode 100644
index d158e4a6b062246caed2ea0061ad456e4600ae29..0000000000000000000000000000000000000000
--- a/Trigger/TriggerSimulation/L1TopoCoreSimulation/cmt/requirements
+++ /dev/null
@@ -1,14 +0,0 @@
-package L1TopoCoreSimulation
-
-# General
-use     DetCommonPolicy             DetCommonPolicy-*
-
-# Trigger
-
-apply_pattern detcommon_header_installer
-
-
-apply_pattern detcommon_shared_library
-
-
-apply_pattern trigconf_application name=TopoTest
diff --git a/Trigger/TriggerSimulation/TrigSimTransforms/cmt/requirements b/Trigger/TriggerSimulation/TrigSimTransforms/cmt/requirements
deleted file mode 100644
index adc0607bc8d87d4fbbe602aac35b4ad77855e911..0000000000000000000000000000000000000000
--- a/Trigger/TriggerSimulation/TrigSimTransforms/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package TrigSimTransforms
-
-author Gorm Galster <gorm.galster@cern.ch>
-
-private
-
-# Basic Gaudi/Athena package(s):
-use AtlasPolicy        AtlasPolicy-*
-use GaudiInterface     GaudiInterface-*     External
-use AtlasROOT          AtlasROOT-*          External
-use StoreGate          StoreGate-*          Control
-use EventInfo          EventInfo-*          Event
-use AthenaKernel       AthenaKernel-*       Control
-use SGTools            SGTools-*            Control
-
-# Trigger package(s):
-use TrigSteeringEvent  TrigSteeringEvent-*  Trigger/TrigEvent
-
-# Trigger event package(s):
-use TrigMuonEvent      TrigMuonEvent-*      Trigger/TrigEvent
-use TrigParticle       TrigParticle-*       Trigger/TrigEvent
-use TrigInDetEvent     TrigInDetEvent-*     Trigger/TrigEvent
-use TrigCaloEvent      TrigCaloEvent-*      Trigger/TrigEvent
-
-end_private
-
-# Declare the library:
-library TrigSimTransforms *.cxx components/*.cxx
-apply_pattern component_library
-
-# Declare the job option(s):
-apply_pattern declare_joboptions files="*.py"
-
-# install the python module
-apply_pattern declare_python_modules files="*.py"
-
-
-#apply_pattern declare_job_transforms tfs='*.py' jo='*.py'
-
-public 
-
-apply_pattern declare_scripts files="-s=../scripts *.sh *.py"
-