Skip to content
Snippets Groups Projects
Commit 00aabc3b authored by scott snyder's avatar scott snyder
Browse files

ZdcIdentifier: CLIDSvc -> AthenaKernel

Update references to headers in CLIDSvc moved to AthenaKernel.
Also remove unneeded dependency on SGTools.



Former-commit-id: 4919a99b
parent 167e27aa
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,11 @@ atlas_subdir( ZdcIdentifier )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
DetectorDescription/AtlasDetDescr
DetectorDescription/IdDict
DetectorDescription/Identifier
PRIVATE
Control/AthenaKernel
DetectorDescription/IdDictParser
GaudiKernel )
......@@ -21,10 +19,10 @@ atlas_depends_on_subdirs( PUBLIC
atlas_add_library( ZdcIdentifier
src/*.cxx
PUBLIC_HEADERS ZdcIdentifier
LINK_LIBRARIES SGTools AtlasDetDescr IdDict Identifier
LINK_LIBRARIES AtlasDetDescr IdDict Identifier
PRIVATE_LINK_LIBRARIES AthenaKernel IdDictParser GaudiKernel )
atlas_add_executable( test_zdc_id
test/test_zdc_id.cxx
LINK_LIBRARIES SGTools AtlasDetDescr IdDict Identifier AthenaKernel IdDictParser GaudiKernel ZdcIdentifier )
LINK_LIBRARIES AtlasDetDescr IdDict Identifier AthenaKernel IdDictParser GaudiKernel ZdcIdentifier )
......@@ -7,7 +7,7 @@
#include "AtlasDetDescr/AtlasDetectorID.h"
#include "Identifier/HWIdentifier.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
// based on the Tile calo identifier class
......
......@@ -11,7 +11,7 @@
#include "Identifier/Range.h"
#include "Identifier/IdHelper.h"
#include "IdDict/IdDictFieldImplementation.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
#include <algorithm>
#include <vector>
......
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