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

EventCommonD3PDMaker: SGTools->AthenaKernel

Adjust for headers moved from SGTools to AthenaKernel.
parent 5b9f799c
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ atlas_depends_on_subdirs( PRIVATE ...@@ -10,7 +10,6 @@ atlas_depends_on_subdirs( PRIVATE
Control/AthenaBaseComps Control/AthenaBaseComps
Control/AthenaKernel Control/AthenaKernel
Control/Navigation Control/Navigation
Control/SGTools
Database/AthenaPOOL/AthenaPoolUtilities Database/AthenaPOOL/AthenaPoolUtilities
Database/IOVDbDataModel Database/IOVDbDataModel
Event/EventBookkeeperMetaData Event/EventBookkeeperMetaData
...@@ -36,7 +35,7 @@ atlas_add_component( EventCommonD3PDMaker ...@@ -36,7 +35,7 @@ atlas_add_component( EventCommonD3PDMaker
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel Navigation SGTools AthenaPoolUtilities IOVDbDataModel EventBookkeeperMetaData EventKernel FourMomUtils NavFourMom xAODBase xAODEventInfo GaudiKernel LumiBlockCompsLib ParticleEvent D3PDMakerUtils JetEvent ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel Navigation AthenaPoolUtilities IOVDbDataModel EventBookkeeperMetaData EventKernel FourMomUtils NavFourMom xAODBase xAODEventInfo GaudiKernel LumiBlockCompsLib ParticleEvent D3PDMakerUtils JetEvent )
# Install files from the package: # Install files from the package:
atlas_install_headers( EventCommonD3PDMaker ) atlas_install_headers( EventCommonD3PDMaker )
......
...@@ -536,7 +536,6 @@ TBranch ...@@ -536,7 +536,6 @@ TBranch
GenParticle GenParticle
const const
LArParameterization LArParameterization
SGTools
IOVDbSvc IOVDbSvc
jacob jacob
ndof ndof
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/ */
// $Id$ // $Id$
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "EventKernel/INavigable4Momentum.h" #include "EventKernel/INavigable4Momentum.h"
#include "EventKernel/IParticle.h" #include "EventKernel/IParticle.h"
#include "SGTools/BaseInfo.h" #include "AthenaKernel/BaseInfo.h"
SG_ADD_BASE (IParticle, SG_VIRTUAL(INavigable4Momentum)); SG_ADD_BASE (IParticle, SG_VIRTUAL(INavigable4Momentum));
......
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