Skip to content
Snippets Groups Projects
Commit d4ae2583 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'clidsvc.LArDetDescr-20181021' into 'master'

LArDetDescrr: CLIDSvc -> AthenaKernel

See merge request atlas/athena!15217
parents 70dc445c c8ba4ebe
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
...@@ -10,8 +10,7 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -10,8 +10,7 @@ atlas_depends_on_subdirs( PUBLIC
Calorimeter/CaloDetDescr Calorimeter/CaloDetDescr
Calorimeter/CaloGeoHelpers Calorimeter/CaloGeoHelpers
Control/AthenaBaseComps Control/AthenaBaseComps
Control/CLIDSvc Control/AthenaKernel
Control/SGTools
DetectorDescription/GeoModel/GeoModelKernel DetectorDescription/GeoModel/GeoModelKernel
DetectorDescription/Identifier DetectorDescription/Identifier
GaudiKernel GaudiKernel
...@@ -35,7 +34,7 @@ atlas_add_component( LArDetDescr ...@@ -35,7 +34,7 @@ atlas_add_component( LArDetDescr
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} 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: # Install files from the package:
atlas_install_headers( LArDetDescr ) atlas_install_headers( LArDetDescr )
......
/* /*
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 #ifndef LARDETDESCR_LARCELLVOLUMEDB_H
...@@ -28,9 +28,7 @@ struct LArCellVolumeDB_t{ ...@@ -28,9 +28,7 @@ struct LArCellVolumeDB_t{
typedef std::vector<LArCellVolumeDB_t> LArCellVolumeDB; typedef std::vector<LArCellVolumeDB_t> LArCellVolumeDB;
#ifndef __CINT__ #include "AthenaKernel/CLASS_DEF.h"
#include "CLIDSvc/CLASS_DEF.h"
CLASS_DEF(LArCellVolumeDB, 34482670 ,1) CLASS_DEF(LArCellVolumeDB, 34482670 ,1)
#endif
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment