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

ForwardRegion_SimEv: CLIDSvc -> AthenaKernel.

Adjust references to headers in CLIDSvc that moved to AthenaKernel.
Also remove unneeded reference to SGTools.
parent ed5e21c7
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ atlas_subdir( ForwardRegion_SimEv )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
Simulation/HitManagement
PRIVATE
GaudiKernel )
......@@ -24,12 +23,12 @@ atlas_add_library( ForwardRegion_SimEv
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools HitManagement
LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaKernel HitManagement
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel )
atlas_add_dictionary( ForwardRegion_SimEvDict
ForwardRegion_SimEv/SimulationHitDict.h
ForwardRegion_SimEv/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} SGTools HitManagement GaudiKernel ForwardRegion_SimEv )
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} HitManagement GaudiKernel ForwardRegion_SimEv )
......@@ -10,7 +10,7 @@
#include "HitManagement/AtlasHitsVector.h"
#ifndef __CINT__
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
#endif //__CINT__
typedef AtlasHitsVector<SimulationHit> SimulationHitCollection;
......
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