From e577f261da01afcae7213c53c214110c4a9178bb Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Sun, 9 Dec 2018 01:42:39 +0100 Subject: [PATCH] LArDigitization: CLIDSvc -> AthenaKernel Adjust for header moved from CLIDSvc to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 7f4730a6f298c3a8d8b5165925c3103bd6ea1681 --- LArCalorimeter/LArDigitization/CMakeLists.txt | 4 +--- LArCalorimeter/LArDigitization/LArDigitization/LArHitEMap.h | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/LArCalorimeter/LArDigitization/CMakeLists.txt b/LArCalorimeter/LArDigitization/CMakeLists.txt index 9b3c45232fe..2f5f12c3d6d 100644 --- a/LArCalorimeter/LArDigitization/CMakeLists.txt +++ b/LArCalorimeter/LArDigitization/CMakeLists.txt @@ -11,9 +11,7 @@ atlas_depends_on_subdirs( PUBLIC Calorimeter/CaloIdentifier Control/AthenaBaseComps Control/AthenaKernel - Control/CLIDSvc Control/PileUpTools - Control/SGTools Control/StoreGate DetectorDescription/Identifier Event/xAOD/xAODEventInfo @@ -39,7 +37,7 @@ atlas_add_library( LArDigitizationLib PUBLIC_HEADERS LArDigitization PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS} PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS} - LINK_LIBRARIES CaloIdentifier AthenaBaseComps AthenaKernel SGTools Identifier xAODEventInfo GaudiKernel LArIdentifier LArRawEvent LArSimEvent LArRecConditions LArRawConditions CaloDetDescrLib PileUpToolsLib StoreGateLib SGtests LArCablingLib + LINK_LIBRARIES CaloIdentifier AthenaBaseComps AthenaKernel Identifier xAODEventInfo GaudiKernel LArIdentifier LArRawEvent LArSimEvent LArRecConditions LArRawConditions CaloDetDescrLib PileUpToolsLib StoreGateLib SGtests LArCablingLib PRIVATE_LINK_LIBRARIES ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} GeneratorObjects ) atlas_add_component( LArDigitization diff --git a/LArCalorimeter/LArDigitization/LArDigitization/LArHitEMap.h b/LArCalorimeter/LArDigitization/LArDigitization/LArHitEMap.h index 9df49fb14ba..d0e018ff36d 100755 --- a/LArCalorimeter/LArDigitization/LArDigitization/LArHitEMap.h +++ b/LArCalorimeter/LArDigitization/LArDigitization/LArHitEMap.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration */ #ifndef LARDIGITIZATION_LARHITEMAP_H @@ -17,7 +17,7 @@ #include "CaloIdentifier/LArFCAL_ID.h" #include "CaloDetDescr/CaloDetDescrManager.h" #include "LArRawEvent/LArDigit.h" -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" class ISvcLocator; class LArCablingService; -- GitLab