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

MissingETD3PDMaker: SGTools->AthenaKernel

Update for headers moved from SGTools to AthenaKernel.
parent 74565e0d
No related branches found
No related tags found
Loading
...@@ -20,7 +20,6 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -20,7 +20,6 @@ atlas_depends_on_subdirs( PUBLIC
Reconstruction/Particle Reconstruction/Particle
PRIVATE PRIVATE
Control/AthenaKernel Control/AthenaKernel
Control/SGTools
Event/FourMomUtils Event/FourMomUtils
Event/xAOD/xAODMissingET Event/xAOD/xAODMissingET
Reconstruction/MuonIdentification/muonEvent Reconstruction/MuonIdentification/muonEvent
...@@ -36,7 +35,7 @@ atlas_add_component( MissingETD3PDMaker ...@@ -36,7 +35,7 @@ atlas_add_component( MissingETD3PDMaker
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CaloEvent StoreGateLib SGtests EventKernel GaudiKernel D3PDMakerUtils JetEvent MissingETEvent MissingETGoodnessLib MissingETPerformanceLib Particle AthenaKernel SGTools FourMomUtils xAODMissingET muonEvent egammaEvent tauEvent ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CaloEvent StoreGateLib SGtests EventKernel GaudiKernel D3PDMakerUtils JetEvent MissingETEvent MissingETGoodnessLib MissingETPerformanceLib Particle AthenaKernel FourMomUtils xAODMissingET muonEvent egammaEvent tauEvent )
# Install files from the package: # Install files from the package:
atlas_install_headers( MissingETD3PDMaker ) atlas_install_headers( MissingETD3PDMaker )
......
/* /*
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$
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "MissingETEvent/MissingEtCalo.h" #include "MissingETEvent/MissingEtCalo.h"
#include "SGTools/BaseInfo.h" #include "AthenaKernel/BaseInfo.h"
SG_ADD_BASE (MissingEtCalo, MissingET); SG_ADD_BASE (MissingEtCalo, MissingET);
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