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

AFP_SimEvByteStreamCnvSvcBase: CLIDSvc -> AthenaKernel

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



Former-commit-id: 42a103b3
parent cb21b506
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
#include "AFP_SimEv/AFP_SIDSimHit.h" #include "AFP_SimEv/AFP_SIDSimHit.h"
#include "HitManagement/AtlasHitsVector.h" #include "HitManagement/AtlasHitsVector.h"
#ifndef __CINT__ #include "AthenaKernel/CLASS_DEF.h"
#include "CLIDSvc/CLASS_DEF.h"
#endif //__CINT__
typedef AtlasHitsVector<AFP_SIDSimHit> AFP_SIDSimHitCollection; typedef AtlasHitsVector<AFP_SIDSimHit> AFP_SIDSimHitCollection;
typedef AtlasHitsVector<AFP_SIDSimHit>::iterator AFP_SIDSimHitIter; typedef AtlasHitsVector<AFP_SIDSimHit>::iterator AFP_SIDSimHitIter;
......
...@@ -9,9 +9,7 @@ ...@@ -9,9 +9,7 @@
#include "AFP_SimEv/AFP_TDSimHit.h" #include "AFP_SimEv/AFP_TDSimHit.h"
#include "HitManagement/AtlasHitsVector.h" #include "HitManagement/AtlasHitsVector.h"
#ifndef __CINT__ #include "AthenaKernel/CLASS_DEF.h"
#include "CLIDSvc/CLASS_DEF.h"
#endif //__CINT__
typedef AtlasHitsVector<AFP_TDSimHit> AFP_TDSimHitCollection; typedef AtlasHitsVector<AFP_TDSimHit> AFP_TDSimHitCollection;
typedef AtlasHitsVector<AFP_TDSimHit>::iterator AFP_TDSimHitIter; typedef AtlasHitsVector<AFP_TDSimHit>::iterator AFP_TDSimHitIter;
......
...@@ -7,8 +7,7 @@ atlas_subdir( AFP_SimEv ) ...@@ -7,8 +7,7 @@ atlas_subdir( AFP_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( AFP_SimEv ...@@ -21,12 +20,12 @@ atlas_add_library( AFP_SimEv
src/*.cxx src/*.cxx
PUBLIC_HEADERS AFP_SimEv PUBLIC_HEADERS AFP_SimEv
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES SGTools HitManagement LINK_LIBRARIES HitManagement
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel ) PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel )
atlas_add_dictionary( AFP_SimEvDict atlas_add_dictionary( AFP_SimEvDict
AFP_SimEv/AFP_SimEvDict.h AFP_SimEv/AFP_SimEvDict.h
AFP_SimEv/selection.xml AFP_SimEv/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} SGTools HitManagement GaudiKernel AFP_SimEv ) LINK_LIBRARIES ${ROOT_LIBRARIES} HitManagement GaudiKernel AFP_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