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

ZDC_SimEvent: CLIDSvc -> AthenaKernel

Adjust for header moved from CLIDSvc to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent 6de9ac39
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,7 @@ atlas_subdir( ZDC_SimEvent ) ...@@ -7,8 +7,7 @@ atlas_subdir( ZDC_SimEvent )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc Control/AthenaKernel
Control/SGTools
Simulation/HitManagement ) Simulation/HitManagement )
# External dependencies: # External dependencies:
...@@ -19,12 +18,12 @@ atlas_add_library( ZDC_SimEvent ...@@ -19,12 +18,12 @@ atlas_add_library( ZDC_SimEvent
src/*.cxx src/*.cxx
PUBLIC_HEADERS ZDC_SimEvent PUBLIC_HEADERS ZDC_SimEvent
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES SGTools HitManagement LINK_LIBRARIES AthenaKernel HitManagement
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ) PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_dictionary( ZDC_SimEventDict atlas_add_dictionary( ZDC_SimEventDict
ZDC_SimEvent/ZDC_SimEventDict.h ZDC_SimEvent/ZDC_SimEventDict.h
ZDC_SimEvent/selection.xml ZDC_SimEvent/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} SGTools HitManagement ZDC_SimEvent ) LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaKernel HitManagement ZDC_SimEvent )
/* /*
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 ZDC_SIMPIXELHIT_COLLECTION #ifndef ZDC_SIMPIXELHIT_COLLECTION
...@@ -7,11 +7,7 @@ ...@@ -7,11 +7,7 @@
#include "ZDC_SimPixelHit.h" #include "ZDC_SimPixelHit.h"
#include "HitManagement/AtlasHitsVector.h" #include "HitManagement/AtlasHitsVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#ifndef __CINT__
#include "CLIDSvc/CLASS_DEF.h"
#endif
#include <string> #include <string>
typedef AtlasHitsVector<ZDC_SimPixelHit> ZDC_SimPixelHit_Collection1; typedef AtlasHitsVector<ZDC_SimPixelHit> ZDC_SimPixelHit_Collection1;
......
/* /*
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 ZDC_SIMSTRIPHIT_COLLECTION #ifndef ZDC_SIMSTRIPHIT_COLLECTION
...@@ -7,11 +7,7 @@ ...@@ -7,11 +7,7 @@
#include "ZDC_SimStripHit.h" #include "ZDC_SimStripHit.h"
#include "HitManagement/AtlasHitsVector.h" #include "HitManagement/AtlasHitsVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#ifndef __CINT__
#include "CLIDSvc/CLASS_DEF.h"
#endif
#include <string> #include <string>
typedef AtlasHitsVector<ZDC_SimStripHit> ZDC_SimStripHit_Collection1; typedef AtlasHitsVector<ZDC_SimStripHit> ZDC_SimStripHit_Collection1;
......
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