Skip to content
Snippets Groups Projects
Commit 1d4d8bdd authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'clidsvc.ALFA_SimEv-20181004' into 'master'

ALFA_SimEv: CLIDSvc -> AthenaKernel

See merge request atlas/athena!14734

Former-commit-id: b206f124
parents b93e0e39 623d70ac
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,7 @@ ...@@ -8,10 +8,7 @@
#include "ALFA_SimEv/ALFA_Hit.h" #include "ALFA_SimEv/ALFA_Hit.h"
#include "HitManagement/AtlasHitsVector.h" #include "HitManagement/AtlasHitsVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#ifndef __CINT__
#include "CLIDSvc/CLASS_DEF.h"
#endif
typedef AtlasHitsVector<ALFA_Hit> ALFA_HitCollection; typedef AtlasHitsVector<ALFA_Hit> ALFA_HitCollection;
typedef AtlasHitsVector<ALFA_Hit>::iterator ALFA_HitIter; typedef AtlasHitsVector<ALFA_Hit>::iterator ALFA_HitIter;
......
...@@ -8,10 +8,7 @@ ...@@ -8,10 +8,7 @@
#include "ALFA_SimEv/ALFA_ODHit.h" #include "ALFA_SimEv/ALFA_ODHit.h"
#include "HitManagement/AtlasHitsVector.h" #include "HitManagement/AtlasHitsVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#ifndef __CINT__
#include "CLIDSvc/CLASS_DEF.h"
#endif
typedef AtlasHitsVector<ALFA_ODHit> ALFA_ODHitCollection; typedef AtlasHitsVector<ALFA_ODHit> ALFA_ODHitCollection;
typedef AtlasHitsVector<ALFA_ODHit>::iterator ALFA_ODHitIter; typedef AtlasHitsVector<ALFA_ODHit>::iterator ALFA_ODHitIter;
......
...@@ -7,8 +7,7 @@ atlas_subdir( ALFA_SimEv ) ...@@ -7,8 +7,7 @@ atlas_subdir( ALFA_SimEv )
# 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
PRIVATE PRIVATE
GaudiKernel ) GaudiKernel )
...@@ -21,12 +20,12 @@ atlas_add_library( ALFA_SimEv ...@@ -21,12 +20,12 @@ atlas_add_library( ALFA_SimEv
src/*.cxx src/*.cxx
PUBLIC_HEADERS ALFA_SimEv PUBLIC_HEADERS ALFA_SimEv
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} GaudiKernel ) PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel )
atlas_add_dictionary( ALFA_SimEvDict atlas_add_dictionary( ALFA_SimEvDict
ALFA_SimEv/ALFA_SimEvDict.h ALFA_SimEv/ALFA_SimEvDict.h
ALFA_SimEv/selection.xml ALFA_SimEv/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} SGTools HitManagement GaudiKernel ALFA_SimEv ) LINK_LIBRARIES ${ROOT_LIBRARIES} HitManagement GaudiKernel ALFA_SimEv )
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