diff --git a/LArCalorimeter/LArDetDescr/CMakeLists.txt b/LArCalorimeter/LArDetDescr/CMakeLists.txt index b49269de187b58ab9046b6d54e45ec1291bc8576..173c20bf3e9ff8ff391775ed9513e838a1f8242b 100644 --- a/LArCalorimeter/LArDetDescr/CMakeLists.txt +++ b/LArCalorimeter/LArDetDescr/CMakeLists.txt @@ -10,8 +10,7 @@ atlas_depends_on_subdirs( PUBLIC Calorimeter/CaloDetDescr Calorimeter/CaloGeoHelpers Control/AthenaBaseComps - Control/CLIDSvc - Control/SGTools + Control/AthenaKernel DetectorDescription/GeoModel/GeoModelKernel DetectorDescription/Identifier GaudiKernel @@ -35,7 +34,7 @@ atlas_add_component( LArDetDescr src/*.cxx src/components/*.cxx INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} CaloDetDescrLib CaloGeoHelpers AthenaBaseComps SGTools GeoModelKernel Identifier GaudiKernel LArReadoutGeometry CaloIdentifier StoreGateLib SGtests GeoModelUtilities GeoPrimitives ) + LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} AthenaKernel CaloDetDescrLib CaloGeoHelpers AthenaBaseComps GeoModelKernel Identifier GaudiKernel LArReadoutGeometry CaloIdentifier StoreGateLib SGtests GeoModelUtilities GeoPrimitives ) # Install files from the package: atlas_install_headers( LArDetDescr ) diff --git a/LArCalorimeter/LArDetDescr/LArDetDescr/LArCellVolumeDB.h b/LArCalorimeter/LArDetDescr/LArDetDescr/LArCellVolumeDB.h index 380a69413bfcb30e9e6bd786332532c05737a555..f4c13272a35ba1b2be2af3d1560e0717fd5b9559 100755 --- a/LArCalorimeter/LArDetDescr/LArDetDescr/LArCellVolumeDB.h +++ b/LArCalorimeter/LArDetDescr/LArDetDescr/LArCellVolumeDB.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 LARDETDESCR_LARCELLVOLUMEDB_H @@ -28,9 +28,7 @@ struct LArCellVolumeDB_t{ typedef std::vector<LArCellVolumeDB_t> LArCellVolumeDB; -#ifndef __CINT__ -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" CLASS_DEF(LArCellVolumeDB, 34482670 ,1) -#endif #endif