From 4c5a3bffb35e440568e9e2a39e3dc8d36a561b12 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Tue, 25 Sep 2018 16:10:21 +0200 Subject: [PATCH] CaloIdentifier: CLIDSvc -> AthenaKernel Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also update references to headers in SGTools that were moved to AthenaKernel. --- Calorimeter/CaloIdentifier/CMakeLists.txt | 43 +++++++++---------- .../CaloIdentifier/CaloCell_ID.h | 4 +- .../CaloIdentifier/CaloCell_SuperCell_ID.h | 4 +- .../CaloIdentifier/CaloIdentifier/CaloDM_ID.h | 2 +- .../CaloIdentifier/CaloIdManager.h | 2 +- .../CaloIdentifier/CaloLVL1_ID.h | 2 +- .../CaloIdentifier/CaloIdentifier/GTower_ID.h | 4 +- .../CaloIdentifier/JGTowerBase_ID.h | 2 +- .../CaloIdentifier/CaloIdentifier/JTower_ID.h | 4 +- .../CaloIdentifier/CaloIdentifier/LArEM_ID.h | 4 +- .../CaloIdentifier/LArEM_SuperCell_ID.h | 4 +- .../CaloIdentifier/LArFCAL_ID.h | 4 +- .../CaloIdentifier/LArFCAL_SuperCell_ID.h | 4 +- .../CaloIdentifier/LArHEC_Base_ID.h | 2 +- .../CaloIdentifier/CaloIdentifier/LArHEC_ID.h | 4 +- .../CaloIdentifier/LArHEC_SuperCell_ID.h | 4 +- .../CaloIdentifier/LArMiniFCAL_ID.h | 2 +- .../CaloIdentifier/TTOnlineID.h | 2 +- .../CaloIdentifier/CaloIdentifier/TileID.h | 4 +- .../CaloIdentifier/Tile_Base_ID.h | 2 +- .../CaloIdentifier/Tile_SuperCell_ID.h | 4 +- 21 files changed, 53 insertions(+), 54 deletions(-) diff --git a/Calorimeter/CaloIdentifier/CMakeLists.txt b/Calorimeter/CaloIdentifier/CMakeLists.txt index 1627df779df..21a2db78159 100644 --- a/Calorimeter/CaloIdentifier/CMakeLists.txt +++ b/Calorimeter/CaloIdentifier/CMakeLists.txt @@ -8,8 +8,7 @@ atlas_subdir( CaloIdentifier ) # Declare the package's dependencies: atlas_depends_on_subdirs( PUBLIC Calorimeter/CaloGeoHelpers - Control/CLIDSvc - Control/SGTools + Control/AthenaKernel DetectorDescription/AtlasDetDescr DetectorDescription/IdDict DetectorDescription/Identifier @@ -31,131 +30,131 @@ atlas_add_library( CaloIdentifier PUBLIC_HEADERS CaloIdentifier INCLUDE_DIRS ${Boost_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel StoreGateLib SGtests + LINK_LIBRARIES ${Boost_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel StoreGateLib SGtests PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} TestTools CxxUtils IdDictParser PathResolver ) atlas_add_dictionary( CaloIdentifierDict CaloIdentifier/CaloIdentifierDict.h CaloIdentifier/selection.xml INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) atlas_add_executable( test_lar_id test/test_lar_id.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) atlas_add_executable( test_calo_dm_id test/test_calo_dm_id.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) atlas_add_executable( test_cell_id test/test_cell_id.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) atlas_add_executable( test_lvl1_id test/test_lvl1_id.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier ) #atlas_add_test( GTower_ID_test # SOURCES # test/GTower_ID_test.cxx # INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} -# LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier +# LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier # EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) #atlas_add_test( JTower_ID_test # SOURCES # test/JTower_ID_test.cxx # INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} -# LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier +# LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier # EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( LArEM_ID_test SOURCES test/LArEM_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( LArEM_SuperCell_ID_test SOURCES test/LArEM_SuperCell_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( LArHEC_ID_test SOURCES test/LArHEC_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( LArHEC_SuperCell_ID_test SOURCES test/LArHEC_SuperCell_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( LArFCAL_ID_test SOURCES test/LArFCAL_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( LArFCAL_SuperCell_ID_test SOURCES test/LArFCAL_SuperCell_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( LArMiniFCAL_ID_test SOURCES test/LArMiniFCAL_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( TileID_test SOURCES test/TileID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( Tile_SuperCell_ID_test SOURCES test/Tile_SuperCell_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( CaloCell_ID_test SOURCES test/CaloCell_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( CaloCell_SuperCell_ID_test SOURCES test/CaloCell_SuperCell_ID_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( CaloIDHelper_test SOURCES test/CaloIDHelper_test.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers SGTools AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier + LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} CaloGeoHelpers AthenaKernel AtlasDetDescr IdDict Identifier GaudiKernel TestTools CxxUtils StoreGateLib SGtests IdDictParser PathResolver CaloIdentifier EXTRA_PATTERNS "mask/zero|Reading file|^AtlasDetectorID(Helper)?::" ) atlas_add_test( CaloHelpersTest_test diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_ID.h index 16060f464b1..951e9985528 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_ID.h @@ -5,13 +5,13 @@ #ifndef CALOCELL_ID_H #define CALOCELL_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "CaloIdentifier/CaloID.h" #include "CaloIdentifier/CaloCell_Base_ID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include <vector> #include <iostream> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_SuperCell_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_SuperCell_ID.h index c4dcb4352b0..b68c76990d2 100644 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_SuperCell_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_SuperCell_ID.h @@ -17,14 +17,14 @@ #define CALOIDENTIFIER_CALOCELL_SUPERCELL_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "CaloIdentifier/CaloID.h" #include "CaloIdentifier/CaloCell_Base_ID.h" #include "CaloIdentifier/LArNeighbours.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include <vector> #include <iostream> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloDM_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloDM_ID.h index e5a835a0cf9..10518512911 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloDM_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloDM_ID.h @@ -5,7 +5,7 @@ #ifndef CALODM_ID_H #define CALODM_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "Identifier/Range.h" diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIdManager.h b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIdManager.h index b21c35607b7..3e62ccb8cfc 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIdManager.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIdManager.h @@ -13,7 +13,7 @@ #ifndef CALOID_CALOIDMANAGER_H # define CALOID_CALOIDMANAGER_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" class CaloCell_ID; class CaloCell_SuperCell_ID; diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloLVL1_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloLVL1_ID.h index a8eb1e3633f..13e6c8a57aa 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloLVL1_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloLVL1_ID.h @@ -5,7 +5,7 @@ #ifndef CALOLVL1_ID_H #define CALOLVL1_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "Identifier/Range.h" diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/GTower_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/GTower_ID.h index 6c82891d651..9e463715a31 100644 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/GTower_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/GTower_ID.h @@ -5,14 +5,14 @@ #ifndef GTOWER_ID_H #define GTOWER_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "IdDict/IdDictFieldImplementation.h" #include "IdDict/IdDictDefs.h" #include "CaloIdentifier/JGTowerBase_ID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include <vector> #include <algorithm> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/JGTowerBase_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/JGTowerBase_ID.h index 12df3a5d808..17a5a8c6c16 100644 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/JGTowerBase_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/JGTowerBase_ID.h @@ -14,7 +14,7 @@ #ifndef JGTOWERBASE_ID_H #define JGTOWERBASE_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "Identifier/Range.h" diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/JTower_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/JTower_ID.h index 6aa9057705c..88069f8a8da 100644 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/JTower_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/JTower_ID.h @@ -5,14 +5,14 @@ #ifndef JTOWER_ID_H #define JTOWER_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "IdDict/IdDictFieldImplementation.h" #include "IdDict/IdDictDefs.h" #include "CaloIdentifier/JGTowerBase_ID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include <vector> #include <algorithm> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/LArEM_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/LArEM_ID.h index 032cfbcb763..5c74216f2c9 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/LArEM_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/LArEM_ID.h @@ -5,7 +5,7 @@ #ifndef LAREM_ID_H #define LAREM_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "IdDict/IdDictFieldImplementation.h" @@ -13,7 +13,7 @@ #include "CaloIdentifier/LArID_Exception.h" #include "CaloIdentifier/LArEM_Base_ID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include <vector> #include <algorithm> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/LArEM_SuperCell_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/LArEM_SuperCell_ID.h index 57fe32d783e..6adbcbc9722 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/LArEM_SuperCell_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/LArEM_SuperCell_ID.h @@ -16,9 +16,9 @@ #ifndef CALOIDENTIFIER_LAREM_SUPERCELL_ID_H #define CALOIDENTIFIER_LAREM_SUPERCELL_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "CaloIdentifier/LArEM_Base_ID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" /** diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/LArFCAL_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/LArFCAL_ID.h index 84e64285c67..94a9532d641 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/LArFCAL_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/LArFCAL_ID.h @@ -5,7 +5,7 @@ #ifndef LARFCAL_ID_H #define LARFCAL_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "IdDict/IdDictFieldImplementation.h" @@ -13,7 +13,7 @@ #include "CaloIdentifier/LArID_Exception.h" #include "CaloIdentifier/LArFCAL_Base_ID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include "boost/range/iterator_range.hpp" #include <vector> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/LArFCAL_SuperCell_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/LArFCAL_SuperCell_ID.h index 0ab894f5df7..779eaee166e 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/LArFCAL_SuperCell_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/LArFCAL_SuperCell_ID.h @@ -5,9 +5,9 @@ #ifndef CALOIDENTIFIER_LARFCAL_SUPERCELL_ID_H #define CALOIDENTIFIER_LARFCAL_SUPERCELL_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "CaloIdentifier/LArFCAL_Base_ID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include <vector> #include <algorithm> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_Base_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_Base_ID.h index 37ee2db5acf..d2b03232e5f 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_Base_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_Base_ID.h @@ -17,7 +17,7 @@ #define CALOIDENTIFIER_LARHEC_BASE_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "IdDict/IdDictFieldImplementation.h" diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_ID.h index b7f80f3dabf..53ce898578a 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_ID.h @@ -6,7 +6,7 @@ #define LARHEC_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "IdDict/IdDictFieldImplementation.h" @@ -14,7 +14,7 @@ #include "CaloIdentifier/LArHEC_Base_ID.h" #include "CaloIdentifier/LArID_Exception.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include "boost/range/iterator_range.hpp" #include <vector> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_SuperCell_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_SuperCell_ID.h index c778a2b2cce..6c2dc8d50c5 100644 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_SuperCell_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/LArHEC_SuperCell_ID.h @@ -17,9 +17,9 @@ #define CALOIDENTIFIER_LARHEC_SUPERCELL_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "CaloIdentifier/LArHEC_Base_ID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" /** diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/LArMiniFCAL_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/LArMiniFCAL_ID.h index bfd6a6b6515..f6328a9af76 100644 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/LArMiniFCAL_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/LArMiniFCAL_ID.h @@ -5,7 +5,7 @@ #ifndef LARMiniFCAL_ID_H #define LARMiniFCAL_ID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/IdentifierHash.h" #include "IdDict/IdDictFieldImplementation.h" diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/TTOnlineID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/TTOnlineID.h index 487c80581bd..1a23595a0e2 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/TTOnlineID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/TTOnlineID.h @@ -5,7 +5,7 @@ #ifndef CALOIDENTIFIER_TTONLINEID_H #define CALOIDENTIFIER_TTONLINEID_H -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "GaudiKernel/MsgStream.h" #include "AtlasDetDescr/AtlasDetectorID.h" #include "Identifier/HWIdentifier.h" diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/TileID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/TileID.h index a3092279e9e..7924db062d3 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/TileID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/TileID.h @@ -24,8 +24,8 @@ #include "CaloIdentifier/Tile_Base_ID.h" #include "CaloIdentifier/TileID_Exception.h" -#include "CLIDSvc/CLASS_DEF.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/CLASS_DEF.h" +#include "AthenaKernel/BaseInfo.h" #include "boost/range/iterator_range.hpp" #include <string> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/Tile_Base_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/Tile_Base_ID.h index 14666ffb77c..00d13950132 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/Tile_Base_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/Tile_Base_ID.h @@ -22,7 +22,7 @@ #include "CaloIdentifier/TileID_Exception.h" #include "CaloIdentifier/TileNeighbour.h" -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "boost/range/iterator_range.hpp" #include <string> diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/Tile_SuperCell_ID.h b/Calorimeter/CaloIdentifier/CaloIdentifier/Tile_SuperCell_ID.h index 245e9e87226..2316620d3dc 100755 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/Tile_SuperCell_ID.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/Tile_SuperCell_ID.h @@ -22,8 +22,8 @@ #include "CaloIdentifier/Tile_Base_ID.h" #include "CaloIdentifier/TileID_Exception.h" -#include "CLIDSvc/CLASS_DEF.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/CLASS_DEF.h" +#include "AthenaKernel/BaseInfo.h" #include "boost/range/iterator_range.hpp" #include <string> -- GitLab