diff --git a/Simulation/Barcode/BarcodeEvent/cmt/requirements b/Simulation/Barcode/BarcodeEvent/cmt/requirements
deleted file mode 100644
index a8f62bdd2b2c021f6d6b99053924f71e2e527e37..0000000000000000000000000000000000000000
--- a/Simulation/Barcode/BarcodeEvent/cmt/requirements
+++ /dev/null
@@ -1,7 +0,0 @@
-package BarcodeEvent
-author <Elmar.Ritsch@cern.ch>
-
-public
-use AtlasPolicy                	AtlasPolicy-*                   
-use GaudiInterface             	GaudiInterface-*       		External
-end_public
diff --git a/Simulation/Barcode/BarcodeInterfaces/cmt/requirements b/Simulation/Barcode/BarcodeInterfaces/cmt/requirements
deleted file mode 100644
index 5e31181ae8d5bfdaf31c62b268b35de9f87e16e6..0000000000000000000000000000000000000000
--- a/Simulation/Barcode/BarcodeInterfaces/cmt/requirements
+++ /dev/null
@@ -1,9 +0,0 @@
-package BarcodeInterfaces
-author <Andreas.Salzburger@cern.ch>
-
-public
-use AtlasPolicy                	AtlasPolicy-*                   
-use GaudiInterface             	GaudiInterface-*       		External
-use BarcodeEvent                BarcodeEvent-*              Simulation/Barcode
-end_public
-
diff --git a/Simulation/Barcode/BarcodeServices/cmt/requirements b/Simulation/Barcode/BarcodeServices/cmt/requirements
deleted file mode 100644
index 3b97490ca196771b58199b702dad8fd49f0fbeca..0000000000000000000000000000000000000000
--- a/Simulation/Barcode/BarcodeServices/cmt/requirements
+++ /dev/null
@@ -1,44 +0,0 @@
-package BarcodeServices
-author <Andreas.Salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-#################################################################
-# public use statements
-use GaudiInterface            GaudiInterface-*        External
-use AtlasPolicy               AtlasPolicy-*
-use AtlasROOT                 AtlasROOT-*             External
-use AthenaBaseComps           AthenaBaseComps-*       Control
-use BarcodeEvent              BarcodeEvent-*          Simulation/Barcode
-use BarcodeInterfaces         BarcodeInterfaces-*     Simulation/Barcode
-
-## macros
-apply_tag       ROOTBasicLibs
-apply_tag       ROOTMathLibs
-
-#################################################################
-# private use statements
-private
-
-public
-
-# Create a named installed library
-library BarcodeServicesLib "../Root/*.cxx"
-apply_pattern named_installed_library library=BarcodeServicesLib
-
-# Create the CINT dictionary
-apply_pattern have_root_headers root_headers="BitCalculator.h TruthDressRoom.h ../Root/LinkDef.h" \
-              headers_lib=BarcodeServicesLib
-
-library BarcodeServices *.cxx components/*.cxx
-macro_append BarcodeServices_dependencies " BarcodeServicesLib"
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/BeamEffects/cmt/requirements b/Simulation/BeamEffects/cmt/requirements
deleted file mode 100644
index 29bf4f61714a829773aa91fdffbb87d3c5d70185..0000000000000000000000000000000000000000
--- a/Simulation/BeamEffects/cmt/requirements
+++ /dev/null
@@ -1,40 +0,0 @@
-package BeamEffects
-
-#################################################################
-# public use statements
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*         External
-
-#################################################################
-# private use statements
-private
-use AthenaBaseComps             AthenaBaseComps-*        Control
-use AthenaKernel                AthenaKernel-*           Control
-use AtlasCLHEP                  AtlasCLHEP-*             External
-use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools
-use AtlasHepMC                  AtlasHepMC-*             External
-use CxxUtils                    CxxUtils-*               Control
-use EventInfo                   EventInfo-*              Event
-use GeneratorObjects            GeneratorObjects-*       Generators
-use HepMC_Interfaces            HepMC_Interfaces-*       Simulation/Interfaces
-use InDetBeamSpotService        InDetBeamSpotService-*   InnerDetector/InDetConditions
-use StoreGate                   StoreGate-*              Control
-use AtlasGoogleTest             AtlasGoogleTest-*        External
-# For TF1
-#use AtlasROOT                   AtlasROOT-*              External
-#apply_tag rootGraphicsLibs
-
-public
-library BeamEffects *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
-
-private
-use TestTools                   TestTools-*              AtlasTest
-apply_pattern UnitTest_run unit_test=BeamEffectsAlg extra_sources=../src/BeamEffectsAlg.cxx
-
-# use this to enable debugging for this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-end_private
diff --git a/Simulation/Digitization/cmt/requirements b/Simulation/Digitization/cmt/requirements
deleted file mode 100755
index c251944ed33c693e5e84333d868172a943b858a4..0000000000000000000000000000000000000000
--- a/Simulation/Digitization/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package Digitization
-
-author John Chapman <chapman@hep.phy.cam.ac.uk>
-
-# Run-time environment setup
-use MinimalRunTime MinimalRunTime-* Control -no_auto_imports
-
-private
-
-use TestPolicy TestPolicy-*
-
-apply_pattern validate_xml
-
-public
-
-apply_pattern declare_joboptions files="*.py jobOpts/*.py"
-
-apply_pattern declare_python_modules files="*.py"
-
-# runtime files
-apply_pattern declare_runtime files="../data/*.ascii" extras="../test/Digitization_TestConfiguration.xml"
-
-macro Digitization_TestConfiguration "../test/Digitization_TestConfiguration.xml"
-
diff --git a/Simulation/FastShower/FastCaloSim/cmt/requirements b/Simulation/FastShower/FastCaloSim/cmt/requirements
deleted file mode 100755
index 603bc1bc9d70b3fe01e3f0e84a2aa31a4bc46f57..0000000000000000000000000000000000000000
--- a/Simulation/FastShower/FastCaloSim/cmt/requirements
+++ /dev/null
@@ -1,119 +0,0 @@
-package FastCaloSim
-
-author Michael Duehrssen <michael.duehrssen@cern.ch>
-
-use AtlasPolicy          AtlasPolicy-*
-use AthenaKernel         AthenaKernel-*         Control
-
-use GaudiInterface       GaudiInterface-*       External
-#use AtlasCLHEP           AtlasCLHEP-*           External
-use AtlasROOT            AtlasROOT-*            External
-use HepPDT               *                      LCG_Interfaces 
-#use AtlasReflex       AtlasReflex-00-*      External
-use StoreGate            StoreGate-*            Control
-
-use Identifier           Identifier-*           DetectorDescription
-
-use CaloDetDescr         CaloDetDescr-*         Calorimeter
-use CaloIdentifier       CaloIdentifier-*       Calorimeter
-use CaloEvent            CaloEvent-*            Calorimeter
-use CaloInterface        CaloInterface-*        Calorimeter
-#use CaloUtils		 CaloUtils-*	        Calorimeter
-use TileEvent            TileEvent-*            TileCalorimeter
-use LArRecEvent          LArRecEvent-*          LArCalorimeter
-
-#use CBNT_Utils           CBNT_Utils-*           Reconstruction
-
-#use  GeneratorObjects     GeneratorObjects-*    Generators
-use FastSimulationEvent  FastSimulationEvent-*  Simulation/FastSimulation
-
-#use HepMC                HepMC-01-*             Simulation
-#use AtlfastEvent         AtlfastEvent-*         Simulation/Atlfast
-
-use TrkParameters        TrkParameters-*        Tracking/TrkEvent
-
-#use GeoModelSvc        GeoModelSvc-*           DetectorDescription/GeoModel
-#use CLIDSvc         CLIDSvc-*            Control
-
-use AthenaBaseComps	AthenaBaseComps-*	Control
-
-public
-use TrkExInterfaces      TrkExInterfaces-*      Tracking/TrkExtrapolation
-use TrkEventPrimitives   TrkEventPrimitives-*   Tracking/TrkEvent
-#use TruthHelper          TruthHelper-*          Generators/GenAnalysisTools
-
-private
-use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools
-use AtlasCLHEP           AtlasCLHEP-*           External
-use TruthUtils  TruthUtils-*  Generators
-use GeneratorObjects     GeneratorObjects-*    Generators
-use TrkGeometry         TrkGeometry-*          Tracking/TrkDetDescr 
-end_private
-
-private
-apply_tag ROOTMathLibs
-apply_tag ROOTGraphicsLibs
-end_private
-
-# Specify the required ROOT components for cmake (gtransparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Gpad)"
-
-apply_pattern have_root_headers root_headers="ParticleEnergyParametrization.h ParticleEnergyParametrizationInDistbin.h TShape_Result.h TLateralShapeCorrection.h TSplineReweight.h TCellReweight.h LinkDef.h" \
-                                headers_lib=FastCaloSimLib
-
-ignore_pattern package_tag
-
-
-# DRQ: Note that the following two commented out lines have been removed from the list of files 
-# in the dual_use_library statement since they cause the cmt2cmake converter to ignore the remaining
-# lines in the list.
-
-#FastCaloSimIsGenSimulStable.cxx \
-#CBNTAA_DetailedCellInfo.cxx \
-
-apply_pattern dual_use_library files="\
-AddNoiseCellBuilderTool.cxx \
-BasicCellBuilderTool.cxx \
-EmptyCellBuilderTool.cxx \
-FSStoregateClean.cxx        \
-FastShowerCellBuilderTool.cxx \
-ParticleEnergyParametrization.cxx \
-ParticleEnergyParametrizationInDistbin.cxx \
-TShape_Result.cxx \
-ParticleEnergyShape.cxx \
-TLateralShapeCorrection.cxx \
-TSplineReweight.cxx \
-TCellReweight.cxx \
-"
-
-#Do not declare here, file is too large to go into CVS, has to be stored somewhere else...
-#apply_pattern declare_runtime extras="Particle*.root"
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-macro_append FastCaloSim_cppflags " '-DFastCaloSim_project_release=$(q2)$(FastCaloSim_project_release)$(q2)' "
-macro_append FastCaloSim_cppflags " -DFastCaloSim_project_release_v1=`echo $(FastCaloSim_project_release) | awk -F. '{printf("'"'%d'"'",$$1)}'` " 
-macro_append FastCaloSim_cppflags " -DFastCaloSim_project_release_v2=`echo $(FastCaloSim_project_release) | awk -F. '{printf("'"'%d'"'",$$2)}'` " 
-macro_append FastCaloSim_cppflags " -DFastCaloSim_project_release_v3=`echo $(FastCaloSim_project_release) | awk -F. '{printf("'"'%d'"'",$$3)}'` " 
-
-use AtlasDetDescr        AtlasDetDescr-*        DetectorDescription
-use AtlasHepMC           AtlasHepMC-*           External
-#use AtlfastAlgs          AtlfastAlgs-*          Simulation/Atlfast
-#use CaloSimEvent         CaloSimEvent-*         Calorimeter
-use CaloTrackingGeometry CaloTrackingGeometry-* Calorimeter
-use AthAllocators        AthAllocators-*        Control
-use EventKernel          EventKernel-*          Event
-#use ITrackToCalo         ITrackToCalo-*         Reconstruction/RecoTools
-use NavFourMom           NavFourMom-*           Event
-use PartPropSvc          v*
-use PathResolver         PathResolver-*         Tools
-use TrkMaterialOnTrack   TrkMaterialOnTrack-*   Tracking/TrkEvent
-use TrkSurfaces          TrkSurfaces-*          Tracking/TrkDetDescr
-use GeoPrimitives               GeoPrimitives-*              DetectorDescription
-use AthenaPoolUtilities     AthenaPoolUtilities-*     Database/AthenaPOOL
-#use DetDescrConditions DetDescrConditions-* DetectorDescription/DetDescrCond
-use DetDescrCondTools  DetDescrCondTools-*  DetectorDescription/DetDescrCond
-use FastCaloSimAthenaPool	FastCaloSimAthenaPool-*	Simulation/FastShower
diff --git a/Simulation/FastShower/FastCaloSimAthenaPool/cmt/requirements b/Simulation/FastShower/FastCaloSimAthenaPool/cmt/requirements
deleted file mode 100755
index aca1272848ffe471a52db7fd9b9c3e63af08b403..0000000000000000000000000000000000000000
--- a/Simulation/FastShower/FastCaloSimAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package FastCaloSimAthenaPool
-
-author Sascha Thoma <sascha.thoma@cern.ch>
-
-use AtlasPolicy          AtlasPolicy-*
-use DataModel            DataModel-*         Control
-use CLIDSvc         CLIDSvc-*            Control
-use AtlasReflex       AtlasReflex-*      External
-use AthenaPoolUtilities     AthenaPoolUtilities-*     Database/AthenaPOOL
-
-# never be dependent on FastCaloSim! circular dependency is evil !
-#use FastCaloSim   FastCaloSim-*   Simulation/FastShower
-
-library FastCaloSimAthenaPool *.cxx
-apply_pattern installed_library
-
-apply_pattern lcgdict dict=FastCaloSimAthenaPool selectionfile=selection.xml headerfiles="../FastCaloSimAthenaPool/FastCaloSimAthenaPoolDict.h"
-macro_append FastCaloSimAthenaPoolGen_dependencies " FastCaloSimAthenaPool"
-apply_pattern poolcnv files="-s=${FastCaloSimAthenaPool_root}/FastCaloSimAthenaPool FastShowerInfoContainer.h FastShowerInfo.h"
-macro_append FastCaloSimAthenaPoolPoolCnvGen_dependencies " FastCaloSimAthenaPoolGen"
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/FastShower/FastCaloSimHit/cmt/requirements b/Simulation/FastShower/FastCaloSimHit/cmt/requirements
deleted file mode 100644
index 87898c16ba62ea8892e5cf24b854e432e61a9c78..0000000000000000000000000000000000000000
--- a/Simulation/FastShower/FastCaloSimHit/cmt/requirements
+++ /dev/null
@@ -1,37 +0,0 @@
-package FastCaloSimHit
-
-public
-use AtlasPolicy          AtlasPolicy-*
-use AthenaBaseComps      AthenaBaseComps-*  Control
-use CaloInterface        CaloInterface-*    Calorimeter
-use GaudiInterface       GaudiInterface-*   External
-use LArElecCalib         LArElecCalib-*     LArCalorimeter
-use LArSimEvent          LArSimEvent-*      LArCalorimeter
-use StoreGate            StoreGate-*        Control
-use TileSimEvent         TileSimEvent-*     TileCalorimeter
-
-private
-use CaloIdentifier       CaloIdentifier-*   Calorimeter
-use CaloEvent            CaloEvent-*        Calorimeter
-use CxxUtils             CxxUtils-*         Control
-use EventInfo            EventInfo-*        Event
-use PileUpTools          PileUpTools-*      Control
-use TileEvent            TileEvent-*        TileCalorimeter
-use TileConditions       TileConditions-*   TileCalorimeter
-end_private
-
-ignore_pattern package_tag
-
-apply_pattern dual_use_library files=*.cxx
-#Do not declare here, file is too large to go into CVS, has to be stored somewhere else...
-apply_pattern declare_joboptions files="*.txt *.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-macro_append FastCaloSimHit_cppflags " '-DFastCaloSimHit_project_release=$(q2)$(FastCaloSimHit_project_release)$(q2)' "
-macro_append FastCaloSimHit_cppflags " -DFastCaloSimHit_project_release_v1=`echo $(FastCaloSimHit_project_release) | awk -F. '{printf("'"'%d'"'",$$1)}'` " 
-macro_append FastCaloSimHit_cppflags " -DFastCaloSimHit_project_release_v2=`echo $(FastCaloSimHit_project_release) | awk -F. '{printf("'"'%d'"'",$$2)}'` " 
-macro_append FastCaloSimHit_cppflags " -DFastCaloSimHit_project_release_v3=`echo $(FastCaloSimHit_project_release) | awk -F. '{printf("'"'%d'"'",$$3)}'` " 
-end_private
diff --git a/Simulation/FastSimulation/FastSimulationConfig/cmt/requirements b/Simulation/FastSimulation/FastSimulationConfig/cmt/requirements
deleted file mode 100644
index 480f025a862cd6ac9a1f70a93c6c776268243f8d..0000000000000000000000000000000000000000
--- a/Simulation/FastSimulation/FastSimulationConfig/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package FastSimulationConfig
- 
-author Michael Duehrssen
-
-branches run
-
-# put here the uses of the packages which need to be reached by cmt broadcast
-# Packages to be reached by cmt broadcast should be used either directly
-#
-# (the package should appear when typing cmt show uses) 
-
-
-
-use AtlasPolicy AtlasPolicy-*
-
-
-
-#put jobOption in InstallArea
-apply_pattern declare_joboptions files="*.py tests/*.py"
-
-apply_pattern declare_python_modules files="*.py tests/*.py"
-
-
-
-
- 
diff --git a/Simulation/FastSimulation/FastSimulationEvent/cmt/requirements b/Simulation/FastSimulation/FastSimulationEvent/cmt/requirements
deleted file mode 100755
index 8b28873b8c962f3a85d5df6394a84dce83c0080f..0000000000000000000000000000000000000000
--- a/Simulation/FastSimulation/FastSimulationEvent/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package FastSimulationEvent
-
-author Andreas.Salzburger@cern.ch
-
-
-# general athena dependecies
-use AtlasPolicy         AtlasPolicy-*
-
-# CLID required for the StoreGate container
-use CLIDSvc             CLIDSvc-*            Control
-
-# for the new track class
-use TrkMaterialOnTrack          TrkMaterialOnTrack-*         Tracking/TrkEvent
-use GeoPrimitives               GeoPrimitives-*              DetectorDescription
-
-#library FastSimulationEvent *.cxx 
-#apply_pattern installed_library
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-#apply_pattern declare_non_standard_include name=doc
diff --git a/Simulation/FastSimulation/FastSimulationJobTransforms/cmt/requirements b/Simulation/FastSimulation/FastSimulationJobTransforms/cmt/requirements
deleted file mode 100644
index 7a8a21313df081e1a4d7e21af399726e37122dbd..0000000000000000000000000000000000000000
--- a/Simulation/FastSimulation/FastSimulationJobTransforms/cmt/requirements
+++ /dev/null
@@ -1,8 +0,0 @@
-package FastSimulationJobTransforms
-
-use AtlasPolicy AtlasPolicy-*
-use PyJobTransformsCore PyJobTransformsCore-* Tools
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_runtime files="*.db *.root"
diff --git a/Simulation/FastSimulation/FastSimulationTests/cmt/requirements b/Simulation/FastSimulation/FastSimulationTests/cmt/requirements
deleted file mode 100644
index 2709d070f80b5820bf8a67b14ab9f151a4a4b7f2..0000000000000000000000000000000000000000
--- a/Simulation/FastSimulation/FastSimulationTests/cmt/requirements
+++ /dev/null
@@ -1,16 +0,0 @@
-package FastSimulationTests
-
-author Takashi Yamanaka <Takashi.Yamanaka@cern.ch>
-
-branches run
-
-use     AtlasPolicy             AtlasPolicy-*
-use     AtlasROOT               AtlasROOT-*             External
-
-private
-use     TestPolicy              TestPolicy-*
-
-# for RTT
-macro FastSimulationTests_TestConfiguration "../test/FastSimulationTests_TestConfiguration.xml"
-apply_pattern validate_xml
-apply_pattern declare_runtime extras="../test/FastSimulationTests_TestConfiguration.xml ../share/*.C ../share/*.h"
diff --git a/Simulation/FastSimulation/FastSimulationTests/cmt/version.cmt b/Simulation/FastSimulation/FastSimulationTests/cmt/version.cmt
deleted file mode 100644
index 6cb8e4534c5b9b30f6b92c63a52495caae347861..0000000000000000000000000000000000000000
--- a/Simulation/FastSimulation/FastSimulationTests/cmt/version.cmt
+++ /dev/null
@@ -1 +0,0 @@
-FastSimulationTests-00-01-02
diff --git a/Simulation/G4Atlas/G4AtlasAlg/cmt/requirements b/Simulation/G4Atlas/G4AtlasAlg/cmt/requirements
deleted file mode 100644
index cf716eda047431904b9fe07bfb7729a12165f942..0000000000000000000000000000000000000000
--- a/Simulation/G4Atlas/G4AtlasAlg/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package G4AtlasAlg
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AthenaKernel        AthenaKernel-*          Control
-use AtlasCLHEP          AtlasCLHEP-*            External
-use AtlasHepMC          AtlasHepMC-*            External
-use FadsKinematics      FadsKinematics-*        Simulation/G4Sim/FADS
-use G4AtlasInterfaces   G4AtlasInterfaces*      Simulation/G4Atlas
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-use Geant4              Geant4-*                External
-use GeneratorObjects    GeneratorObjects-*      Generators
-use MCTruth             MCTruth-*               Simulation/G4Sim
-use MCTruthBase         MCTruthBase-*           Simulation/G4Sim
-use SimHelpers          SimHelpers-*            Simulation/G4Sim
-use StoreGate           StoreGate-*             Control
-use SGTools             SGTools-*               Control
-use GeoModelInterfaces  GeoModelInterfaces-*    DetectorDescription/GeoModel
-use EventInfo           EventInfo-*             Event
-use CxxUtils            CxxUtils-*              Control
-end_private
-
-library G4AtlasAlg *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Simulation/G4Atlas/G4AtlasApps/cmt/requirements b/Simulation/G4Atlas/G4AtlasApps/cmt/requirements
deleted file mode 100644
index 08515c3374d954432459bdcc3d4cda7d2506c832..0000000000000000000000000000000000000000
--- a/Simulation/G4Atlas/G4AtlasApps/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package G4AtlasApps
-
-author Andrea Dell'Acqua <dellacqu@mail.cern.ch>
-author Andy Buckley <andy.buckley@cern.ch>
-
-# Build policy
-use AtlasPolicy AtlasPolicy-*
-private
-#use G4AtlasControl             G4AtlasControl-*            Simulation/G4Atlas
-#use G4AtlasAlg                 G4AtlasAlg-*                Simulation/G4Atlas
-#use VertexPositionGenerator    VertexPositionGenerator-*   Simulation/Tools
-use AtlasCOOL                  AtlasCOOL-*                 External -no_auto_imports
-end_private
-
-# Install run-time files
-apply_pattern declare_joboptions files="-s=../share *.py"
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern declare_runtime extras="../test/G4AtlasApps_TestConfiguration.xml ../test/*.C"
-apply_pattern get_files data="PDGTABLE.MeV"
-
-# Added for RTT test
-macro G4AtlasApps_TestConfiguration "../test/G4AtlasApps_TestConfiguration.xml"
diff --git a/Simulation/G4Atlas/G4AtlasControl/cmt/requirements b/Simulation/G4Atlas/G4AtlasControl/cmt/requirements
deleted file mode 100644
index b5cdae56efe40c1973c146a22452511853f43063..0000000000000000000000000000000000000000
--- a/Simulation/G4Atlas/G4AtlasControl/cmt/requirements
+++ /dev/null
@@ -1,28 +0,0 @@
-package G4AtlasControl
-
-public
-use AtlasPolicy         AtlasPolicy-*
-
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AtlasCLHEP          AtlasCLHEP-*            External
-use Geant4              Geant4-*                External
-use FadsPackageLoader   FadsPackageLoader-*     Simulation/G4Sim/FADS
-use MCTruthBase         MCTruthBase-*           Simulation/G4Sim
-end_private
-
-####include_dirs "$(G4AtlasControl_root)"
-
-library G4AtlasControl *.cxx
-apply_pattern installed_library
-
-private
-
-use AtlasReflex         AtlasReflex-*           External
-
-apply_pattern lcgdict dict=G4AtlasControl \
-                headerfiles="../G4AtlasControl/G4AtlasControlDict.h" \
-                selectionfile=selection.xml
-macro_prepend G4AtlasControlDict_shlibflags " -lG4AtlasControl "
-end_private
diff --git a/Simulation/G4Atlas/G4AtlasInterfaces/cmt/requirements b/Simulation/G4Atlas/G4AtlasInterfaces/cmt/requirements
deleted file mode 100644
index 7417553dbae39476a49ff4fb073edc31a7d23c26..0000000000000000000000000000000000000000
--- a/Simulation/G4Atlas/G4AtlasInterfaces/cmt/requirements
+++ /dev/null
@@ -1,10 +0,0 @@
-package G4AtlasInterfaces
-
-use AtlasPolicy      AtlasPolicy-*
-
-use GaudiInterface   GaudiInterface-*    External
-
-use Geant4           Geant4-*            External
-
-# Declare an interface library for CMake:
-apply_pattern cmake_add_command command=metalibrary
diff --git a/Simulation/G4Atlas/G4AtlasServices/cmt/requirements b/Simulation/G4Atlas/G4AtlasServices/cmt/requirements
deleted file mode 100644
index b752ff525c4ae0c854e6a3b34ee2ff9ecb63d641..0000000000000000000000000000000000000000
--- a/Simulation/G4Atlas/G4AtlasServices/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package G4AtlasServices
-
-# Required for every package
-use AtlasPolicy         AtlasPolicy-*
-
-# Member variables
-use GaudiInterface      GaudiInterface-*        External
-
-private
-# Base classes when the headers are in the src area
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-use Geant4              Geant4-*                External
-use CxxUtils            CxxUtils-*              Control
-use AtlasTBB            AtlasTBB-*              External
-use MagFieldInterfaces  MagFieldInterfaces-*    MagneticField
-end_private
-
-apply_pattern declare_python_modules files="*.py"
-
-library G4AtlasServices *.cxx components/*.cxx
-apply_pattern component_library
-
-# Install run-time files
-apply_pattern declare_joboptions files="-s=../share *.py"
-
diff --git a/Simulation/G4Atlas/G4AtlasTests/cmt/requirements b/Simulation/G4Atlas/G4AtlasTests/cmt/requirements
deleted file mode 100644
index 2f94adee3e1395a760ff2ad73c0cbac197f672f9..0000000000000000000000000000000000000000
--- a/Simulation/G4Atlas/G4AtlasTests/cmt/requirements
+++ /dev/null
@@ -1,66 +0,0 @@
-package G4AtlasTests
-
-author Andrea DellAcqua <dellacqu@mail.cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AthenaKernel        AthenaKernel-*          Control
-use StoreGate           StoreGate-*             Control
-use AtlasCLHEP          AtlasCLHEP-*            External
-use AtlasHepMC          AtlasHepMC-*            External
-use AtlasROOT           AtlasROOT-*             External
-use Geant4              Geant4-*                External
-use TestPolicy          TestPolicy-*
-use CxxUtils            CxxUtils-*              Control
-use Identifier          Identifier-*            DetectorDescription
-use GeoAdaptors         GeoAdaptors-*           DetectorDescription/GeoModel
-use GeoPrimitives       GeoPrimitives-*         DetectorDescription
-use G4AtlasInterfaces	G4AtlasInterfaces-*	Simulation/G4Atlas
-use EventInfo           EventInfo-*             Event
-use GeneratorObjects    GeneratorObjects-*      Generators
-
-use G4AtlasTools	G4AtlasTools-*          Simulation/G4Atlas
-use HitManagement       HitManagement-*         Simulation
-use MCTruth             MCTruth-*               Simulation/G4Sim
-use TrackRecord         TrackRecord-*           Simulation/G4Sim
-
-use InDetSimEvent       InDetSimEvent-*         InnerDetector
-
-use CaloIdentifier      CaloIdentifier-*        Calorimeter
-use CaloDetDescr        CaloDetDescr-*          Calorimeter
-use CaloSimEvent        CaloSimEvent-*          Calorimeter
-use LArSimEvent         LArSimEvent-*           LArCalorimeter
-use TileIdentifier      TileIdentifier-*        TileCalorimeter
-use TileDetDescr        TileDetDescr-*          TileCalorimeter
-use TileSimEvent        TileSimEvent-*          TileCalorimeter
-
-use MuonIdHelpers       MuonIdHelpers-*         MuonSpectrometer
-use MuonReadoutGeometry MuonReadoutGeometry-*   MuonSpectrometer/MuonDetDescr
-use MuonSimEvent        MuonSimEvent-*          MuonSpectrometer
-
-use ALFA_SimEv          ALFA_SimEv-*            ForwardDetectors/ALFA
-use ZDC_SimEvent        ZDC_SimEvent-*          ForwardDetectors/ZDC
-use LUCID_SimEvent      LUCID_SimEvent-*        ForwardDetectors/LUCID/LUCID_SimUtils
-
-use McParticleEvent     McParticleEvent-*       PhysicsAnalysis/TruthParticleID
-end_private
-
-
-# build a component library
-library G4AtlasTests ../src/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_scripts files="../scripts/sim_*.py ../scripts/sim_*.sh"
-
-#private
-#apply_pattern validate_xml
-#public
-
-# Patterns for RTT
-#macro G4AtlasTests_TestConfiguration "../test/G4AtlasTests_TestConfiguration.xml"
-#apply_pattern declare_runtime extras="../test/G4AtlasTests_TestConfiguration.xml"
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/G4Atlas/G4AtlasTools/cmt/requirements b/Simulation/G4Atlas/G4AtlasTools/cmt/requirements
deleted file mode 100644
index ba489ab42cab4d3c9c4be604a65798a206b6f96c..0000000000000000000000000000000000000000
--- a/Simulation/G4Atlas/G4AtlasTools/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package G4AtlasTools
-
-public
-# Required for all packages
-use AtlasPolicy          AtlasPolicy-*
-
-# Base classes
-use G4AtlasInterfaces    G4AtlasInterfaces-*     Simulation/G4Atlas
-use AthenaBaseComps      AthenaBaseComps-*       Control
-use Geant4               Geant4-*                External
-
-# Member variables
-use SubDetectorEnvelopes SubDetectorEnvelopes-*  AtlasGeometryCommon
-use AtlasTBB             AtlasTBB-*              External
-
-private
-use AtlasBoost           AtlasBoost-*            External
-use AtlasCLHEP           AtlasCLHEP-*            External
-use GaudiInterface       GaudiInterface-*        External
-use G4PhysicsLists       G4PhysicsLists-*        Simulation/G4Utilities
-end_private
-
-apply_pattern declare_python_modules files="*.py"
-
-# Don't need to specify components for dual use
-apply_pattern dual_use_library files="*.cxx *.cc"
diff --git a/Simulation/G4Atlas/G4AtlasUtilities/cmt/requirements b/Simulation/G4Atlas/G4AtlasUtilities/cmt/requirements
deleted file mode 100644
index 00b94ccfb6120813410c9002467a2614c7a8eba1..0000000000000000000000000000000000000000
--- a/Simulation/G4Atlas/G4AtlasUtilities/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package G4AtlasUtilities
-
-public
-use AtlasPolicy             AtlasPolicy-*
-use FadsKinematics          FadsKinematics-*        Simulation/G4Sim/FADS
-
-private
-use AtlasReflex             AtlasReflex-*           External
-use Geant4                  Geant4-*                External
-end_private
-
-include_dirs "$(G4AtlasUtilities_root)" "$(G4AtlasUtilities_root)/dict"
-
-library G4AtlasUtilities *.cxx
-apply_pattern installed_library
-
-private
-apply_pattern lcgdict dict=G4AtlasUtilities \
-    headerfiles="../G4AtlasUtilities/G4AtlasUtilitiesDict.h" \
-    selectionfile=selection.xml
-
-macro_prepend G4AtlasUtilitiesDict_shlibflags " -lG4AtlasUtilities "
-end_private
diff --git a/Simulation/G4Extensions/Charginos/cmt/requirements b/Simulation/G4Extensions/Charginos/cmt/requirements
deleted file mode 100644
index 45a0dda1ea258ecd2e509484b72bc87783cedfce..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/Charginos/cmt/requirements
+++ /dev/null
@@ -1,19 +0,0 @@
-package Charginos
-
-author ADA <dellacqu@mail.cern.ch>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasCLHEP          AtlasCLHEP-*            External
-use Geant4              Geant4-*                External
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-end_private
-
-library Charginos *.cxx -s=components *.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-apply_pattern generic_declare_for_link kind=share files='-s=../share *.MeV *.txt' prefix=share name=<name>
diff --git a/Simulation/G4Extensions/G4CosmicFilter/cmt/requirements b/Simulation/G4Extensions/G4CosmicFilter/cmt/requirements
deleted file mode 100644
index c7453fb247a9c9e8458b52942f7ea6e4ad1baa5b..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/G4CosmicFilter/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package G4CosmicFilter
-
-author Jamie Boyd <Jamie.Boyd@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*     External
-use G4AtlasTools        G4AtlasTools-*       Simulation/G4Atlas
-use G4AtlasInterfaces	G4AtlasInterfaces-*  Simulation/G4Atlas
-use AthenaBaseComps AthenaBaseComps-* Control
-use StoreGate             StoreGate-*              Control
-
-
-private
-use Geant4              Geant4-*             External
-use TrackRecord         TrackRecord-*        Simulation/G4Sim
-use MCTruth             MCTruth-*            Simulation/G4Sim
-use CxxUtils            CxxUtils-*              Control
-
-end_private
-
-library G4CosmicFilter ../src/*.cxx ../src/components/*.cxx
-
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/G4Extensions/G4ExternalDecay/cmt/requirements b/Simulation/G4Extensions/G4ExternalDecay/cmt/requirements
deleted file mode 100644
index 9d56e41f0aec497c15a029d6e93d2ee9556f8201..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/G4ExternalDecay/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package G4ExternalDecay
-
-author Andy Haas <ahaas@cern.ch>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use AtlasFortranPolicy  AtlasFortranPolicy-*
-use Geant4              Geant4-*              External
-use Pythia              Pythia-*              External
-use Lhapdf              Lhapdf-*              External
-
-private
-use AtlasHepMC          AtlasHepMC-*          External
-use Pythia_i            Pythia_i-*            Generators
-end_private
-
-private
-macro_append  fflags "" Linux "  -fno-automatic "
-macro_append  G4ExternalDecay_shlibflags  " $(HepMC_IO_linkopts) "
-end_private
-
-library G4ExternalDecay ../src/*.cxx
-apply_pattern declare_joboptions files="-s=../share *.py"
-apply_pattern installed_library
diff --git a/Simulation/G4Extensions/G4HitFilter/cmt/requirements b/Simulation/G4Extensions/G4HitFilter/cmt/requirements
deleted file mode 100755
index e566342f950c6937303b89b89d1f6df34e27360d..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/G4HitFilter/cmt/requirements
+++ /dev/null
@@ -1,32 +0,0 @@
-package G4HitFilter
-
-author W. H. Bell <W.Bell@cern.ch>
-
-use GaudiInterface      GaudiInterface-*     External
-use AtlasPolicy           AtlasPolicy-*
-
-
-private
-use G4AtlasInterfaces	G4AtlasInterfaces-*  Simulation/G4Atlas
-use AthenaBaseComps AthenaBaseComps-* Control
-use StoreGate             StoreGate-*              Control
-use G4AtlasTools	   G4AtlasTools-*	     Simulation/G4Atlas
-use Geant4                Geant4-*                  External
-use CaloSimEvent          CaloSimEvent-*            Calorimeter
-use InDetSimEvent         InDetSimEvent-*           InnerDetector
-use LArSimEvent           LArSimEvent-*             LArCalorimeter
-use LUCID_SimEvent        LUCID_SimEvent-*          ForwardDetectors/LUCID/LUCID_SimUtils 
-use MuonSimEvent          MuonSimEvent-*            MuonSpectrometer
-use TileSimEvent          TileSimEvent-*            TileCalorimeter
-use CxxUtils            CxxUtils-*              Control
-
-end_private
-
-include_dirs "$(G4HitFilter_root)"
-
-library G4HitFilter ../src/*.cxx ../src/components/*.cxx
-
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/G4Extensions/G4ScoringProcess/cmt/requirements b/Simulation/G4Extensions/G4ScoringProcess/cmt/requirements
deleted file mode 100644
index bf6270222ea3e05ab97af2570d5be44c781f47fd..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/G4ScoringProcess/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package G4ScoringProcess
-
-author Andrea Di Simone <Andrea.Di.Simone@cern.ch>
-
-branches src cmt
-
-public
-
-use GaudiInterface      GaudiInterface-*        External
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasCLHEP          AtlasCLHEP-*            External
-use Geant4              Geant4-*                External
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-end_private
-
-
-library G4ScoringProcess ../src/*.cxx -s=components *.cxx
-
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/G4Extensions/Gauginos/cmt/requirements b/Simulation/G4Extensions/Gauginos/cmt/requirements
deleted file mode 100755
index d31fe714bc546d23ac862f4bdd1fc018304ca4d1..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/Gauginos/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package Gauginos
-
-author Edoardo Farina <edoardo.maria.farina@cern.ch>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasCLHEP          AtlasCLHEP-*            External
-use Geant4              Geant4-*                External
-use GaudiInterface      GaudiInterface-*        External
-end_private
-
-library Gauginos ../src/*.cxx -s=components *.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/G4Extensions/Monopole/cmt/requirements b/Simulation/G4Extensions/Monopole/cmt/requirements
deleted file mode 100755
index fa034255d2aa92b70567aac3b2a65fa2d60537ba..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/Monopole/cmt/requirements
+++ /dev/null
@@ -1,17 +0,0 @@
-package Monopole
-
-author ADA <dellacqu@mail.cern.ch>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-private
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasCLHEP          AtlasCLHEP-*            External
-use Geant4              Geant4-*                External
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-end_private
-
-library Monopole *.cxx -s=components *.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
\ No newline at end of file
diff --git a/Simulation/G4Extensions/Quirks/cmt/requirements b/Simulation/G4Extensions/Quirks/cmt/requirements
deleted file mode 100644
index a6dafedda5462b07af47d5aa573678b67b970f5b..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/Quirks/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package Quirks
-
-public
-
-use GaudiInterface      GaudiInterface-*        External
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use CxxUtils		CxxUtils-*		Control
-use Geant4              Geant4-*                External
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-end_private
-
-library Quirks ../src/*.cxx ../src/components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/G4Extensions/RHadrons/cmt/requirements b/Simulation/G4Extensions/RHadrons/cmt/requirements
deleted file mode 100644
index 2d00cca0b80bf130f7b2566002a3d34b2a1ca2c5..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/RHadrons/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package RHadrons
-
-author ADA <dellacqu@mail.cern.ch>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasCLHEP          AtlasCLHEP-*            External
-use CxxUtils            CxxUtils-*              Control
-use Geant4              Geant4-*                External
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-use G4ExternalDecay     G4ExternalDecay-*       Simulation/G4Extensions
-use SimHelpers          SimHelpers-*            Simulation/G4Sim
-end_private
-
-library RHadrons *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern generic_declare_for_link kind=share files='-s=../share *.MeV *.txt' prefix=share name=<name>
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="-s=../share *.py"
diff --git a/Simulation/G4Extensions/Sleptons/cmt/requirements b/Simulation/G4Extensions/Sleptons/cmt/requirements
deleted file mode 100755
index bcab67b26525f9c1a03be80e44160bf067b9c66e..0000000000000000000000000000000000000000
--- a/Simulation/G4Extensions/Sleptons/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package Sleptons
-
-author Edoardo Farina <edoardo.maria.farina@cern.ch>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasCLHEP          AtlasCLHEP-*            External
-use Geant4              Geant4-*                External
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-end_private
-
-library Sleptons ../src/*.cxx -s=components *.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/G4Sim/CTB_G4Sim/cmt/requirements b/Simulation/G4Sim/CTB_G4Sim/cmt/requirements
deleted file mode 100755
index e826d4e74d13c1532b941b15e935209f3f762c71..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/CTB_G4Sim/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package CTB_G4Sim
-
-author MGALLAS <mgallas@mail.cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-
-# Install run-time files
-apply_pattern declare_joboptions files="-s=../share *.py"
-apply_pattern declare_python_modules files="*.py"
-#apply_pattern declare_scripts files="geant4.sh"	
-#alias G4CTB geant4.sh
-apply_pattern declare_runtime files="-s=../data *.xml *.dtd *.txt -s=../G4macros *.mac "
-apply_pattern get_files data=" material.dtd \
-                               TRgeometryinformation.dtd TR_CTBgeomodelgeometry.xml\
-                               Tile.dtd TileDM.dtd\
-                               phantombarrel.dtd  muonwall.dtd  combinedscintillator.dtd\
-                               deadmaterial.dtd larcrate.dtd\
-                               PDGTABLE.MeV"
diff --git a/Simulation/G4Sim/FADS/FadsControl/cmt/requirements b/Simulation/G4Sim/FADS/FadsControl/cmt/requirements
deleted file mode 100644
index 1c978a4aa4e6dfd171b169f9fc1437edb99cb937..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsControl/cmt/requirements
+++ /dev/null
@@ -1,11 +0,0 @@
-package FadsControl
-
-author Andrea DellAcqua
-
-use AtlasPolicy AtlasPolicy-*
-
-use Geant4      Geant4-*        External
-
-library FadsControl *.cxx
-
-apply_pattern installed_library
diff --git a/Simulation/G4Sim/FADS/FadsField/cmt/requirements b/Simulation/G4Sim/FADS/FadsField/cmt/requirements
deleted file mode 100755
index 5b39b5cddc7143d04ae23605f291bc4d6ece1498..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsField/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package FadsField
-
-author ADA
-
-use AtlasPolicy AtlasPolicy-*
-
-use Geant4 Geant4-* External
-
-include_dirs "$(FadsField_root)"
-
-library FadsField ../src/*.cxx
-
-apply_pattern installed_library
-
-#=======================================================
-#private
-#
-#macro_remove cppflags "-O3 "
-#macro_remove cppflags "-O "
-#macro_remove cppflags "-Wall "
-#
-#macro_remove CLHEP_pp_cppflags "-DCLHEP_SQR_DEFINED "
-#macro_remove CLHEP_pp_cppflags "-DCLHEP_MAX_MIN_DEFINED "
-
diff --git a/Simulation/G4Sim/FADS/FadsKinematics/cmt/Makefile b/Simulation/G4Sim/FADS/FadsKinematics/cmt/Makefile
deleted file mode 100755
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsKinematics/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Simulation/G4Sim/FADS/FadsKinematics/cmt/requirements b/Simulation/G4Sim/FADS/FadsKinematics/cmt/requirements
deleted file mode 100644
index a27fc188b931afe20952f27ebaa564d0d599f1f1..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsKinematics/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package FadsKinematics
-
-author ADA
-author Andy Buckley
-
-use AtlasPolicy    AtlasPolicy-*
-use AtlasCLHEP          AtlasCLHEP-*            External
-use AtlasHepMC     AtlasHepMC-*       External
-use Geant4         Geant4-*           External
-
-include_dirs "$(FadsKinematics_root)" "$(FadsKinematics_root)/FadsKinematics"
-
-library FadsKinematics ../src/*.cxx
-
-apply_pattern installed_library
-
-
-private
-
-#macro_remove cppflags "-O3 "
-#macro_remove cppflags "-O "
-#macro_remove cppflags "-Wall "
-
-macro_remove CLHEP_pp_cppflags "-DCLHEP_SQR_DEFINED "
-macro_remove CLHEP_pp_cppflags "-DCLHEP_MAX_MIN_DEFINED "
-
-end_private
diff --git a/Simulation/G4Sim/FADS/FadsMaterial/cmt/Makefile b/Simulation/G4Sim/FADS/FadsMaterial/cmt/Makefile
deleted file mode 100755
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsMaterial/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Simulation/G4Sim/FADS/FadsMaterial/cmt/requirements b/Simulation/G4Sim/FADS/FadsMaterial/cmt/requirements
deleted file mode 100755
index 1be5e20e207c93dacd7f6d8dc931b4c57f86e838..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsMaterial/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package FadsMaterial
-
-author ADA
-
-use AtlasPolicy AtlasPolicy-*
-use Geant4 Geant4-* External
-use AtlasCLHEP AtlasCLHEP-* External
-
-include_dirs "$(FadsMaterial_root)" "$(FadsMaterial_root)/FadsMaterial"
-
-library FadsMaterial ../src/*.cxx
-
-apply_pattern installed_library
-
-#=======================================================
-#private
-#
-#macro_remove cppflags "-O3 "
-#macro_remove cppflags "-O "
-#macro_remove cppflags "-Wall "
-#
-#macro_remove CLHEP_pp_cppflags "-DCLHEP_SQR_DEFINED "
-#macro_remove CLHEP_pp_cppflags "-DCLHEP_MAX_MIN_DEFINED "
-
diff --git a/Simulation/G4Sim/FADS/FadsPackageLoader/cmt/Makefile b/Simulation/G4Sim/FADS/FadsPackageLoader/cmt/Makefile
deleted file mode 100755
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsPackageLoader/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Simulation/G4Sim/FADS/FadsPackageLoader/cmt/requirements b/Simulation/G4Sim/FADS/FadsPackageLoader/cmt/requirements
deleted file mode 100755
index bf537ef4e5c08641eaa4ec231d66953774286df5..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsPackageLoader/cmt/requirements
+++ /dev/null
@@ -1,19 +0,0 @@
-package FadsPackageLoader
-
-author ADA
-
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use AtlasBoost                  AtlasBoost-*                    External
-end_private
-
-# Add required system libraries for cmake (transparent to CMT)
-apply_pattern cmake_add_libraries target=FadsPackageLoader libraries=dl
-
-include_dirs "$(FadsPackageLoader_root)" "$(FadsPackageLoader_root)/FadsPackageLoader"
-
-library FadsPackageLoader ../src/*.cxx
-
-apply_pattern installed_library
-
diff --git a/Simulation/G4Sim/FADS/FadsUtilities/cmt/requirements b/Simulation/G4Sim/FADS/FadsUtilities/cmt/requirements
deleted file mode 100755
index 6cf3bc5e43acb901231370873dfe4a2d146223df..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsUtilities/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package FadsUtilities
-
-author ADA
-
-use AtlasPolicy AtlasPolicy-*
-
-use Geant4 Geant4-* External
-
-include_dirs "$(FadsUtilities_root)" "$(FadsUtilities_root)/FadsUtilities"
-
-library FadsUtilities ../src/*.cxx
-
-apply_pattern installed_library
-
-#=======================================================
-#private
-#
-#macro_remove cppflags "-O3 "
-#macro_remove cppflags "-O "
-#macro_remove cppflags "-Wall "
-#
-#macro_remove CLHEP_pp_cppflags "-DCLHEP_SQR_DEFINED "
-#macro_remove CLHEP_pp_cppflags "-DCLHEP_MAX_MIN_DEFINED "
-
diff --git a/Simulation/G4Sim/FADS/FadsXMLParser/cmt/Makefile b/Simulation/G4Sim/FADS/FadsXMLParser/cmt/Makefile
deleted file mode 100755
index c2c9dbbed79a7894e694cf7a0c7d1bf0756334c3..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsXMLParser/cmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(CMTROOT)/src/Makefile.header
-
-include $(CMTROOT)/src/constituents.make
-
diff --git a/Simulation/G4Sim/FADS/FadsXMLParser/cmt/requirements b/Simulation/G4Sim/FADS/FadsXMLParser/cmt/requirements
deleted file mode 100755
index a7c75f928f6326686b6c4ff39c3f2a4145ad222a..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/FADS/FadsXMLParser/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package FadsXMLParser
-
-author ADA
-
-use AtlasPolicy AtlasPolicy-*
-use AtlasXercesC AtlasXercesC-* External
-
-private
-use FadsMaterial FadsMaterial-* Simulation/G4Sim/FADS
-use FadsUtilities FadsUtilities-* Simulation/G4Sim/FADS
-use AtlasCLHEP AtlasCLHEP-* External
-use Geant4 Geant4-* External
-end_private
-
-
-include_dirs "$(FadsXMLParser_root)"
-
-library FadsXMLParser ../src/*.cxx
-
-apply_pattern installed_library
-
diff --git a/Simulation/G4Sim/G4HiveEx/cmt/requirements b/Simulation/G4Sim/G4HiveEx/cmt/requirements
deleted file mode 100644
index a42ef04c5168855b1834d3745b31542c71efd375..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/G4HiveEx/cmt/requirements
+++ /dev/null
@@ -1,16 +0,0 @@
-package G4HiveEx
-#
-use AtlasPolicy   AtlasPolicy-*
-
-private
-use GaudiInterface      GaudiInterface-*        External
-use AthenaKernel        AthenaKernel-*          Control
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use GeneratorObjects    GeneratorObjects-*      Generators
-use Geant4              Geant4-*                External
-end_private
-
-library G4HiveEx *.cxx -s=components *.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
diff --git a/Simulation/G4Sim/MCTruth/cmt/requirements b/Simulation/G4Sim/MCTruth/cmt/requirements
deleted file mode 100644
index 338757275ccdd72b4d09cfe4beaf068915e67e9c..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/MCTruth/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package MCTruth
-
-public
-use AtlasPolicy  AtlasPolicy-*
-
-use AtlasHepMC   AtlasHepMC-*   External
-use CLIDSvc      CLIDSvc-*      Control
-use Geant4       Geant4-*       External
-use GeneratorObjects GeneratorObjects-* Generators
-private
-use ISF_Event    ISF_Event-*    Simulation/ISF/ISF_Core
-use SimHelpers   SimHelpers-*   Simulation/G4Sim
-end_private
-
-include_dirs "$(MCTruth_root)"
-
-library MCTruth ../src/*.cxx
-apply_pattern installed_library
-
-#private
-# use this to enable debugging for this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/G4Sim/MCTruthBase/cmt/requirements b/Simulation/G4Sim/MCTruthBase/cmt/requirements
deleted file mode 100644
index 90d262ecb6271c9ac22b806416ebd7f8899e6d5e..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/MCTruthBase/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package MCTruthBase
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use AthenaKernel        AthenaKernel-*          Control
-use AtlasHepMC          AtlasHepMC-*            External
-use Geant4              Geant4-*                External
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use CxxUtils            CxxUtils-*              Control
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-use SimHelpers          SimHelpers-*            Simulation/G4Sim
-use MCTruth             MCTruth-*               Simulation/G4Sim
-use StoreGate           StoreGate-*             Control
-use TrackRecord         TrackRecord-*           Simulation/G4Sim
-end_private
-
-include_dirs "$(MCTruthBase_root)"
-
-apply_pattern dual_use_library files=*.cxx
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Simulation/G4Sim/SimHelpers/cmt/requirements b/Simulation/G4Sim/SimHelpers/cmt/requirements
deleted file mode 100755
index 013d3733e1e93cccbc66de9f52733ccaf13c924f..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/SimHelpers/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package SimHelpers
-author ADA <dellacqu@mail.cern.ch>
-
-branches src cmt
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*     External
-use StoreGate           StoreGate-*           Control
-
-use Geant4 		Geant4-*		External
-
-macro SimHelpers_linkopts " "
- 
-include_dirs "$(SimHelpers_root)"
-
-
-apply_pattern installed_library
-library SimHelpers ../src/*.cxx
-
-# apply_pattern declare_runtime_extras extras=" "
-
diff --git a/Simulation/G4Sim/TrackRecord/cmt/requirements b/Simulation/G4Sim/TrackRecord/cmt/requirements
deleted file mode 100755
index f564c080a5117b2f8d59c0cbe451ae3e60efac14..0000000000000000000000000000000000000000
--- a/Simulation/G4Sim/TrackRecord/cmt/requirements
+++ /dev/null
@@ -1,20 +0,0 @@
-package TrackRecord
-
-version TrackRecord-00-00-01
-
-author ADA <dellacqu@mail.cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-
-use AtlasCLHEP	AtlasCLHEP-* 	External
-
-use CLIDSvc		CLIDSvc-*		Control
-
-use HitManagement 	HitManagement-*	Simulation
-
-private
-use AtlasReflex	AtlasReflex-* 	External -no_auto_imports
-use AtlasSealCLHEP       AtlasSealCLHEP-*        Database -no_auto_imports
-
-apply_pattern lcgdict dict=TrackRecord selectionfile=selection.xml headerfiles="../TrackRecord/TrackRecordDict.h"
-
diff --git a/Simulation/G4SimCnv/G4SimAthenaPOOL/cmt/requirements b/Simulation/G4SimCnv/G4SimAthenaPOOL/cmt/requirements
deleted file mode 100755
index 97527274c1e54fe436bff8e024d25838dea7d89c..0000000000000000000000000000000000000000
--- a/Simulation/G4SimCnv/G4SimAthenaPOOL/cmt/requirements
+++ /dev/null
@@ -1,20 +0,0 @@
-package G4SimAthenaPOOL
-
-author ADA <dellacqu@mail.cern.ch>
-
-use AtlasPolicy          AtlasPolicy-*
-use AthenaPoolUtilities  AthenaPoolUtilities-*  Database/AthenaPOOL
-use GaudiInterface       GaudiInterface-*       External
-use AtlasSealCLHEP       AtlasSealCLHEP-*       Database
-
-private
-use G4SimTPCnv           G4SimTPCnv-*           Simulation/G4SimCnv
-use TrackRecord          TrackRecord-*          Simulation/G4Sim
-end_private
-
-apply_pattern declare_joboptions files="*.py"
-
-#
-# Create the list of files for which we want to generate a POOL converter
-macro converters "-s=${TrackRecord_root}/TrackRecord TrackRecordCollection.h "
-apply_pattern poolcnv files=${converters}
diff --git a/Simulation/G4SimCnv/G4SimTPCnv/cmt/requirements b/Simulation/G4SimCnv/G4SimTPCnv/cmt/requirements
deleted file mode 100644
index ca1700a59716a566486021a883acbbc0fe5904ed..0000000000000000000000000000000000000000
--- a/Simulation/G4SimCnv/G4SimTPCnv/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package G4SimTPCnv
-
-author  Davide Costanzo       <davide.costanzo@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use AthenaPoolCnvSvc    AthenaPoolCnvSvc-*     Database/AthenaPOOL
-use AthenaPoolServices  AthenaPoolServices-*   Database/AthenaPOOL
-use AtlasCLHEP          AtlasCLHEP-*           External
-use TrackRecord         TrackRecord-*          Simulation/G4Sim
-
-apply_pattern tpcnv_library
-library G4SimTPCnv *.cxx
-
-# The following use is to get the lcgdict pattern.
-# This is "hidden" behind "private" and "no_auto_imports" to keep
-# clients of EventInfo from seeing excess dependencies
-private
-use AtlasReflex         AtlasReflex-*          External -no_auto_imports
-use AthenaKernel        AthenaKernel-*         Control
-
-# 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_pattern lcgdict dict=G4SimTPCnv  selectionfile=selection.xml headerfiles="../G4SimTPCnv/G4SimTPCnvDict.h"
-apply_pattern lcgdict dict=OLD_G4SimTPCnv  selectionfile=OLD_selection.xml headerfiles="../G4SimTPCnv/G4SimTPCnvDict.h"
-end_private
\ No newline at end of file
diff --git a/Simulation/G4Utilities/G4Ancillary/G4AncillaryEventAthenaPool/cmt/requirements b/Simulation/G4Utilities/G4Ancillary/G4AncillaryEventAthenaPool/cmt/requirements
deleted file mode 100755
index 139841aebc4e0aa0bc66fb160cc3e0a3546f7903..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4Ancillary/G4AncillaryEventAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,16 +0,0 @@
-package G4AncillaryEventAthenaPool
-
-author Thomas Kittelmann <kittel@nbi.dk>
-
-public
-use AtlasPolicy          AtlasPolicy-*
-use AthenaPoolUtilities  AthenaPoolUtilities-*   Database/AthenaPOOL
-use AtlasSealCLHEP       AtlasSealCLHEP-*        Database
-
-private
-use G4AncillarySimEvent  G4AncillarySimEvent-*   Simulation/G4Utilities/G4Ancillary
-
-public
-
-# Converter for the hit collection
-apply_pattern poolcnv files="-s=${G4AncillarySimEvent_root}/G4AncillarySimEvent ScintillatorHitCollection.h -s=${G4AncillarySimEvent_root}/G4AncillarySimEvent SimpleScintillatorHitCollection.h"
diff --git a/Simulation/G4Utilities/G4Ancillary/G4AncillarySimEvent/cmt/requirements b/Simulation/G4Utilities/G4Ancillary/G4AncillarySimEvent/cmt/requirements
deleted file mode 100755
index 42118c0c17146fe0cbea123bc9321f7bbd3a3e79..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4Ancillary/G4AncillarySimEvent/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package G4AncillarySimEvent
-
-author Thomas Kittelmann <kittel@nbi.dk>
-
-use AtlasPolicy         AtlasPolicy-*
-use GeneratorObjects    GeneratorObjects-*  Generators
-use CLIDSvc             CLIDSvc-*           Control
-use HitManagement       HitManagement-*     Simulation
-use AtlasCLHEP          AtlasCLHEP-*        External
-
-apply_pattern installed_library
-library G4AncillarySimEvent *.cxx
-
-private 
-use AtlasReflex   AtlasReflex-*    External -no_auto_imports
-use AtlasReflex     AtlasReflex-*  External -no_auto_imports
-
-apply_pattern lcgdict dict=G4AncillarySimEvent selectionfile=selection.xml headerfiles="../G4AncillarySimEvent/G4AncillarySimEventDict.h"
diff --git a/Simulation/G4Utilities/G4DebuggingTools/cmt/requirements b/Simulation/G4Utilities/G4DebuggingTools/cmt/requirements
deleted file mode 100644
index b9db6e09bbd41d44c3618a961bc9948d54522bc1..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4DebuggingTools/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package G4DebuggingTools
-author Andrea Di Simone <andrea.di.simone@cern.ch>
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*     External
-
-
-
-
-
-
-private
-use G4AtlasInterfaces	G4AtlasInterfaces-*	Simulation/G4Atlas
-use StoreGate           StoreGate-*             Control
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasTBB            AtlasTBB-*              External
-use CxxUtils            CxxUtils-*              Control
-use Geant4              Geant4-*                External
-use SimHelpers          SimHelpers-*            Simulation/G4Sim
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-use EventInfo           EventInfo-*             Event
-use MCTruth             MCTruth-*               Simulation/G4Sim
-use MCTruthBase         MCTruthBase-*           Simulation/G4Sim
-end_private
-
-library G4DebuggingTools "../src/*.cxx ../src/components/*.cxx"
-
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
-
-
diff --git a/Simulation/G4Utilities/G4FastSimulation/cmt/requirements b/Simulation/G4Utilities/G4FastSimulation/cmt/requirements
deleted file mode 100755
index 8ae05030e1d33a20b2ce78499d2c30f68d74498f..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4FastSimulation/cmt/requirements
+++ /dev/null
@@ -1,15 +0,0 @@
-package G4FastSimulation
-
-public
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use AtlasCLHEP          AtlasCLHEP-*            External
-use GaudiInterface      GaudiInterface-*        External
-use Geant4              Geant4-*                External
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-end_private
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern component_library
-library G4FastSimulation ../src/*.cxx components/*.cxx
diff --git a/Simulation/G4Utilities/G4Field/cmt/requirements b/Simulation/G4Utilities/G4Field/cmt/requirements
deleted file mode 100755
index 29215b45e23038bf7c2ad5ea690e5cc6fedf2508..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4Field/cmt/requirements
+++ /dev/null
@@ -1,36 +0,0 @@
-package G4Field
-
-version G4Field-00-00-01
-
-author ADA <dellacqu@mail.cern.ch>
-
-branches src cmt
-
-use AtlasPolicy         AtlasPolicy-*
-use PathResolver	PathResolver-*		Tools
-
-use FadsField           FadsField-*          	Simulation/G4Sim/FADS
-use FadsXMLParser	FadsXMLParser-*		Simulation/G4Sim/FADS
-
-use Geant4        Geant4-*        External
-
-private
-use AtlasReflex         AtlasReflex-*           External
-use MagFieldInterfaces  MagFieldInterfaces-*    MagneticField
-end_private
-
-use GaudiInterface GaudiInterface-* External
-
-include_dirs "$(G4Field_root)" "$(G4Field_root)/dict"
-
-#  macro G4Field_linkopts "-lMagneticFieldStand"
-
-library G4Field ../src/*.cxx
-apply_pattern installed_library
-
-private
-
-apply_pattern lcgdict dict=G4Field \
-                headerfiles="../G4Field/G4FieldDict.h" \
-                selectionfile=selection.xml
-macro_prepend G4FieldDict_shlibflags " -lG4Field "
diff --git a/Simulation/G4Utilities/G4PhysicsLists/cmt/requirements b/Simulation/G4Utilities/G4PhysicsLists/cmt/requirements
deleted file mode 100644
index fc4874faefe91459ed2b56e94f9e09dce0039f10..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4PhysicsLists/cmt/requirements
+++ /dev/null
@@ -1,21 +0,0 @@
-package G4PhysicsLists
-
-public
-use AtlasPolicy       AtlasPolicy-*
-use Geant4            Geant4-*            External
-
-private
-use GaudiInterface    GaudiInterface-*    External
-use AtlasCLHEP        AtlasCLHEP-*        External
-end_private
-
-include_dirs "$(G4PhysicsLists_root)" "$(G4PhysicsLists_root)/G4PhysicsLists" "$(G4PhysicsLists_root)/src/MuBias"
-
-library G4PhysicsLists "../src/*.cc ../src/MuBias/*.cc"
-
-apply_pattern installed_library
-
-private
-
-apply_pattern declare_runtime files="biasValues.txt"
-end_private
diff --git a/Simulation/G4Utilities/G4ProfilingTools/cmt/requirements b/Simulation/G4Utilities/G4ProfilingTools/cmt/requirements
deleted file mode 100644
index a57ff0e4e6aaf1b665a338c0fcda92af22f7032d..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4ProfilingTools/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package G4ProfilingTools
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AthenaKernel        AthenaKernel-*          Control
-use AtlasBoost          AtlasBoost-*            External
-use AtlasROOT           AtlasROOT-*             External
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-use Geant4              Geant4-*                External
-use CxxUtils            CxxUtils-*              Control
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-end_private
-
-apply_tag ROOTBasicLibs
-apply_tag ROOTMathLibs
-apply_tag ROOTSTLDictLibs
-apply_tag ROOTGraphicsLibs
-apply_tag ROOTTableLibs
-
-apply_pattern declare_joboptions files="-s=../share *.py"
-apply_pattern declare_python_modules files="*.py"
-
-library G4ProfilingTools 
-apply_pattern dual_use_library files=*.cxx
diff --git a/Simulation/G4Utilities/G4StepLimitation/cmt/requirements b/Simulation/G4Utilities/G4StepLimitation/cmt/requirements
deleted file mode 100755
index 9b2292249db0378c81951970fca9e95d99aa11ce..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4StepLimitation/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package G4StepLimitation
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use Geant4              Geant4-*                External
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-end_private
-
-library G4StepLimitation *.cxx -s=components *.cxx
-
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-
diff --git a/Simulation/G4Utilities/G4TruthStrategies/cmt/requirements b/Simulation/G4Utilities/G4TruthStrategies/cmt/requirements
deleted file mode 100755
index 99ed213927dfe640ab8a409b4f4fa2fc4706b97e..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4TruthStrategies/cmt/requirements
+++ /dev/null
@@ -1,19 +0,0 @@
-package G4TruthStrategies
-
-public
-use AtlasPolicy         AtlasPolicy-*
-
-use MCTruthBase         MCTruthBase-*           Simulation/G4Sim
-
-private
-use AtlasCLHEP          AtlasCLHEP-*            External
-use Geant4              Geant4-*                External
-use MCTruth             MCTruth-*               Simulation/G4Sim
-#use SimHelpers          SimHelpers-*            Simulation/G4Sim
-end_private
-
-include_dirs "$(G4TruthStrategies_root)"
-
-library G4TruthStrategies ../src/*.cxx
-
-apply_pattern installed_library
diff --git a/Simulation/G4Utilities/G4UserActions/cmt/requirements b/Simulation/G4Utilities/G4UserActions/cmt/requirements
deleted file mode 100644
index 9df45b3a875f700e70ee13edc95fcee71229d437..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/G4UserActions/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package G4UserActions
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AthenaKernel        AthenaKernel-*          Control
-use AtlasROOT           AtlasROOT-*             External
-use GaudiInterface      GaudiInterface-*        External
-use Geant4              Geant4-*                External
-use G4AtlasInterfaces   G4AtlasInterfaces-*     Simulation/G4Atlas
-use G4AtlasTools        G4AtlasTools-*          Simulation/G4Atlas
-use StoreGate           StoreGate-*             Control
-use TrackRecord         TrackRecord-*           Simulation/G4Sim
-use AtlasCLHEP          AtlasCLHEP-*            External
-
-private
-use AtlasTBB            AtlasTBB-*              External
-use CxxUtils            CxxUtils-*              Control
-use EventInfo           EventInfo-*             Event
-use InDetSimEvent       InDetSimEvent-*         InnerDetector
-use MCTruth             MCTruth-*               Simulation/G4Sim
-use MuonSimEvent        MuonSimEvent-*          MuonSpectrometer
-use SimHelpers          SimHelpers-*            Simulation/G4Sim
-use TrackWriteFastSim   TrackWriteFastSim-*     Simulation/G4Utilities
-use AsgTools		AsgTools-*		Control/AthToolSupport
-use StoreGate	        StoreGate-*		Control
-end_private
-
-
-
-library G4UserActions "../src/*.cxx ../src/components/*.cxx"
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_joboptions files="*.py"
diff --git a/Simulation/G4Utilities/Geo2G4/cmt/requirements b/Simulation/G4Utilities/Geo2G4/cmt/requirements
deleted file mode 100755
index 9f0a15b273a9a16567b0e4f7c375907691780890..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/Geo2G4/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package Geo2G4
-
-author ADA
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*     External
-private
-use AthenaBaseComps     AthenaBaseComps-*    Control
-use AthenaKernel        AthenaKernel-*       Control
-use AtlasBoost          AtlasBoost-*         External
-use AtlasCLHEP          AtlasCLHEP-*         External
-use AtlasROOT           AtlasROOT-*          External
-use G4AtlasInterfaces   G4AtlasInterfaces-*  Simulation/G4Atlas
-use G4AtlasTools        G4AtlasTools-*       Simulation/G4Atlas
-use Geant4              Geant4-*             External
-use GeoMaterial2G4      GeoMaterial2G4-*     Simulation/G4Utilities
-use GeoModelKernel      GeoModelKernel-*     DetectorDescription/GeoModel
-use GeoModelUtilities   GeoModelUtilities-*  DetectorDescription/GeoModel
-use GeoSpecialShapes    GeoSpecialShapes-*   DetectorDescription/GeoModel
-use GeoModelInterfaces  GeoModelInterfaces-* DetectorDescription/GeoModel
-use StoreGate           StoreGate-*          Control
-use SimHelpers          SimHelpers-*         Simulation/G4Sim
-use SGTools             SGTools-*            Control
-end_private
-
-include_dirs "$(Geo2G4_root)" "$(Geo2G4_root)/Geo2G4"
-
-# Specify the required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore RIO)"
-
-# ZLM to CMake folks: I believe that now that this is dual use and cleaner, these are not needed?
-## Specify to cmake that this package has a non-standard include path (transparent to CMT)
-#apply_pattern cmake_add_command command="include_directories(Geo2G4)"
-#
-## Override the library type for cmake so that it is linkable by clients (transparent to CMT)
-#apply_pattern cmake_override_library_type library=Geo2G4 type=installed_library
-
-apply_pattern dual_use_library files="*.cxx"
-
-# Make dict for LArWheelSolidChecker
-use AtlasReflex  AtlasReflex-* External -no_auto_imports
-apply_pattern lcgdict dict=LArWheelSolidChecker selectionfile=../src/lcg_dict/selection.xml headerfiles="../src/LArWheelSolidDDProxy.h"
diff --git a/Simulation/G4Utilities/GeoMaterial2G4/cmt/requirements b/Simulation/G4Utilities/GeoMaterial2G4/cmt/requirements
deleted file mode 100644
index c7af290ffe6f518f846631052cc4a26020e6c323..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/GeoMaterial2G4/cmt/requirements
+++ /dev/null
@@ -1,14 +0,0 @@
-package GeoMaterial2G4
-
-public
-use AtlasPolicy         AtlasPolicy-*
-use AthenaKernel        AthenaKernel-*       Control
-use Geant4              Geant4-*             External
-use GeoModelKernel      GeoModelKernel-*     DetectorDescription/GeoModel
-private
-use AthenaBaseComps     AthenaBaseComps-*    Control
-use GeoModelUtilities   GeoModelUtilities-*  DetectorDescription/GeoModel
-end_private
-
-library GeoMaterial2G4 *.cxx
-apply_pattern installed_library
\ No newline at end of file
diff --git a/Simulation/G4Utilities/MCTruthAlgs/cmt/requirements b/Simulation/G4Utilities/MCTruthAlgs/cmt/requirements
deleted file mode 100755
index 59eefd115b19201e9e35c7de4179dcf6077a289b..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/MCTruthAlgs/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package MCTruthAlgs
-author Davide Costanzo
-
-use AtlasPolicy         AtlasPolicy-*
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use GaudiInterface      GaudiInterface-*        External
-use HepPDT              v*                      LCG_Interfaces
-
-
-private
-use AtlasCLHEP          AtlasCLHEP-*            External
-use TrackRecord         TrackRecord-*           Simulation/G4Sim
-end_private
-
-
-apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_joboptions files="*.py"
diff --git a/Simulation/G4Utilities/MCTruthSimAlgs/cmt/requirements b/Simulation/G4Utilities/MCTruthSimAlgs/cmt/requirements
deleted file mode 100644
index ec5a0d479197ada63f662ab27dbe1c0c4c6a5dde..0000000000000000000000000000000000000000
--- a/Simulation/G4Utilities/MCTruthSimAlgs/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package MCTruthSimAlgs
-author Davide Costanzo
-
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use AthenaBaseComps     AthenaBaseComps-*   Control
-use AthenaKernel        AthenaKernel-*      Control
-use CaloSimEvent        CaloSimEvent-*      Calorimeter
-use CxxUtils            CxxUtils-*          Control
-use GaudiInterface      GaudiInterface-*    External
-use GeneratorObjects    GeneratorObjects-*  Generators
-use MuonSimEvent        MuonSimEvent-*      MuonSpectrometer
-use PileUpTools         PileUpTools-*       Control
-use RecEvent            RecEvent-*          Reconstruction
-use StoreGate           StoreGate-*         Control
-use TrackRecord         TrackRecord-*       Simulation/G4Sim
-use TruthUtils          TruthUtils-*        Generators
-use xAODJet             xAODJet-*           Event/xAOD
-end_private
-
-
-apply_pattern declare_python_modules files="*.py"
-
-apply_pattern component_library
-
-library MCTruthSimAlgs *.cxx \
-                       components/MCTruthSimAlgs_entries.cxx \
-                       components/MCTruthSimAlgs_load.cxx
diff --git a/Simulation/HitManagement/cmt/requirements b/Simulation/HitManagement/cmt/requirements
deleted file mode 100755
index e4248ffff169c5a4497bebc03b79ccaf1b19fe4f..0000000000000000000000000000000000000000
--- a/Simulation/HitManagement/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-package HitManagement
-
-public
-use AtlasPolicy       AtlasPolicy-*
-use AthContainers     AthContainers-*         Control
-use AthenaKernel      AthenaKernel-*          Control
-use EventInfo         EventInfo-*             Event
-use GaudiInterface    GaudiInterface-*        External
-
-private
-use TestTools         TestTools-*             AtlasTest
-end_private
-
-macro HitManagement_linkopts " "
-
-apply_pattern installed_library
-library HitManagement ../src/*.cxx
-
-# add the test pattern for the TimedHitPtrCollection
-private
-#apply_pattern UnitTest_run unit_test=TimedHitPtr
-apply_pattern UnitTest_run unit_test=TimedHitPtrCollection extrapatterns="^Warning in <TEnvRec::ChangeValue>: duplicate entry"
diff --git a/Simulation/ISF/ISF_Core/ISF_Algorithms/cmt/requirements b/Simulation/ISF/ISF_Core/ISF_Algorithms/cmt/requirements
deleted file mode 100644
index 9f45496f99b96540c219e2184aba558b6d76057e..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Core/ISF_Algorithms/cmt/requirements
+++ /dev/null
@@ -1,48 +0,0 @@
-package ISF_Algorithms
-author <Andreas.Salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-########################################################
-# public use statements
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*        External
-
-########################################################
-# private use statements
-private
-use AthenaBaseComps      AthenaBaseComps-*       Control
-use AtlasBoost           AtlasBoost-*            External
-use AtlasDetDescr        AtlasDetDescr-*         DetectorDescription
-use AtlasROOT            AtlasROOT-*             External
-use ISF_Event            ISF_Event-*             Simulation/ISF/ISF_Core
-use ISF_Interfaces       ISF_Interfaces-*        Simulation/ISF/ISF_Core
-use CxxUtils             CxxUtils-*              Control
-use PmbCxxUtils          PmbCxxUtils-*           Tools
-use InDetSimEvent        InDetSimEvent-*         InnerDetector
-use LArSimEvent          LArSimEvent-*           LArCalorimeter
-use TileSimEvent         TileSimEvent-*          TileCalorimeter
-use MuonSimEvent         MuonSimEvent-*          MuonSpectrometer
-use CxxUtils             CxxUtils-*              Control
-use StoreGate            StoreGate-*             Control
-use AtlasGoogleTest      AtlasGoogleTest-*       External
-use GeneratorObjects     GeneratorObjects-*      Generators
-
-public
-library ISF_Algorithms *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-use TestTools            TestTools-*             AtlasTest 
-apply_pattern UnitTest_run unit_test=CollectionMerger extra_sources=../src/CollectionMerger.cxx
-
-
-# enable the following lines to compile this package with debug symbols
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Core/ISF_AthenaPool/cmt/requirements b/Simulation/ISF/ISF_Core/ISF_AthenaPool/cmt/requirements
deleted file mode 100644
index d274b52201ff8156551b5695a28d2a8b05fc1c99..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Core/ISF_AthenaPool/cmt/requirements
+++ /dev/null
@@ -1,24 +0,0 @@
-package ISF_AthenaPool
-author <Elmar.Ritsch@cern.ch>
-
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Zdenek Hubacek <Zdenek.Hubacek@cern.ch>
-
-#Copy from RecAthenaPool, who knows what is really needed??...
-private
-
-use GaudiInterface       GaudiInterface-*           External
-use ISF_FastCaloSimEvent ISF_FastCaloSimEvent-*     Simulation/ISF/ISF_FastCaloSim
-
-public
-
-use AtlasPolicy          AtlasPolicy-*
-use AtlasSealCLHEP       AtlasSealCLHEP-*           Database -no_auto_imports
-use AthenaPoolUtilities  AthenaPoolUtilities-*      Database/AthenaPOOL
-
-
-branches isfAthenaPool src
-
-apply_pattern poolcnv typesWithNamespace="ISF_FCS_Parametrization::FCS_StepInfo \
-                                          ISF_FCS_Parametrization::FCS_StepInfoCollection" \
-   files=" -s=${ISF_FastCaloSimEvent_root}/ISF_FastCaloSimEvent FCS_StepInfoCollection.h "
diff --git a/Simulation/ISF/ISF_Core/ISF_Event/cmt/requirements b/Simulation/ISF/ISF_Core/ISF_Event/cmt/requirements
deleted file mode 100644
index f77a27e0b8dc188ae5d71cc2ce9fbef623796de2..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Core/ISF_Event/cmt/requirements
+++ /dev/null
@@ -1,32 +0,0 @@
-package ISF_Event
-author <Andreas.Salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-public
-use  AthenaBaseComps            AthenaBaseComps-*               Control
-use  AtlasPolicy                AtlasPolicy-*
-use  AtlasCLHEP                 AtlasCLHEP-*                    External
-use  AtlasHepMC                 AtlasHepMC-*                    External
-use  GaudiInterface             GaudiInterface-*                External
-use  BarcodeEvent               BarcodeEvent-*                  Simulation/Barcode
-use  AtlasDetDescr              AtlasDetDescr-*                 DetectorDescription
-use  GeoPrimitives              GeoPrimitives-*                 DetectorDescription
-use  TestTools                  TestTools-*                     AtlasTest 
-end_public
-
-private
-
-public
-
-library ISF_Event *.cxx
-apply_pattern installed_library
-
-apply_pattern UnitTest_run unit_test=ISFParticle
-
-private
-# un-comment the flags below to enable full debugging information in this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Core/ISF_Interfaces/cmt/requirements b/Simulation/ISF/ISF_Core/ISF_Interfaces/cmt/requirements
deleted file mode 100644
index c488ba99366a4083bee4c91719f226020f534684..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Core/ISF_Interfaces/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package ISF_Interfaces
-author <Andreas.Salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-public
-use AtlasPolicy                 AtlasPolicy-*                   
-use AtlasCLHEP                  AtlasCLHEP-*                    External
-use GaudiInterface              GaudiInterface-*                External
-use AthenaKernel                AthenaKernel-*                  Control
-use AthenaBaseComps             AthenaBaseComps-*               Control
-use StoreGate                   StoreGate-*                     Control
-use ISF_Event                   ISF_Event-*                     Simulation/ISF/ISF_Core
-use BarcodeEvent                BarcodeEvent-*                  Simulation/Barcode
-use AtlasDetDescr               AtlasDetDescr-*                 DetectorDescription
-use GeoPrimitives               GeoPrimitives-*                 DetectorDescription
-
-public
-library ISF_Interfaces *.cxx
-apply_pattern installed_library
-
-#end_private
-
diff --git a/Simulation/ISF/ISF_Core/ISF_Services/cmt/requirements b/Simulation/ISF/ISF_Core/ISF_Services/cmt/requirements
deleted file mode 100644
index 51a24f0e619dc69ddbf767a65f7af1c6f61cd5fb..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Core/ISF_Services/cmt/requirements
+++ /dev/null
@@ -1,61 +0,0 @@
-package ISF_Services
-
-#################################################################
-# public use statements
-use AtlasPolicy                   AtlasPolicy-*
-use GaudiInterface                GaudiInterface-*        External
-
-#################################################################
-# private use statements
-private
-
-use AthenaBaseComps               AthenaBaseComps-*       Control
-use AtlasDetDescr                 AtlasDetDescr-*         DetectorDescription
-use AtlasHepMC                    AtlasHepMC-*            External
-use AtlasROOT                     AtlasROOT-*             External
-use BarcodeEvent                  BarcodeEvent-*          Simulation/Barcode
-use BarcodeInterfaces             BarcodeInterfaces-*     Simulation/Barcode
-use GeneratorObjects              GeneratorObjects-*      Generators
-use G4AtlasInterfaces             G4AtlasInterfaces-*     Simulation/G4Atlas
-use InDetSimEvent                 InDetSimEvent-*         InnerDetector
-use ISF_Interfaces                ISF_Interfaces-*        Simulation/ISF/ISF_Core
-use ISF_Event                     ISF_Event-*             Simulation/ISF/ISF_Core
-use ISF_HepMC_Interfaces          ISF_HepMC_Interfaces-*  Simulation/ISF/ISF_HepMC
-use MuonSimEvent                  MuonSimEvent-*          MuonSpectrometer
-use PmbCxxUtils                   PmbCxxUtils-*           Tools
-use StoreGate                     StoreGate-*             Control
-use SubDetectorEnvelopes          SubDetectorEnvelopes-*  AtlasGeometryCommon
-use HepPDT                        *                       LCG_Interfaces
-use AtlasCLHEP                    AtlasCLHEP-*            External
-end_private
-
-public
-library ISF_Services *.cxx components/*.cxx
-apply_pattern declare_python_modules files="*.py"
-apply_pattern component_library
-
-# tests
-private
-pattern GTest_run \
-        application <unit_test>_test -group=$(whichGroup) ../test/<unit_test>_test.cxx <extra_sources> ; \
-        document athenarun_launcher <unit_test>_utest -group=$(whichGroup) \
-        athenarun_exe="'../${CMTCONFIG}/<unit_test>_test.exe'" \
-        athenarun_pre="'. ../cmt/setup.sh'" \
-        athenarun_out="' 2>&1 | tee <unit_test>_test.log'" \
-        athenarun_post="'../test/gtest_post_check.sh <unit_test>_test.log'" ; \
-        private ; \
-        macro_append <unit_test>_utest_dependencies " <unit_test>_test " ; \
-
-use AtlasGoogleTest      AtlasGoogleTest-*       External
-use TestTools            TestTools-*             AtlasTest
-use GeoPrimitives        GeoPrimitives-*         DetectorDescription
-apply_pattern GTest_run unit_test=InputConverter extra_sources=../src/InputConverter.cxx
-
-end_private
-
-
-private
-# use this to activate debug info in this package:
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-end_private
diff --git a/Simulation/ISF/ISF_Core/ISF_Tools/cmt/requirements b/Simulation/ISF/ISF_Core/ISF_Tools/cmt/requirements
deleted file mode 100644
index 2875067cbc5293fd545579bac91afd35c4412152..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Core/ISF_Tools/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package ISF_Tools
-author <Andreas.Salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-#################################################################
-# public use statements
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*        External
-
-#################################################################
-# private use statements
-private
-use AthenaBaseComps             AthenaBaseComps-*       Control
-use AtlasDetDescr               AtlasDetDescr-*         DetectorDescription
-use BarcodeEvent                BarcodeEvent-*          Simulation/Barcode
-use BarcodeInterfaces           BarcodeInterfaces-*     Simulation/Barcode
-use ISF_Event                   ISF_Event-*             Simulation/ISF/ISF_Core
-use ISF_Interfaces              ISF_Interfaces-*        Simulation/ISF/ISF_Core
-use TrackRecord                 TrackRecord-*           Simulation/G4Sim
-
-public
-library ISF_Tools *.cxx components/*.cxx
-apply_pattern declare_python_modules files="*.py"
-apply_pattern component_library
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Example/cmt/requirements b/Simulation/ISF/ISF_Example/cmt/requirements
deleted file mode 100644
index bd0791c07d9a37f44400cd9db1f9e3a345454590..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Example/cmt/requirements
+++ /dev/null
@@ -1,20 +0,0 @@
-package ISF_Example
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-private
-use AtlasPolicy                 AtlasPolicy-*
-
-private
-use TestPolicy                  TestPolicy-*
-apply_pattern validate_xml
-public
-
-apply_pattern declare_scripts files="../scripts/*.py"
-
-#macro ISF_Example_TestConfiguration "../test/ISF_Example_TestConfiguration.xml"
-#apply_pattern declare_runtime extras="../test/ISF_Example_TestConfiguration.xml"
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimInterfaces/cmt/requirements b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimInterfaces/cmt/requirements
deleted file mode 100644
index 919f15900645468c7fdaf96a6ef3823cc5442490..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimInterfaces/cmt/requirements
+++ /dev/null
@@ -1,22 +0,0 @@
-package ISF_FastCaloSimInterfaces
-	
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-	
-use AtlasPolicy         AtlasPolicy-*
-
-################## public include ##############################
-use GaudiInterface      GaudiInterface-*             External
-
-# ISF
-use ISF_Event           ISF_Event-*                  Simulation/ISF/ISF_Core
-
-# use the following to compile with debug information
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-# Declare this package as a metalibrary for cmake in order to allow its clients access to
-# libraries and header files from packages that this one depends on. Transparent to CMT
-apply_pattern cmake_add_command command=metalibrary
\ No newline at end of file
diff --git a/Simulation/ISF/ISF_FastCaloSim/ISF_PunchThroughTools/cmt/requirements b/Simulation/ISF/ISF_FastCaloSim/ISF_PunchThroughTools/cmt/requirements
deleted file mode 100644
index 733e2d23777c70b8c2e768f1cbe5d29cfafbc138..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_FastCaloSim/ISF_PunchThroughTools/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package ISF_PunchThroughTools
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-public
-use AtlasPolicy              AtlasPolicy-*
-
-use AtlasROOT                AtlasROOT-*                External
-
-private
-
-use AthenaKernel             AthenaKernel-*             Control
-use AthenaBaseComps          AthenaBaseComps-*          Control
-use AtlasCLHEP               AtlasCLHEP-*               External
-use AtlasHepMC               AtlasHepMC-*               External
-use BarcodeEvent             BarcodeEvent-*             Simulation/Barcode
-use BarcodeInterfaces        BarcodeInterfaces-*        Simulation/Barcode
-use DataModel                DataModel-*                Control
-use GaudiInterface           GaudiInterface-*           External
-use GeoPrimitives            GeoPrimitives-*            DetectorDescription
-use HepPDT                     v*                       LCG_Interfaces
-use ISF_Event                  ISF_Event-*                   Simulation/ISF/ISF_Core
-use ISF_FastCaloSimInterfaces  ISF_FastCaloSimInterfaces-*   Simulation/ISF/ISF_FastCaloSim
-use ISF_Interfaces             ISF_Interfaces-*              Simulation/ISF/ISF_Core
-use PathResolver            PathResolver-*              Tools
-use SubDetectorEnvelopes  SubDetectorEnvelopes-*  AtlasGeometryCommon
-
-apply_pattern declare_runtime_extras extras=../Data/*.root
-
-public
-library ISF_PunchThroughTools *.cxx components/*.cxx
-apply_pattern component_library
-
-# use the following to compile with debug information
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrInterfaces/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrInterfaces/cmt/requirements
deleted file mode 100644
index bcf0852050a9f2313f1edab121f5f289c109322f..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrInterfaces/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package ISF_FatrasDetDescrInterfaces
-
-author Noemi Calace <Noemi.Calace@cern.ch>
-
-#################################################################
-# public use statements
-#public
-use AtlasPolicy             AtlasPolicy-*
-use AtlasROOT               AtlasROOT-*              External
-use GaudiInterface          GaudiInterface-*         External
-use GeoPrimitives           GeoPrimitives-*          DetectorDescription
-use EventPrimitives         EventPrimitives-*        Event
-use InDetReadoutGeometry    InDetReadoutGeometry-*   InnerDetector/InDetDetDescr
-#################################################################
-
-# private use statements
-#private
-
-# Declare this package as a metalibrary for cmake in order to propagate libraries and header files from 
-# packages that it depends on to it clients. Transparent to CMT.
-apply_pattern cmake_add_command command=metalibrary
-
-#public
-#library ISF_FatrasDetDescrInterfaces *.cxx 
-#apply_pattern installed_library
-
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrModel/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrModel/cmt/requirements
deleted file mode 100644
index f6a074ea370f2b760e95bb6e4b624fbb8ad7a46f..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrModel/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package ISF_FatrasDetDescrModel
-
-author Noemi Calace <Noemi.Calace@cern.ch>
-
-#################################################################
-# public use statements
-public
-use AtlasPolicy                    AtlasPolicy-*
-use AtlasROOT                      AtlasROOT-*                       External
-use GeoPrimitives                  GeoPrimitives-*                   DetectorDescription
-use Identifier                     Identifier-*                      DetectorDescription
-use TrkDetElementBase              TrkDetElementBase-*               Tracking/TrkDetDescr
-use EventPrimitives                EventPrimitives-*                 Event
-use TrkSurfaces                    TrkSurfaces-*                     Tracking/TrkDetDescr
-use TrkDetDescrUtils               TrkDetDescrUtils-*                Tracking/TrkDetDescr
-use TrkParameters                  TrkParameters-*                   Tracking/TrkEvent
-use TrkEventPrimitives             TrkEventPrimitives-*              Tracking/TrkEvent
-use TrkGeometry                    TrkGeometry-*                     Tracking/TrkDetDescr
-use CLIDSvc                        CLIDSvc-*                         Control
-use ISF_FatrasDetDescrInterfaces   ISF_FatrasDetDescrInterfaces-*    Simulation/ISF/ISF_Fatras
-use InDetReadoutGeometry           InDetReadoutGeometry-*            InnerDetector/InDetDetDescr
-use InDetIdentifier                InDetIdentifier-*                 InnerDetector/InDetDetDescr
-
-#################################################################
-
-# private use statements
-private
-use GaudiInterface                 GaudiInterface-*                  External
-use StoreGate                      StoreGate-*                       Control
-public
-
-library ISF_FatrasDetDescrModel *.cxx
-apply_pattern installed_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-#macro DOXYGEN_IMAGE_PATH "../doc/images"
-
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrTools/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrTools/cmt/requirements
deleted file mode 100644
index 8463c250ff83b188bca4ce82d395851d47c7b1b4..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasDetDescrTools/cmt/requirements
+++ /dev/null
@@ -1,42 +0,0 @@
-package ISF_FatrasDetDescrTools
-
-author Noemi Calace <Noemi.Calace@cern.ch>
-
-#################################################################
-# public use statements
-public
-use AtlasPolicy                    AtlasPolicy-*
-use AtlasROOT                      AtlasROOT-*                     External
-use GaudiInterface                 GaudiInterface-*                External
-use AthenaBaseComps                AthenaBaseComps-*               Control
-use GeoPrimitives                  GeoPrimitives-*                 DetectorDescription
-use TrkDetDescrInterfaces          TrkDetDescrInterfaces-*         Tracking/TrkDetDescr
-use TrkDetDescrUtils               TrkDetDescrUtils-*              Tracking/TrkDetDescr
-use ISF_FatrasDetDescrModel        ISF_FatrasDetDescrModel-*       Simulation/ISF/ISF_Fatras
-use ISF_FatrasDetDescrInterfaces   ISF_FatrasDetDescrInterfaces-*  Simulation/ISF/ISF_Fatras
-use TrkSurfaces                    TrkSurfaces-*                   Tracking/TrkDetDescr
-#################################################################
-
-# private use statements
-private
-use TrkGeometry               TrkGeometry-*                Tracking/TrkDetDescr
-use TrkVolumes                TrkVolumes-*                 Tracking/TrkDetDescr
-use StoreGate                 StoreGate-*                  Control
-use InDetIdentifier           InDetIdentifier-*            InnerDetector/InDetDetDescr
-use InDetReadoutGeometry      InDetReadoutGeometry-*       InnerDetector/InDetDetDescr
-
-# Specify the required ROOT components for cmake (transparent to CMT)
-apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS RIO)"
-
-public
-
-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"
-#macro DOXYGEN_IMAGE_PATH "../doc/images"
-
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasEvent/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasEvent/cmt/requirements
deleted file mode 100644
index 77965aff2769e006117d9eb69f2441342766f287..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasEvent/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package ISF_FatrasEvent
-
-author Noemi Calace <Noemi.Calace@cern.ch>
-
-#################################################################
-# public use statements
-public
-use AtlasPolicy                 AtlasPolicy-*
-use AtlasROOT                   AtlasROOT-*                      External
-use Identifier                  Identifier-*                     DetectorDescription
-use AthLinks                    AthLinks-*                       Control
-use DataModel                   DataModel-*                      Control
-use ISF_FatrasDetDescrModel     ISF_FatrasDetDescrModel-*        Simulation/ISF/ISF_Fatras	
-use InDetPrepRawData            InDetPrepRawData-*               InnerDetector/InDetRecEvent
-use TrkRIO_OnTrack              TrkRIO_OnTrack-*                 Tracking/TrkEvent
-use SGTools                     SGTools-*                        Control
-use TrkPrepRawData              TrkPrepRawData-*                 Tracking/TrkEvent
-# private use statements
-private
-use GaudiInterface              GaudiInterface-*                External
-
-public
-library ISF_FatrasEvent *.cxx
-apply_pattern installed_library
-
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasEventAthenaPool/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasEventAthenaPool/cmt/requirements
deleted file mode 100644
index 68df551dbb4e3b73d790a6c03430170559164518..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasEventAthenaPool/cmt/requirements
+++ /dev/null
@@ -1,23 +0,0 @@
-package ISF_FatrasEventAthenaPool
-
-author Noemi Calace <Noemi.Calace@cern.ch>
-
-use AtlasPolicy          AtlasPolicy-* 
-
-private
-use GaudiInterface       GaudiInterface-*       External
-use ISF_FatrasEventTPCnv ISF_FatrasEventTPCnv-* Simulation/ISF/ISF_Fatras
-use ISF_FatrasEvent      ISF_FatrasEvent-*      Simulation/ISF/ISF_Fatras
-use AthenaPoolCnvSvc     AthenaPoolCnvSvc-*     Database/AthenaPOOL
-use AtlasSealCLHEP       AtlasSealCLHEP-*       Database
-end_private 
-
-use AthenaPoolUtilities  AthenaPoolUtilities-*  Database/AthenaPOOL
-
-# Converters for the rdo containers and hit collections
-apply_pattern poolcnv typesWithNamespace="iFatras::PlanarClusterContainer" \
-	              files="-s=${ISF_FatrasEvent_root}/ISF_FatrasEvent \
-                             PlanarClusterContainer.h"	
-				 
-
-
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasEventTPCnv/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasEventTPCnv/cmt/requirements
deleted file mode 100644
index 39d72fb2d47293e5792a8f2b3b22f35a3fb57e27..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasEventTPCnv/cmt/requirements
+++ /dev/null
@@ -1,51 +0,0 @@
-package ISF_FatrasEventTPCnv
-
-author  Noemi Calace <noemi.calace@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  AthenaPoolCnvSvc           AthenaPoolCnvSvc-*              Database/AthenaPOOL
-use  AthenaPoolUtilities        AthenaPoolUtilities-*           Database/AthenaPOOL
-use  ISF_FatrasEvent            ISF_FatrasEvent-*               Simulation/ISF/ISF_Fatras/
-use  InDetEventTPCnv            InDetEventTPCnv-*	        InnerDetector/InDetEventCnv
-use  TrkEventTPCnv              TrkEventTPCnv-*                 Tracking/TrkEventCnv
-use  ISF_FatrasDetDescrModel    ISF_FatrasDetDescrModel-*       Simulation/ISF/ISF_Fatras/
-use  Identifier                 Identifier-*                    DetectorDescription
-private
-use  CxxUtils                   CxxUtils-*                      Control
-use  AthenaKernel               AthenaKernel-*                  Control
-use  AtlasReflex                AtlasReflex-*                   External                        -no_auto_imports
-use  AthAllocators              AthAllocators-*                 Control
-use  GaudiInterface             GaudiInterface-*                External
-use  GeoPrimitives              GeoPrimitives-*                 DetectorDescription
-use  IdDictParser               IdDictParser-*                  DetectorDescription
-use  InDetIdentifier            InDetIdentifier-*               InnerDetector/InDetDetDescr
-use  StoreGate                  StoreGate-*                     Control
-use  EventPrimitives            EventPrimitives-*               Event
-use  TrkGeometry                TrkGeometry-*                   Tracking/TrkDetDescr
-end_private
-
-public
-
-apply_pattern tpcnv_library
-library ISF_FatrasEventTPCnv *.cxx \
-	ISF_FatrasEvent/*.cxx
- 
-# The following use is to get the lcgdict pattern.
-# This is "hidden" behind "private" and "no_auto_imports" to keep 
-# clients of EventInfo 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_pattern lcgdict dict=ISF_FatrasEventTPCnv  selectionfile=selection.xml headerfiles="../ISF_FatrasEventTPCnv/ISF_FatrasEventTPCnvDict.h"
-
-
-private
-use TestTools      TestTools-*         AtlasTest 
-
-apply_pattern UnitTest_run unit_test=PlanarClusterCnv_p1
-apply_pattern UnitTest_run unit_test=PlanarClusterCnv_p2
-apply_pattern UnitTest_run unit_test=PlanarClusterContainerCnv_p1
-apply_pattern UnitTest_run unit_test=PlanarClusterContainerCnv_p2
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasInterfaces/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasInterfaces/cmt/requirements
deleted file mode 100644
index 02be9e676b2948c14ac0ee9c78fb69fba3d93cc5..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasInterfaces/cmt/requirements
+++ /dev/null
@@ -1,32 +0,0 @@
-package ISF_FatrasInterfaces
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-
-################## public include ##############################
-use DataModel           DataModel-*                  Control
-use GaudiInterface      GaudiInterface-*             External
-
-# Trk
-use TrkEventPrimitives  TrkEventPrimitives-*         Tracking/TrkEvent
-use TrkParameters       TrkParameters-*              Tracking/TrkEvent
-use TrkNeutralParameters       TrkNeutralParameters-*              Tracking/TrkEvent
-use GeoPrimitives       GeoPrimitives-*              DetectorDescription
-use TrkExInterfaces     TrkExInterfaces-*            Tracking/TrkExtrapolation
-#use EventPrimitives     EventPrimitives-*            Event
-use TrkExUtils          TrkExUtils-*                 Tracking/TrkExtrapolation
-
-# ISF
-use ISF_Event           ISF_Event-*                  Simulation/ISF/ISF_Core
-
-# use the following to compile with debug information
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
-# This setting is needed to set up an interface library in the package for the
-# CMake build:
-apply_pattern cmake_add_command command=metalibrary
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasRecoTools/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasRecoTools/cmt/requirements
deleted file mode 100644
index 9dd876dd9a5598a89dc903b7af18e2f79e6c1212..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasRecoTools/cmt/requirements
+++ /dev/null
@@ -1,51 +0,0 @@
-package ISF_FatrasRecoTools
-
-author Noemi Calace <Noemi.Calace@cern.ch>
-
-#################################################################
-# public use statements
-public
-use AtlasPolicy                 AtlasPolicy-*
-use AthenaBaseComps             AthenaBaseComps-*             Control
-use ISF_FatrasEvent             ISF_FatrasEvent-*             Simulation/ISF/ISF_Fatras	
-use GeoPrimitives               GeoPrimitives-*               DetectorDescription
-use TrkParameters               TrkParameters-*               Tracking/TrkEvent
-use TrkEventPrimitives          TrkEventPrimitives-*          Tracking/TrkEvent
-use TrkToolInterfaces           TrkToolInterfaces-*           Tracking/TrkTools
-use TrkSpacePoint               TrkSpacePoint-*               Tracking/TrkEvent
-use Identifier                  Identifier-*                  DetectorDescription
-use TrkToolInterfaces           TrkToolInterfaces-*           Tracking/TrkTools
-use TrkPrepRawData              TrkPrepRawData-*              Tracking/TrkEvent
-use ISF_FatrasEvent             ISF_FatrasEvent-*             Simulation/ISF/ISF_Fatras
-use TrkTrackSummary             TrkTrackSummary-*             Tracking/TrkEvent
-use TrkTruthTrackInterfaces     TrkTruthTrackInterfaces-*     Tracking/TrkTruthTracks
-
-private
-use GaudiInterface              GaudiInterface-*              External
-use EventPrimitives             EventPrimitives-*             Event
-use ISF_FatrasDetDescrModel     ISF_FatrasDetDescrModel-*     Simulation/ISF/ISF_Fatras	
-use SiSpacePoint                SiSpacePoint-*                InnerDetector/InDetRecEvent
-use AtlasDetDescr               AtlasDetDescr-*               DetectorDescription
-use InDetIdentifier             InDetIdentifier-*             InnerDetector/InDetDetDescr
-use TrkPrepRawData		TrkPrepRawData-* 	      Tracking/TrkEvent
-use InDetPrepRawData		InDetPrepRawData-*	      InnerDetector/InDetRecEvent
-use TrkDetElementBase           TrkDetElementBase-*           Tracking/TrkDetDescr 
-use TrkRIO_OnTrack		TrkRIO_OnTrack-*	      Tracking/TrkEvent
-use TrkTrack			TrkTrack-*		      Tracking/TrkEvent
-use AtlasROOT			AtlasROOT-*		      External
-use TrkCompetingRIOsOnTrack	TrkCompetingRIOsOnTrack-*     Tracking/TrkEvent
-use AtlasHepMC                  AtlasHepMC-*		      External
-use TrkTruthData	        TrkTruthData-*       	      Tracking/TrkEvent
-use TrkEventUtils               TrkEventUtils-*               Tracking/TrkEvent
-
-public
-library ISF_FatrasRecoTools *.cxx components/*.cxx
-apply_pattern installed_library
-apply_pattern component_library
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
\ No newline at end of file
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasServices/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasServices/cmt/requirements
deleted file mode 100644
index bc5f365dd8e80f017f635486dd3fb5bd9bee3c00..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasServices/cmt/requirements
+++ /dev/null
@@ -1,33 +0,0 @@
-package ISF_FatrasServices
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-#################################################################
-# public use statements
-use AtlasPolicy               AtlasPolicy-*
-use GaudiInterface            GaudiInterface-*             External
-use AthenaBaseComps           AthenaBaseComps-*            Control
-
-use ISF_Interfaces            ISF_Interfaces-*             Simulation/ISF/ISF_Core
-
-use TrkTrack                  TrkTrack-*                   Tracking/TrkEvent
-
-use AtlasDetDescr             AtlasDetDescr-*              DetectorDescription
-
-#################################################################
-# private use statements
-private
-use StoreGate                 StoreGate-*                  Control
-use ISF_Event                 ISF_Event-*                  Simulation/ISF/ISF_Core
-
-public
-library ISF_FatrasServices *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-
-# use the following to compile with debug information
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasTools/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasTools/cmt/requirements
deleted file mode 100644
index afec11567fa921dd29cc95c82f02c2fb78114bac..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasTools/cmt/requirements
+++ /dev/null
@@ -1,74 +0,0 @@
-package ISF_FatrasTools
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-public
-########## Control #############################################################
-use AtlasPolicy              AtlasPolicy-*
-use AthenaBaseComps          AthenaBaseComps-*         Control
-use AthenaKernel             AthenaKernel-*            Control
-use GaudiInterface           GaudiInterface-*          External
-
-########## External ############################################################
-use AtlasCLHEP               AtlasCLHEP-*              External
-
-########## ISF #################################################################
-use ISF_Event                ISF_Event-*               Simulation/ISF/ISF_Core
-use ISF_FatrasInterfaces     ISF_FatrasInterfaces-*    Simulation/ISF/ISF_Fatras
-use ISF_Interfaces           ISF_Interfaces-*          Simulation/ISF/ISF_Core 
- 
-########## Barcode #############################################################
-use BarcodeEvent             BarcodeEvent-*            Simulation/Barcode
-
-########## Tracking ############################################################
-use TrkDetDescrUtils         TrkDetDescrUtils-*        Tracking/TrkDetDescr
-use TrkEventPrimitives       TrkEventPrimitives-*      Tracking/TrkEvent
-use TrkExInterfaces          TrkExInterfaces-*         Tracking/TrkExtrapolation
-use TrkExUtils               TrkExUtils-*              Tracking/TrkExtrapolation
-use TrkParameters            TrkParameters-*           Tracking/TrkEvent
-use EventPrimitives          EventPrimitives-*         Event
-use GeoPrimitives            GeoPrimitives-*           DetectorDescription
-use TrkGeometry              TrkGeometry-*             Tracking/TrkDetDescr
-
-private
-########## Control #############################################################
-use StoreGate                StoreGate-*                Control
-
-########## External ############################################################
-use AtlasROOT                AtlasROOT-*                External
-
-########## RandomNumbers #######################################################
-use AtlasCLHEP_RandomGenerators AtlasCLHEP_RandomGenerators-* Simulation/Tools
-
-########## Tracking ############################################################
-use TrkVolumes               TrkVolumes-*              Tracking/TrkDetDescr
-use TrkDetDescrInterfaces    TrkDetDescrInterfaces-*   Tracking/TrkDetDescr
-use TrkTrack                 TrkTrack-*                Tracking/TrkEvent
-use TrkMaterialOnTrack       TrkMaterialOnTrack-*      Tracking/TrkEvent
-use TrkNeutralParameters     TrkNeutralParameters-*    Tracking/TrkEvent
-use TrkSurfaces              TrkSurfaces-*             Tracking/TrkDetDescr
-
-########## ISF #################################################################
-
-########## Fast Simulation######################################################
-use FastSimulationEvent      FastSimulationEvent-*      Simulation/FastSimulation
-
-########## DetectorDescription #################################################
-use AtlasDetDescr            AtlasDetDescr-*             DetectorDescription
-
-########## SUSY particles ######################################################
-## does not link at the moment (04/02/2008)
-#use Sleptons                 Sleptons-*                 Simulation/G4Extensions
-#use Gauginos                 Gauginos-*                 Simulation/G4Extensions
-
-
-public
-library ISF_FatrasTools *.cxx components/*.cxx
-apply_pattern component_library
-
-# use the following to compile with debug information
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsG4/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsG4/cmt/requirements
deleted file mode 100755
index 2637cc19982d98f83b44fcd6b3642035577b86d6..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsG4/cmt/requirements
+++ /dev/null
@@ -1,60 +0,0 @@
-package ISF_FatrasToolsG4
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-public
-use AtlasPolicy              AtlasPolicy-*
-use AthenaKernel             AthenaKernel-*             Control
-use AthenaBaseComps          AthenaBaseComps-*          Control
-use GaudiInterface           GaudiInterface-*           External
-
-########## Barcode ##########################################################
-use BarcodeEvent             BarcodeEvent-*             Simulation/Barcode/ 
-
-########## ISF ##############################################################
-use ISF_Event                ISF_Event-*                Simulation/ISF/ISF_Core
-
-########## ISF Fatras #######################################################
-use ISF_FatrasInterfaces     ISF_FatrasInterfaces-*     Simulation/ISF/ISF_Fatras
-
-########## Geant4 ###########################################################
-use Geant4                   Geant4-*                   External
-
-########## Tracking #########################################################
-use TrkEventPrimitives       TrkEventPrimitives-*       Tracking/TrkEvent
-
-private
-
-########## Control #############################################################
-use StoreGate                StoreGate-*                Control
-
-########## External ############################################################
-use AtlasCLHEP               AtlasCLHEP-*               External
-use AtlasHepMC               AtlasHepMC-*               External
-use AtlasROOT                AtlasROOT-*                External
-use AtlasBoost               AtlasBoost-*               External
-
-########## Tracking ############################################################
-use TrkGeometry              TrkGeometry-*              Tracking/TrkDetDescr
-
-########## ISF ##############################################################
-use ISF_Interfaces           ISF_Interfaces-*           Simulation/ISF/ISF_Core   
-use ISF_Geant4Tools          ISF_Geant4Tools-*          Simulation/ISF/ISF_Geant4
-
-########## SUSY particles ######################################################
-## does not link at the moment (04/02/2008)
-#use Sleptons                 Sleptons-*                 Simulation/G4Extensions
-#use Gauginos                 Gauginos-*                 Simulation/G4Extensions
-
-
-public
-library ISF_FatrasToolsG4 *.cxx components/*.cxx
-apply_pattern component_library
-
-# use the following to compile with debug information
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/cmt/requirements
deleted file mode 100644
index a6482f2eec9268a898445c811eaad04b75a5a13d..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsID/cmt/requirements
+++ /dev/null
@@ -1,76 +0,0 @@
-package ISF_FatrasToolsID
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-#################################################################
-# public use statements
-public
-use AtlasPolicy              AtlasPolicy-*
-use GaudiInterface           GaudiInterface-*             External
-use AthenaBaseComps          AthenaBaseComps-*            Control
-use AthenaKernel             AthenaKernel-*               Control
-use AtlasCLHEP               AtlasCLHEP-*                 External
-use DataModel                DataModel-*                  Control
-use Identifier               Identifier-*                 DetectorDescription
-
-########## Fatras dependencies #####################################################
-use ISF_FatrasInterfaces     ISF_FatrasInterfaces-*       Simulation/ISF/ISF_Fatras
-
-######### ID dependencies ##########################################################
-use InDetSimEvent            InDetSimEvent-*              InnerDetector
-
-######### Tracking dependencies ####################################################
-use TrkParameters            TrkParameters-*              Tracking/TrkEvent
-use TrkExInterfaces          TrkExInterfaces-*            Tracking/TrkExtrapolation
-
-
-#################################################################
-# private use statements
-private
-use AtlasROOT                AtlasROOT-*                  External
-use StoreGate                StoreGate-*                  Control
-use AtlasDetDescr            AtlasDetDescr-*              DetectorDescription
-use IdDictDetDescr           IdDictDetDescr-*             DetectorDescription
-
-use InDetReadoutGeometry     InDetReadoutGeometry-*       InnerDetector/InDetDetDescr
-use SiClusterizationTool     SiClusterizationTool-*       InnerDetector/InDetRecTools
-
-########## ISF dependencies ########################################################
-use ISF_Event                ISF_Event-*                  Simulation/ISF/ISF_Core
-use ISF_Interfaces           ISF_Interfaces-*             Simulation/ISF/ISF_Core
-use ISF_FatrasDetDescrModel  ISF_FatrasDetDescrModel-*    Simulation/ISF/ISF_Fatras
-########## Fatras dependencies #####################################################
-# use FatrasDetDescrUtils      FatrasDetDescrUtils-*        Simulation/Fatras
-
-######### Tracking dependencies ####################################################
-use TrkDetElementBase        TrkDetElementBase-*          Tracking/TrkDetDescr
-use TrkSurfaces              TrkSurfaces-*                Tracking/TrkDetDescr
-use TrkTrack                 TrkTrack-*                   Tracking/TrkEvent
-use TrkMeasurementBase       TrkMeasurementBase-*         Tracking/TrkEvent
-use TrkRIO_OnTrack           TrkRIO_OnTrack-*             Tracking/TrkEvent
-use TrkToolInterfaces        TrkToolInterfaces-*          Tracking/TrkTools
-use TrkExUtils               TrkExUtils-*                 Tracking/TrkExtrapolation
-use TrkEventPrimitives       TrkEventPrimitives-*         Tracking/TrkEvent
-
-######### ID dependencies ##########################################################
-use InDetIdentifier          InDetIdentifier-*            InnerDetector/InDetDetDescr
-use InDetPrepRawData         InDetPrepRawData-*           InnerDetector/InDetRecEvent
-use InDetRIO_OnTrack         InDetRIO_OnTrack-*           InnerDetector/InDetRecEvent
-use InDetConditionsSummaryService   InDetConditionsSummaryService-*   InnerDetector/InDetConditions
-use TRT_ConditionsServices   TRT_ConditionsServices-*     InnerDetector/InDetConditions
-
-######### Simulation dependencies ##################################################
-#use TrackRecord              TrackRecord-*                Simulation/G4Sim
-
-#declare_runtime_extras extras = ../Data/*.root
-
-public
-library ISF_FatrasToolsID *.cxx components/*.cxx
-apply_pattern component_library
-
-# use the following to compile with debug information
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/cmt/requirements b/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/cmt/requirements
deleted file mode 100644
index a7f82298deda3d7f271bd138e779932ff026d77d..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Fatras/ISF_FatrasToolsMS/cmt/requirements
+++ /dev/null
@@ -1,59 +0,0 @@
-package ISF_FatrasToolsMS
-
-manager Sharka Todorova <Sarka.Todorova@cern.ch>
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-################## public dependencies ######################
-public
-
-# External and control
-use AtlasPolicy          AtlasPolicy-* 
-use GaudiInterface       GaudiInterface-*           External
-use AthenaBaseComps      AthenaBaseComps-*          Control
-use AthenaKernel         AthenaKernel-*             Control
-
-# iFatras dependencies
-use ISF_FatrasInterfaces ISF_FatrasInterfaces-*   Simulation/ISF/ISF_Fatras
-
-# Detector description
-use Identifier       Identifier-*       DetectorDescription
-
-# Tracking dependencies
-#use TrkEventPrimitives  TrkEventPrimitives-* Tracking/TrkEvent
-use TrkParameters       TrkParameters-*      Tracking/TrkEvent
-use TrkExInterfaces    TrkExInterfaces-*     Tracking/TrkExtrapolation
-
-# Muons dependence
-use MuonSimEvent        MuonSimEvent-*         MuonSpectrometer
-
-################## private dependencies ######################
-private
-
-# External
-use AtlasCLHEP               AtlasCLHEP-*               External
-
-# ISF
-use ISF_Event           ISF_Event-*            Simulation/ISF/ISF_Core
-use ISF_Interfaces      ISF_Interfaces-*       Simulation/ISF/ISF_Core
-
-# Muon
-use MuonIdHelpers       MuonIdHelpers-*        MuonSpectrometer
-use MuonReadoutGeometry MuonReadoutGeometry-*  MuonSpectrometer/MuonDetDescr
-use MuonTGRecTools      MuonTGRecTools-*       MuonSpectrometer/MuonReconstruction/MuonRecTools 
-#use MuonRecHelperTools  MuonRecHelperTools-*   MuonSpectrometer/MuonReconstruction/MuonRecTools 
-
-# Tracking dependencies
-use TrkTrack            TrkTrack-*           Tracking/TrkEvent
-#use TrkGeometry         TrkGeometry-*        Tracking/TrkDetDescr 
-
-public
-apply_pattern component_library
-library ISF_FatrasToolsMS *.cxx components/*.cxx
-
-# use the following to compile with debug information
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-
diff --git a/Simulation/ISF/ISF_Geant4/ISF_Geant4CommonServices/cmt/requirements b/Simulation/ISF/ISF_Geant4/ISF_Geant4CommonServices/cmt/requirements
deleted file mode 100644
index 591ae2f92192cc48af7c720b20708bc1411e423d..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Geant4/ISF_Geant4CommonServices/cmt/requirements
+++ /dev/null
@@ -1,41 +0,0 @@
-package ISF_Geant4CommonServices
-
-author Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-
-#################################################################
-# public use statements
-#################################################################
-public
-# Framework
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*         External
-
-
-#################################################################
-# private use statements
-#################################################################
-private
-# Framework
-use AthenaBaseComps             AthenaBaseComps-*        Control
-# Geant4
-use Geant4                      Geant4-*                 External
-# Geometry
-use AtlasDetDescr               AtlasDetDescr-*          DetectorDescription
-use SubDetectorEnvelopes        SubDetectorEnvelopes-*   AtlasGeometryCommon
-# ISF
-use ISF_Event                   ISF_Event-*              Simulation/ISF/ISF_Core
-use ISF_Interfaces              ISF_Interfaces-*         Simulation/ISF/ISF_Core
-
-
-public
-library ISF_Geant4CommonServices *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-
-private
-macro_append ISF_Geant4CommonServicesConf_dependencies " install_python_modules"
-# use this to enable debugging for this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
-end_private
diff --git a/Simulation/ISF/ISF_Geant4/ISF_Geant4CommonTools/cmt/requirements b/Simulation/ISF/ISF_Geant4/ISF_Geant4CommonTools/cmt/requirements
deleted file mode 100644
index 92b0093e5c86d105cc6e3c3f910bed4b1f1b91f0..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Geant4/ISF_Geant4CommonTools/cmt/requirements
+++ /dev/null
@@ -1,35 +0,0 @@
-package ISF_Geant4CommonTools
-
-author Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-
-#################################################################
-# public use statements
-#################################################################
-public
-# Framework
-use AtlasPolicy          AtlasPolicy-*
-use GaudiInterface       GaudiInterface-*        External
-
-#################################################################
-# public use statements
-#################################################################
-private
-# Framework
-use AthenaBaseComps      AthenaBaseComps-*       Control
-# Geant4
-use TrackRecord          TrackRecord-*           Simulation/G4Sim
-# ISF
-use ISF_Event            ISF_Event-*             Simulation/ISF/ISF_Core
-use ISF_Interfaces       ISF_Interfaces-*        Simulation/ISF/ISF_Core
-
-
-public
-library ISF_Geant4CommonTools *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-
-private
-# use this to enable debugging for this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Geant4/ISF_Geant4Config/cmt/requirements b/Simulation/ISF/ISF_Geant4/ISF_Geant4Config/cmt/requirements
deleted file mode 100644
index 50bd9fab8fcce7c4319ff6759240ea5c37c08830..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Geant4/ISF_Geant4Config/cmt/requirements
+++ /dev/null
@@ -1,10 +0,0 @@
-package ISF_Geant4Config
-
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-
-private
-use AtlasPolicy                 AtlasPolicy-*
-
-branches share
-
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/ISF/ISF_Geant4/ISF_Geant4Event/cmt/requirements b/Simulation/ISF/ISF_Geant4/ISF_Geant4Event/cmt/requirements
deleted file mode 100644
index 554b80977dc7f6e7b66cfb673f2f8cb4128167a1..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Geant4/ISF_Geant4Event/cmt/requirements
+++ /dev/null
@@ -1,32 +0,0 @@
-package ISF_Geant4Event
-author <Andreas.Petridis@cern.ch>
-
-manager Andreas Petridis <Andreas.Petridis@cern.ch>
-
-public
-use AtlasPolicy           AtlasPolicy-*
-use GaudiInterface        GaudiInterface-*        External
-use AtlasHepMC            AtlasHepMC-*            External
-use ISF_Event             ISF_Event-*             Simulation/ISF/ISF_Core
-use SimHelpers            SimHelpers-*            Simulation/G4Sim
-use BarcodeEvent          BarcodeEvent-*          Simulation/Barcode
-use MCTruth               MCTruth-*               Simulation/G4Sim
-use Geant4                Geant4-*                External
-use AtlasDetDescr 	  AtlasDetDescr-*    	  DetectorDescription
-use ISF_Interfaces        ISF_Interfaces-*        Simulation/ISF/ISF_Core
-
-private
-use GeoPrimitives         GeoPrimitives-*         DetectorDescription
-use AtlasROOT             AtlasROOT-*             External
-
-
-public
-library ISF_Geant4Event *.cxx 
-apply_pattern installed_library
-
-apply_pattern declare_python_modules files="*.py"
- 
-private
-# use this to enable debugging for this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Geant4/ISF_Geant4Interfaces/cmt/requirements b/Simulation/ISF/ISF_Geant4/ISF_Geant4Interfaces/cmt/requirements
deleted file mode 100644
index ee14c1533f41afef5df23aa6bb55bd1bb6a7bf71..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Geant4/ISF_Geant4Interfaces/cmt/requirements
+++ /dev/null
@@ -1,9 +0,0 @@
-package ISF_Geant4Interfaces
-
-author Robert Harrington <roberth@cern.ch>
-
-use AtlasPolicy      AtlasPolicy-*
-
-use GaudiInterface   GaudiInterface-*    External
-
-
diff --git a/Simulation/ISF/ISF_Geant4/ISF_Geant4Services/cmt/requirements b/Simulation/ISF/ISF_Geant4/ISF_Geant4Services/cmt/requirements
deleted file mode 100644
index 8ad4c1ce082e1dc95d8b45588faf6b6b091df5ac..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Geant4/ISF_Geant4Services/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package ISF_Geant4Services
-author <andreas.salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-#################################################################
-# public use statements
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*         External
-
-#################################################################
-# private use statements
-private
-use AthenaBaseComps             AthenaBaseComps-*        Control
-use Geant4                      Geant4-*                 External
-use G4AtlasInterfaces           G4AtlasInterfaces-*      Simulation/G4Atlas
-use GeoModelInterfaces          GeoModelInterfaces-*     DetectorDescription/GeoModel
-use ISF_Event                   ISF_Event-*              Simulation/ISF/ISF_Core
-use ISF_Geant4Interfaces        ISF_Geant4Interfaces-*   Simulation/ISF/ISF_Geant4
-use ISF_Interfaces              ISF_Interfaces-*         Simulation/ISF/ISF_Core
-use StoreGate                   StoreGate-*              Control
-
-
-public
-library ISF_Geant4Services *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Geant4/ISF_Geant4Tools/cmt/requirements b/Simulation/ISF/ISF_Geant4/ISF_Geant4Tools/cmt/requirements
deleted file mode 100644
index dfdd8e332c796d1306a1be8e594b2430f068f8e6..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Geant4/ISF_Geant4Tools/cmt/requirements
+++ /dev/null
@@ -1,39 +0,0 @@
-package ISF_Geant4Tools
-
-public
-use AtlasPolicy           AtlasPolicy-*
-use GaudiInterface        GaudiInterface-*        External
-
-use AthenaKernel          AthenaKernel-*          Control
-use Geant4                Geant4-*                External
-use G4AtlasInterfaces     G4AtlasInterfaces-*     Simulation/G4Atlas
-
-private
-use AsgTools		  AsgTools-*		  Control/AthToolSupport
-use AthenaBaseComps       AthenaBaseComps-*       Control
-use AtlasCLHEP            AtlasCLHEP-*            External
-use AtlasDetDescr         AtlasDetDescr-*         DetectorDescription
-use AtlasHepMC            AtlasHepMC-*            External
-use AtlasROOT             AtlasROOT-*             External
-use BarcodeEvent          BarcodeEvent-*          Simulation/Barcode
-use BarcodeInterfaces     BarcodeInterfaces-*     Simulation/Barcode
-use G4AtlasTools          G4AtlasTools-*          Simulation/G4Atlas
-use GeneratorObjects      GeneratorObjects-*      Generators
-use ISF_Event             ISF_Event-*             Simulation/ISF/ISF_Core
-use ISF_Geant4Event       ISF_Geant4Event-*       Simulation/ISF/ISF_Geant4
-use ISF_Geant4Interfaces  ISF_Geant4Interfaces-*  Simulation/ISF/ISF_Geant4
-use ISF_Interfaces        ISF_Interfaces-*        Simulation/ISF/ISF_Core
-use MCTruth               MCTruth-*               Simulation/G4Sim
-use SimHelpers            SimHelpers-*            Simulation/G4Sim
-use StoreGate             StoreGate-*             Control
-use CxxUtils              CxxUtils-*              Control
-public
-library ISF_Geant4Tools *.cxx components/*.cxx
-apply_pattern component_library
-
-apply_pattern declare_python_modules files="*.py"
-
-private
-# use this to enable debugging for this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Geant4/ISF_Geant4UserActions/cmt/requirements b/Simulation/ISF/ISF_Geant4/ISF_Geant4UserActions/cmt/requirements
deleted file mode 100644
index 07a7cd43c8a26607fbaa44542b5763e01da500b4..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Geant4/ISF_Geant4UserActions/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package ISF_Geant4UserActions
-
-public
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*        External
-use G4AtlasTools                G4AtlasTools-*          Simulation/G4Atlas
-use G4AtlasInterfaces		G4AtlasInterfaces-*	Simulation/G4Atlas
-use StoreGate                   StoreGate-*             Control
-
-private
-use AtlasROOT                   AtlasROOT-*             External
-use CaloDetDescr                CaloDetDescr-*          Calorimeter
-use CaloIdentifier              CaloIdentifier-*        Calorimeter
-use Geant4                      Geant4-*                External
-use GeneratorObjects            GeneratorObjects-*      Generators
-use ISF_FastCaloSimEvent        ISF_FastCaloSimEvent-*  Simulation/ISF/ISF_FastCaloSim
-use LArG4Code                   LArG4Code-*             LArCalorimeter/LArG4
-use TileGeoG4SD                 TileGeoG4SD-*           TileCalorimeter/TileG4
-use CxxUtils                    CxxUtils-*              Control
-use AthenaBaseComps		AthenaBaseComps-*	Control
-
-public
-apply_pattern declare_python_modules files="*.py"
-
-library ISF_Geant4UserActions *.cxx -s=components *.cxx
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py"
diff --git a/Simulation/ISF/ISF_HepMC/ISF_HepMC_Interfaces/cmt/requirements b/Simulation/ISF/ISF_HepMC/ISF_HepMC_Interfaces/cmt/requirements
deleted file mode 100644
index 6678f4e10ad4a2d3329be4ec0738f4c2e73ecc32..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_HepMC/ISF_HepMC_Interfaces/cmt/requirements
+++ /dev/null
@@ -1,16 +0,0 @@
-package ISF_HepMC_Interfaces
-author <Andreas.Salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  GaudiInterface             GaudiInterface-*        External
-use  ISF_Event                  ISF_Event-*             Simulation/ISF/ISF_Core
-end_public
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/cmt/requirements b/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/cmt/requirements
deleted file mode 100644
index 80a46ffe2c2f321f37ccbe060bd1826230440c19..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_HepMC/ISF_HepMC_Tools/cmt/requirements
+++ /dev/null
@@ -1,36 +0,0 @@
-package ISF_HepMC_Tools
-author <Andreas.Salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-#################################################################
-# public use statements
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*         External
-
-#################################################################
-# private use statements
-private
-use AthenaBaseComps             AthenaBaseComps-*        Control
-use AtlasHepMC                  AtlasHepMC-*             External
-use ISF_Interfaces              ISF_Interfaces-*         Simulation/ISF/ISF_Core
-use ISF_Event                   ISF_Event-*              Simulation/ISF/ISF_Core
-use ISF_HepMC_Interfaces        ISF_HepMC_Interfaces-*   Simulation/ISF/ISF_HepMC
-use PathResolver                PathResolver-*           Tools
-use TruthUtils                  TruthUtils-*             Generators
-
-# For TF1
-use AtlasROOT                   AtlasROOT-*              External
-apply_tag rootGraphicsLibs
-
-public
-library ISF_HepMC_Tools *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-
-private
-# use this to enable debugging for this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_ParametricSim/ISF_ParSimInterfaces/cmt/requirements b/Simulation/ISF/ISF_ParametricSim/ISF_ParSimInterfaces/cmt/requirements
deleted file mode 100644
index 333b032979bf90e6337dcc4f16606d4e6002607b..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_ParametricSim/ISF_ParSimInterfaces/cmt/requirements
+++ /dev/null
@@ -1,12 +0,0 @@
-package ISF_ParSimInterfaces
-author <Andreas.Salzburger@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-
-public
-use AtlasPolicy                 AtlasPolicy-*                   
-use GaudiInterface              GaudiInterface-*                External
-use TrkParameters		        TrkParameters-*                 Tracking/TrkEvent
-use  xAODTracking               xAODTracking-*                  Event/xAOD
-
-#end_private
diff --git a/Simulation/ISF/ISF_ParametricSim/ISF_ParSimServices/cmt/requirements b/Simulation/ISF/ISF_ParametricSim/ISF_ParSimServices/cmt/requirements
deleted file mode 100644
index ee39d6e58689d001fadb44279f97e63a90308af7..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_ParametricSim/ISF_ParSimServices/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package ISF_ParSimServices
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-
-
-#################################################################
-# public use statements
-use AtlasPolicy               AtlasPolicy-*
-use GaudiInterface            GaudiInterface-*             External
-use AthenaBaseComps           AthenaBaseComps-*            Control
-use ISF_Interfaces            ISF_Interfaces-*             Simulation/ISF/ISF_Core
-
-#################################################################
-# private use statements
-private
-use ISF_Event                 ISF_Event-*                  Simulation/ISF/ISF_Core
-
-public
-use TrkDetDescrInterfaces     TrkDetDescrInterfaces-*      Tracking/TrkDetDescr
-
-
-library ISF_ParSimServices *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-
-# use the following to compile with debug information
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_ParametricSim/ISF_ParSimTools/cmt/requirements b/Simulation/ISF/ISF_ParametricSim/ISF_ParSimTools/cmt/requirements
deleted file mode 100644
index 8cc20edef4b77354a6c81c8c1d2a588a76d250cc..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_ParametricSim/ISF_ParSimTools/cmt/requirements
+++ /dev/null
@@ -1,55 +0,0 @@
-package ISF_ParSimTools
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Miha Muskinja <Miha.Muskinja@cern.ch>
-
-public
-########## Control #############################################################
-use AtlasPolicy              AtlasPolicy-*
-use AthenaBaseComps          AthenaBaseComps-*          Control
-use AthenaKernel             AthenaKernel-*             Control
-use GaudiInterface           GaudiInterface-*           External
-
-########## CLHEP & ROOT ########################################################
-use AtlasROOT                AtlasROOT-*                External
-use AtlasCLHEP               AtlasCLHEP-*               External
-use AthenaKernel             AthenaKernel-*             Control
-
-########## ISF #################################################################
-use ISF_Interfaces           ISF_Interfaces-*           Simulation/ISF/ISF_Core   
-use ISF_ParSimInterfaces     ISF_ParSimInterfaces-*     Simulation/ISF/ISF_ParametricSim
-
-########## xAOD ################################################################
-use xAODTracking             xAODTracking-*             Event/xAOD
-
-########## Tracking ############################################################
-use TrkExInterfaces          TrkExInterfaces-*          Tracking/TrkExtrapolation
-use InDetBeamSpotService     InDetBeamSpotService-*     InnerDetector/InDetConditions
-
-
-private
-
-########## ISF #################################################################
-use ISF_Event                ISF_Event-*                Simulation/ISF/ISF_Core
-
-########## External ############################################################
-use AtlasCLHEP               AtlasCLHEP-*               External
-use TrkParameters            TrkParameters-*            Tracking/TrkEvent
-
-########## PathResolver ########################################################
-use PathResolver             PathResolver-*             Tools
-
-########## RooFit ##############################################################
-apply_tag ROOTRooFitLibs
-
-########## Initialize ../Data/ folder ##########################################
-apply_pattern declare_runtime_extras extras = "../Data/*.txt ../Data/*.root"
-
-public
-library ISF_ParSimTools *.cxx components/*.cxx
-apply_pattern component_library
-
-# use the following to compile with debug information
-#private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_SimulationSelectors/cmt/requirements b/Simulation/ISF/ISF_SimulationSelectors/cmt/requirements
deleted file mode 100644
index cb5efb69ce915b1235606d6fb3cef27574ea5acf..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_SimulationSelectors/cmt/requirements
+++ /dev/null
@@ -1,34 +0,0 @@
-package ISF_SimulationSelectors
-author <Elmar.Ritsch@cern.ch>
-
-manager Andreas Salzburger <Andreas.Salzburger@cern.ch>
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager Wolfgang Lukas <Wolfgang.Lukas@cern.ch>
-
-#################################################################
-# public use statements
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*        External
-
-
-use AtlasROOT                   AtlasROOT-*             External
-
-#################################################################
-# private use statements
-private
-use AtlasHepMC                  AtlasHepMC-*            External
-use ISF_Event                   ISF_Event-*             Simulation/ISF/ISF_Core
-use ISF_Interfaces              ISF_Interfaces-*        Simulation/ISF/ISF_Core
-use ISF_TrackingInterfaces      ISF_TrackingInterfaces-* Simulation/ISF/ISF_Tracking
-
-use BarcodeServices             BarcodeServices-*       Simulation/Barcode      
-
-public
-library ISF_SimulationSelectors *.cxx components/*.cxx
-apply_pattern declare_python_modules files="*.py"
-apply_pattern component_library
-
-private
-# uncomment the following lines to enable debug symbols in this package:
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Tracking/ISF_TrackingInterfaces/cmt/requirements b/Simulation/ISF/ISF_Tracking/ISF_TrackingInterfaces/cmt/requirements
deleted file mode 100644
index 6b7c47cbe20df47ebae365964758f996816d5eb4..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Tracking/ISF_TrackingInterfaces/cmt/requirements
+++ /dev/null
@@ -1,13 +0,0 @@
-package ISF_TrackingInterfaces
-author <Elmar.Ritsch@cern.ch>
-
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-
-public
-use  AtlasPolicy                AtlasPolicy-*                   
-use  GaudiInterface             GaudiInterface-*        External
-end_public
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Tracking/ISF_TrackingTools/cmt/requirements b/Simulation/ISF/ISF_Tracking/ISF_TrackingTools/cmt/requirements
deleted file mode 100644
index 658ab9890fcb292688e8973288394a015ad4cccb..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Tracking/ISF_TrackingTools/cmt/requirements
+++ /dev/null
@@ -1,31 +0,0 @@
-package ISF_TrackingTools
-author <Elmar.Ritsch@cern.ch>
-
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-
-public
-use AtlasPolicy                 AtlasPolicy-*
-use GaudiInterface              GaudiInterface-*         External
-end_public
-
-private
-use AthenaBaseComps             AthenaBaseComps-*        Control
-
-use ISF_TrackingInterfaces      ISF_TrackingInterfaces-* Simulation/ISF/ISF_Tracking
-use ISF_Event                   ISF_Event-*              Simulation/ISF/ISF_Core
-
-use TrkDetDescrInterfaces       TrkDetDescrInterfaces-*  Tracking/TrkDetDescr
-use TrkExInterfaces             TrkExInterfaces-*        Tracking/TrkExtrapolation
-use TrkEventPrimitives          TrkEventPrimitives-*     Tracking/TrkEvent
-use TrkParameters               TrkParameters-*          Tracking/TrkEvent
-use TrkGeometry                 TrkGeometry-*            Tracking/TrkDetDescr
-
-public
-library ISF_TrackingTools *.cxx components/*.cxx
-apply_pattern component_library
-apply_pattern declare_python_modules files="*.py"
-
-private
-# use this to enable debugging for this package
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/ISF/ISF_Validation/cmt/requirements b/Simulation/ISF/ISF_Validation/cmt/requirements
deleted file mode 100644
index 0bed55c828b6926218813bc61452ea9aabc0c02f..0000000000000000000000000000000000000000
--- a/Simulation/ISF/ISF_Validation/cmt/requirements
+++ /dev/null
@@ -1,18 +0,0 @@
-package ISF_Validation
-
-manager Elmar Ritsch <Elmar.Ritsch@cern.ch>
-manager John Chapman <chapman@hep.phy.cam.ac.uk>
-
-private
-use AtlasPolicy                 AtlasPolicy-*
-
-private
-use TestPolicy                  TestPolicy-*
-apply_pattern validate_xml
-apply_pattern declare_scripts   files="../scripts/*.sh"
-
-public
-macro ISF_Validation_TestConfiguration "../test/ISF_Validation_TestConfiguration.xml"
-apply_pattern declare_runtime extras="../test/ISF_Validation_TestConfiguration.xml"
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
diff --git a/Simulation/Interfaces/HepMC_Interfaces/cmt/requirements b/Simulation/Interfaces/HepMC_Interfaces/cmt/requirements
deleted file mode 100644
index 363c9d47710172d1e9a43d438cf36cdecd5f1223..0000000000000000000000000000000000000000
--- a/Simulation/Interfaces/HepMC_Interfaces/cmt/requirements
+++ /dev/null
@@ -1,10 +0,0 @@
-package HepMC_Interfaces
-
-public
-use  AtlasPolicy                AtlasPolicy-*
-use  GaudiInterface             GaudiInterface-*        External
-end_public
-
-private
-#macro cppdebugflags '$(cppdebugflags_s)'
-#macro_remove componentshr_linkopts "-Wl,-s"
diff --git a/Simulation/RunDependentSim/RunDependentSimComps/cmt/requirements b/Simulation/RunDependentSim/RunDependentSimComps/cmt/requirements
deleted file mode 100644
index 65e953fd7e5c7b19c1ec227b0acff41aefb43663..0000000000000000000000000000000000000000
--- a/Simulation/RunDependentSim/RunDependentSimComps/cmt/requirements
+++ /dev/null
@@ -1,12 +0,0 @@
-package RunDependentSimComps
-author Ayana Arce <atarce (a) phy.duke.edu>
-
-use AtlasPolicy         AtlasPolicy-*
-
-## No need for use statements for python dependencies
-#use LumiBlockComps      LumiBlockComps-*        LumiBlock -no_auto_imports
-#use Digitization        Digitization-*          Simulation -no_auto_imports
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_scripts files="RunDepTaskMaker.py PrintFirstJobForRun.py"
-
diff --git a/Simulation/RunDependentSim/RunDependentSimData/cmt/requirements b/Simulation/RunDependentSim/RunDependentSimData/cmt/requirements
deleted file mode 100644
index d321f8ddd9ac3c3714e95c4dfdf6a87092f1cfbd..0000000000000000000000000000000000000000
--- a/Simulation/RunDependentSim/RunDependentSimData/cmt/requirements
+++ /dev/null
@@ -1,14 +0,0 @@
-package RunDependentSimData
-author Ayana Arce <atarce (a) phy.duke.edu>
-
-use AtlasPolicy         AtlasPolicy-*
-
-use MinimalRunTime MinimalRunTime-* Control -no_auto_imports
-
-# Install run-time files
-# apply_pattern install_runtime
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_scripts files="rundmc_printdist"
-
-
-
diff --git a/Simulation/SimuJobTransforms/cmt/requirements b/Simulation/SimuJobTransforms/cmt/requirements
deleted file mode 100644
index 769df3b1af1500706e300b777308a34cfce2923a..0000000000000000000000000000000000000000
--- a/Simulation/SimuJobTransforms/cmt/requirements
+++ /dev/null
@@ -1,11 +0,0 @@
-package SimuJobTransforms
-
-use AtlasPolicy AtlasPolicy-*
-use AtlasPython AtlasPython-* External -no_auto_imports
-use PyJobTransforms PyJobTransforms-* Tools
-
-apply_pattern declare_python_modules files="*.py"
-apply_pattern declare_job_transforms tfs='*.py' jo='*.py'
-apply_pattern declare_scripts   files="../scripts/*.sh"
-macro SimuJobTransforms_TestConfiguration "../test/SimuJobTransforms_TestConfiguration.xml"
-apply_pattern declare_runtime_extras extras="../test/SimuJobTransforms_TestConfiguration.xml"
diff --git a/Simulation/SimulationJobOptions/cmt/requirements b/Simulation/SimulationJobOptions/cmt/requirements
deleted file mode 100644
index 3790df5fcacfffd817b9bad703244a98422fd4e2..0000000000000000000000000000000000000000
--- a/Simulation/SimulationJobOptions/cmt/requirements
+++ /dev/null
@@ -1,8 +0,0 @@
-package SimulationJobOptions
-
-author John Chapman
-
-use AtlasPolicy		AtlasPolicy-*
-
-public
-apply_pattern declare_joboptions files="*.py hive/*.py atlfast2/*.py heavyIons/*.py cosmics/*.py digitization/*.py subdetectors/*.py g4/*.py cavern/*.py pileup/*.py susy/*.py specialConfig/*.py"
diff --git a/Simulation/Tests/DigitizationTests/cmt/requirements b/Simulation/Tests/DigitizationTests/cmt/requirements
deleted file mode 100755
index eb14e9340ecb06c82bb5bbbdfcda19766b5272fd..0000000000000000000000000000000000000000
--- a/Simulation/Tests/DigitizationTests/cmt/requirements
+++ /dev/null
@@ -1,43 +0,0 @@
-package DigitizationTests
-
-author John Chapman <chapman@hep.phy.cam.ac.uk>
-
-public
-
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-
-private
-use AthenaKernel        AthenaKernel-*          Control
-use AtlasROOT           AtlasROOT-*             External
-use AtlasBoost          AtlasBoost-*            External
-use EventInfo           EventInfo-*             Event
-use GeneratorObjects    GeneratorObjects-*      Generators
-use InDetIdentifier     InDetIdentifier-*       InnerDetector/InDetDetDescr
-use InDetRawData        InDetRawData-*          InnerDetector/InDetRawEvent
-use InDetSimData        InDetSimData-*          InnerDetector/InDetRawEvent
-
-use TestPolicy          TestPolicy-*
-
-apply_pattern validate_xml
-
-public
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_python_modules files="*.py"
-
-# build a component library
-library DigitizationTests *.cxx components/*.cxx
-apply_pattern component_library
-
-# runtime files
-apply_pattern declare_runtime extras="../test/DigitizationTests_TestConfiguration.xml"
-
-macro DigitizationTests_TestConfiguration "../test/DigitizationTests_TestConfiguration.xml"
-
-#scripts
-# apply_pattern declare_scripts files="../scripts/Digitization_mc15test.sh ../scripts/DigitizationCheckReferenceLocation.sh"
-apply_pattern declare_scripts files="../scripts/*.sh"
-
-
diff --git a/Simulation/Tests/SimCoreTests/cmt/requirements b/Simulation/Tests/SimCoreTests/cmt/requirements
deleted file mode 100644
index 6ffbf531dabd6c68c800169cc7e7116f517ed188..0000000000000000000000000000000000000000
--- a/Simulation/Tests/SimCoreTests/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package SimCoreTests
-
-author Andreas Schaelicke <andreas.schaelicke -at- cern.ch>
-
-branches src cmt doc
-
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use TestPolicy          TestPolicy-*
-end_private
-
-
-# build a component library
-# library SimCoreTests ../src/*.cxx
-#apply_pattern component_library
-
-private
-apply_pattern validate_xml
-public
-
-# Patterns for RTT
-macro SimCoreTests_TestConfiguration "../test/SimCoreTests_TestConfiguration.xml"
-apply_pattern declare_runtime extras="../test/SimCoreTests_TestConfiguration.xml"
-#apply_pattern declare_joboptions files="*.py"
-apply_pattern declare_joboptions files="-s=../share *.py"
diff --git a/Simulation/Tests/SimExoticsTests/cmt/requirements b/Simulation/Tests/SimExoticsTests/cmt/requirements
deleted file mode 100644
index fb27fa94629b678adceea415a83bdf2144bca9e9..0000000000000000000000000000000000000000
--- a/Simulation/Tests/SimExoticsTests/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package SimExoticsTests
-
-author Andreas Schaelicke <andreas.schaelicke -at- cern.ch>
-
-branches cmt doc
-
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use TestPolicy          TestPolicy-*
-end_private
-
-
-# build a component library
-# library SimExoticsTests ../src/*.cxx
-#apply_pattern component_library
-
-private
-apply_pattern validate_xml
-public
-
-# Patterns for RTT
-macro SimExoticsTests_TestConfiguration "../test/SimExoticsTests_TestConfiguration.xml"
-apply_pattern declare_runtime extras="../test/SimExoticsTests_TestConfiguration.xml"
-#apply_pattern declare_joboptions files="*.py"
diff --git a/Simulation/Tests/SimPerformanceTests/cmt/requirements b/Simulation/Tests/SimPerformanceTests/cmt/requirements
deleted file mode 100644
index 6c421ef5d379f62bc4b88daa3ebf94eb86931444..0000000000000000000000000000000000000000
--- a/Simulation/Tests/SimPerformanceTests/cmt/requirements
+++ /dev/null
@@ -1,25 +0,0 @@
-package SimPerformanceTests
-
-author Andreas Schaelicke <andreas.schaelicke -at- cern.ch>
-
-branches src cmt doc
-
-use AtlasPolicy         AtlasPolicy-*
-
-private
-use TestPolicy          TestPolicy-*
-end_private
-
-
-# build a component library
-# library SimPerformanceTests ../src/*.cxx
-#apply_pattern component_library
-
-private
-apply_pattern validate_xml
-public
-
-# Patterns for RTT
-macro SimPerformanceTests_TestConfiguration "../test/SimPerformanceTests_TestConfiguration.xml"
-apply_pattern declare_runtime extras="../test/SimPerformanceTests_TestConfiguration.xml"
-apply_pattern declare_joboptions files="*.py"
diff --git a/Simulation/Tests/SimRTT_Tools/cmt/requirements b/Simulation/Tests/SimRTT_Tools/cmt/requirements
deleted file mode 100644
index 36c41e268f09f0db89405300bb2444fa0fed5bb8..0000000000000000000000000000000000000000
--- a/Simulation/Tests/SimRTT_Tools/cmt/requirements
+++ /dev/null
@@ -1,8 +0,0 @@
-package SimRTT_Tools
-author Thomas Gillam <thomas.gillam@cern.ch>
-
-use AtlasPolicy AtlasPolicy-*
-
-apply_pattern declare_scripts files="../scripts/parse_TruthEvent.py ../scripts/grabRttRootFile.py ../share/simCoreFileGrepperScript.py"
-
-apply_pattern declare_runtime extras="../share/DCubeFlexibleRunner.py ../share/FlexibleDiffPoolFilesRunner.py ../share/SimCoreFileGrepper.py"
diff --git a/Simulation/Tools/AtlasCLHEP_RandomGenerators/cmt/requirements b/Simulation/Tools/AtlasCLHEP_RandomGenerators/cmt/requirements
deleted file mode 100755
index 71227236d8d922144778328d3a7202a7cb801e16..0000000000000000000000000000000000000000
--- a/Simulation/Tools/AtlasCLHEP_RandomGenerators/cmt/requirements
+++ /dev/null
@@ -1,26 +0,0 @@
-package AtlasCLHEP_RandomGenerators
-
-author M. Duehrssen <michael.duehrssen@cern.ch>
-
-use AtlasCLHEP           AtlasCLHEP-*           External
-use AtlasPolicy          AtlasPolicy-*
-
-#####
-## Use this for standard compilation
-#####
-apply_pattern installed_library
-library AtlasCLHEP_RandomGenerators ../src/*.cxx src/ValidationTests/*.cxx
-
-#####
-## Use this if you want to run the rnd generator testing code with the JO in share
-#####
-#apply_pattern dual_use_library files="*.cxx ValidationTests/*.cxx"
-
-
-private
-use GaudiInterface       GaudiInterface-*       External
-use AthenaKernel         AthenaKernel-*         Control
-use AtlasDSFMT           AtlasDSFMT-*           External
-use AthenaBaseComps      AthenaBaseComps-*      Control
-use AtlasROOT            AtlasROOT-*            External
-use AtlasBoost           AtlasBoost-*           External
diff --git a/Simulation/Tools/HitAnalysis/cmt/requirements b/Simulation/Tools/HitAnalysis/cmt/requirements
deleted file mode 100755
index 1d8154fcff756ad12a02f8090a24ad1f80259391..0000000000000000000000000000000000000000
--- a/Simulation/Tools/HitAnalysis/cmt/requirements
+++ /dev/null
@@ -1,46 +0,0 @@
-package HitAnalysis
-
-author Zach Marshall <zach.marshall@cern.ch>
-
-use AtlasPolicy			AtlasPolicy-*
-
-branches run
-
-use GaudiInterface		GaudiInterface-*		External
-use AtlasROOT			AtlasROOT-*				External
-
-private
-use AthenaBaseComps	 AthenaBaseComps-*		 Control
-use InDetSimEvent        InDetSimEvent-*         	 InnerDetector
-use TileSimEvent         TileSimEvent-*          	 TileCalorimeter
-use TileDetDescr         TileDetDescr-*          	 TileCalorimeter
-use LArSimEvent          LArSimEvent-*           	 LArCalorimeter
-use GeoAdaptors          GeoAdaptors-*           	 DetectorDescription/GeoModel
-use CaloIdentifier       CaloIdentifier-*        	 Calorimeter
-use CaloDetDescr         CaloDetDescr-*          	 Calorimeter
-use CaloSimEvent         CaloSimEvent-*          	 Calorimeter
-use InDetSimEvent        InDetSimEvent-*         	 InnerDetector
-use MuonSimEvent         MuonSimEvent-*          	 MuonSpectrometer
-use AtlasCLHEP           AtlasCLHEP-*            	 External
-use EventInfo	         EventInfo-*			 Event
-use AtlasHepMC           AtlasHepMC-*            	 External
-use GeneratorObjects     GeneratorObjects-*      	 Generators
-use TrackRecord          TrackRecord-*			 Simulation/G4Sim
-use ALFA_SimEv           ALFA_SimEv-*			 ForwardDetectors/ALFA
-use LUCID_SimEvent 	 LUCID_SimEvent-*		 ForwardDetectors/LUCID/LUCID_SimUtils
-use ZDC_SimEvent     	 ZDC_SimEvent-*			 ForwardDetectors/ZDC
-use AFP_SimEv            AFP_SimEv-*                     ForwardDetectors/AFP
-end_private
-
-use AtlasSimulationRunTime 	AtlasSimulationRunTime-*
-
-library HitAnalysis *.cxx components/*.cxx
-
-apply_tag  ROOTBasicLibs
-apply_tag  ROOTMathLibs
-apply_tag  ROOTSTLDictLibs
-apply_tag  ROOTGraphicsLibs
-apply_tag  ROOTTableLibs
-
-apply_pattern component_library
-apply_pattern declare_joboptions files="*.py *.sh"
diff --git a/Simulation/Tools/McEventCollectionFilter/cmt/requirements b/Simulation/Tools/McEventCollectionFilter/cmt/requirements
deleted file mode 100644
index f0d2ceec43b84aca0bd9c052e0c9d038c1656b7b..0000000000000000000000000000000000000000
--- a/Simulation/Tools/McEventCollectionFilter/cmt/requirements
+++ /dev/null
@@ -1,27 +0,0 @@
-package McEventCollectionFilter
-
-author Oleg Fedin <Oleg.Fedin@cern.ch>
-
-use AtlasPolicy         AtlasPolicy-*
-use GaudiInterface      GaudiInterface-*        External
-
-apply_pattern dual_use_library files=*.cxx
-
-apply_pattern declare_joboptions files="*.txt *.py"
-
-apply_pattern declare_python_modules files="*.py"
-
-
-private
-
-use AtlasCLHEP          AtlasCLHEP-*            External
-use GaudiInterface      GaudiInterface-*        External
-use AtlasHepMC          AtlasHepMC-*            External
-
-use AthenaBaseComps     AthenaBaseComps-*       Control
-use GeoPrimitives      GeoPrimitives-*    DetectorDescription
-
-use InDetSimEvent       InDetSimEvent-*         InnerDetector
-use MuonSimEvent        MuonSimEvent-*          MuonSpectrometer
-
-use GeneratorObjects    GeneratorObjects-*      Generators
diff --git a/Simulation/TruthJiveXML/cmt/requirements b/Simulation/TruthJiveXML/cmt/requirements
deleted file mode 100755
index 664163158d831c3f6963a82cbada10ae8ac74ef8..0000000000000000000000000000000000000000
--- a/Simulation/TruthJiveXML/cmt/requirements
+++ /dev/null
@@ -1,29 +0,0 @@
-package TruthJiveXML
-
-public
-
-use AtlasPolicy           AtlasPolicy-*
-use AthenaBaseComps       AthenaBaseComps-*       Control
-
-use JiveXML               JiveXML-*               graphics
-use GaudiInterface        GaudiInterface-*        External
-
-private
-
-use HepPDT	              v*		              	  LCG_Interfaces
-
-use StoreGate             StoreGate-*             Control 
-use AtlasHepMC            AtlasHepMC-*            External
-use AtlasCLHEP 	      	  AtlasCLHEP-* 	          External
-use GeneratorObjects      GeneratorObjects-*      Generators
-
-use TrackRecord		        TrackRecord-*	          Simulation/G4Sim
-use EventPrimitives      EventPrimitives-*    Event
-
-public
-
-apply_pattern declare_joboptions files="*.py"
-apply_pattern component_library
-library TruthJiveXML *.cxx components/*.cxx
-
-