diff --git a/LArCalorimeter/LArOnlDbPrep/CMakeLists.txt b/LArCalorimeter/LArOnlDbPrep/CMakeLists.txt index 92e34025502f0962178fa5d8d74a1cee1d2a4d60..4fed65c1a032699e172c641477c90397e9f17b5a 100644 --- a/LArCalorimeter/LArOnlDbPrep/CMakeLists.txt +++ b/LArCalorimeter/LArOnlDbPrep/CMakeLists.txt @@ -12,7 +12,7 @@ atlas_depends_on_subdirs( PUBLIC Control/AthenaBaseComps GaudiKernel LArCalorimeter/LArRecConditions - LArCalorimeter/LArTools + LArCalorimeter/LArCabling PRIVATE Calorimeter/CaloDetDescr Calorimeter/CaloInterface @@ -31,7 +31,7 @@ atlas_add_component( LArOnlDbPrep src/*.cxx src/components/*.cxx INCLUDE_DIRS ${COOL_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} - LINK_LIBRARIES ${COOL_LIBRARIES} ${ROOT_LIBRARIES} ${CORAL_LIBRARIES} CaloIdentifier CaloTriggerToolLib AthenaBaseComps GaudiKernel LArRecConditions LArToolsLib CaloDetDescrLib StoreGateLib SGtests AthenaPoolUtilities LArCOOLConditions LArIdentifier ) + LINK_LIBRARIES ${COOL_LIBRARIES} ${ROOT_LIBRARIES} ${CORAL_LIBRARIES} CaloIdentifier CaloTriggerToolLib AthenaBaseComps GaudiKernel LArRecConditions LArCablingLib CaloDetDescrLib StoreGateLib SGtests AthenaPoolUtilities LArCOOLConditions LArIdentifier ) # Install files from the package: atlas_install_headers( LArOnlDbPrep ) diff --git a/LArCalorimeter/LArOnlDbPrep/LArOnlDbPrep/LArDSPThresholdFillInline.h b/LArCalorimeter/LArOnlDbPrep/LArOnlDbPrep/LArDSPThresholdFillInline.h index f9ce3d514873e8b9a8e6a92918a772cc59fedfff..d7ff8ce3d36107a8dd1ef3ade2e636cec76d64e8 100644 --- a/LArCalorimeter/LArOnlDbPrep/LArOnlDbPrep/LArDSPThresholdFillInline.h +++ b/LArCalorimeter/LArOnlDbPrep/LArOnlDbPrep/LArDSPThresholdFillInline.h @@ -8,7 +8,7 @@ #include "AthenaBaseComps/AthAlgorithm.h" #include "GaudiKernel/ToolHandle.h" #include "CaloIdentifier/CaloCellGroup.h" -#include "LArTools/LArCablingService.h" +#include "LArCabling/LArCablingService.h" #include "LArRecConditions/ILArBadChannelMasker.h" class LArOnlineID; diff --git a/LArCalorimeter/LArOnlDbPrep/LArOnlDbPrep/LArGeoWeightsFill.h b/LArCalorimeter/LArOnlDbPrep/LArOnlDbPrep/LArGeoWeightsFill.h index 227565a8ab5e097eaf4d163b2cddd29d531dc6f4..9800a2f1de95013939cd4231c17f31133abcf755 100644 --- a/LArCalorimeter/LArOnlDbPrep/LArOnlDbPrep/LArGeoWeightsFill.h +++ b/LArCalorimeter/LArOnlDbPrep/LArOnlDbPrep/LArGeoWeightsFill.h @@ -7,7 +7,7 @@ #include "AthenaBaseComps/AthAlgorithm.h" #include "GaudiKernel/ToolHandle.h" -#include "LArTools/LArCablingService.h" +#include "LArCabling/LArCablingService.h" #include "CaloTriggerTool/CaloTriggerTowerService.h" class StoreGateSvc; diff --git a/LArCalorimeter/LArOnlDbPrep/cmt/requirements b/LArCalorimeter/LArOnlDbPrep/cmt/requirements index 9a9c922c81b8d396e501439879b8661d4bd08abd..f775f46c410a29c117604b28c83529dfe2c01bc0 100755 --- a/LArCalorimeter/LArOnlDbPrep/cmt/requirements +++ b/LArCalorimeter/LArOnlDbPrep/cmt/requirements @@ -7,7 +7,7 @@ author chc use AtlasPolicy AtlasPolicy-* use GaudiInterface GaudiInterface-* External -use LArTools LArTools-* LArCalorimeter +use LArCabling LArCabling-* LArCalorimeter use CaloIdentifier CaloIdentifier-* Calorimeter use CaloTriggerTool CaloTriggerTool-* Calorimeter use LArRecConditions LArRecConditions-* LArCalorimeter diff --git a/LArCalorimeter/LArOnlDbPrep/src/LArDSPThresholdFillInline.cxx b/LArCalorimeter/LArOnlDbPrep/src/LArDSPThresholdFillInline.cxx index 8b6cfe13a0eaa3b38cb323aa733bd8e97013fd79..a9acff8b11854998e8a25f66c81ee971b47514dc 100644 --- a/LArCalorimeter/LArOnlDbPrep/src/LArDSPThresholdFillInline.cxx +++ b/LArCalorimeter/LArOnlDbPrep/src/LArDSPThresholdFillInline.cxx @@ -7,7 +7,7 @@ #include "StoreGate/StoreGate.h" #include "CaloIdentifier/CaloCell_ID.h" #include "CaloIdentifier/CaloGain.h" -#include "LArTools/LArCablingService.h" +#include "LArCabling/LArCablingService.h" #include "CaloInterface/ICaloNoiseTool.h" #include "CaloDetDescr/CaloDetDescrManager.h" #include "CaloDetDescr/CaloDetDescrElement.h" diff --git a/LArCalorimeter/LArOnlDbPrep/src/LArGeoWeightsFill.cxx b/LArCalorimeter/LArOnlDbPrep/src/LArGeoWeightsFill.cxx index 3c3e4581bad8d8b1618db166e60d111afbacff83..c85015fb2f041fd158ed4669603151501b874037 100644 --- a/LArCalorimeter/LArOnlDbPrep/src/LArGeoWeightsFill.cxx +++ b/LArCalorimeter/LArOnlDbPrep/src/LArGeoWeightsFill.cxx @@ -6,7 +6,7 @@ #include "LArIdentifier/LArOnlineID.h" #include "StoreGate/StoreGate.h" #include "CaloIdentifier/CaloCell_ID.h" -#include "LArTools/LArCablingService.h" +#include "LArCabling/LArCablingService.h" #include "CaloDetDescr/CaloDetDescrManager.h" #include "CaloDetDescr/CaloDetDescrElement.h" #include <fstream>