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

Merge branch 'clidsvc.CaloSimEvent-20180925' into 'master'

CaloSimEvent: CLIDSvc -> AthenaKernel

See merge request atlas/athena!14514

Former-commit-id: 13d93a55
parents b4435533 1353fe6a
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ atlas_subdir( CaloSimEvent )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
DetectorDescription/Identifier
Simulation/HitManagement
PRIVATE
......@@ -22,12 +21,12 @@ atlas_add_library( CaloSimEvent
src/*.cxx
PUBLIC_HEADERS CaloSimEvent
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES SGTools Identifier HitManagement
LINK_LIBRARIES Identifier HitManagement
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel )
atlas_add_dictionary( CaloSimEventDict
CaloSimEvent/CaloSimEventDict.h
CaloSimEvent/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} SGTools Identifier HitManagement GaudiKernel CaloSimEvent )
LINK_LIBRARIES ${ROOT_LIBRARIES} Identifier HitManagement GaudiKernel CaloSimEvent )
......@@ -19,7 +19,7 @@
#include "HitManagement/AthenaHitsVector.h"
#include "CaloSimEvent/CaloCalibrationHit.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
class CaloCalibrationHitContainer:public AthenaHitsVector<CaloCalibrationHit>
{
......
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