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

ALFA_SimEv: CLIDSvc -> AthenaKernel

Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
Also remove unneeded dependency on SGTools.



Former-commit-id: f5074449ef24497b98fb57df121a0c33facc275e
parent da71d737
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