Skip to content
Snippets Groups Projects
Commit 86ee9ef0 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'datamodel.xAODEgammaCnv-20180322' into 'master'

xAODEgammaCnv: DataModel -> AthContainers.

See merge request atlas/athena!9946
parents eef21765 ea043fa0
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ atlas_subdir( xAODEgammaCnv ) ...@@ -7,7 +7,7 @@ atlas_subdir( xAODEgammaCnv )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/DataModel Control/AthContainers
Event/xAOD/xAODEgamma Event/xAOD/xAODEgamma
GaudiKernel GaudiKernel
PRIVATE PRIVATE
...@@ -24,7 +24,7 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -24,7 +24,7 @@ atlas_depends_on_subdirs( PUBLIC
atlas_add_component( xAODEgammaCnv atlas_add_component( xAODEgammaCnv
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
LINK_LIBRARIES DataModel xAODEgamma GaudiKernel AthenaBaseComps AthenaKernel FourMom xAODTracking xAODTruth ParticleEvent Particle egammaEvent ) LINK_LIBRARIES AthContainers xAODEgamma GaudiKernel AthenaBaseComps AthenaKernel FourMom xAODTracking xAODTruth ParticleEvent Particle egammaEvent )
# Install files from the package: # Install files from the package:
atlas_install_headers( xAODEgammaCnv ) atlas_install_headers( xAODEgammaCnv )
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// Gaudi/Athena include(s): // Gaudi/Athena include(s):
#include "GaudiKernel/IAlgTool.h" #include "GaudiKernel/IAlgTool.h"
#include "DataModel/DataVector.h" #include "AthContainers/DataVector.h"
// EDM include(s): // EDM include(s):
#include "xAODEgamma/ElectronContainer.h" #include "xAODEgamma/ElectronContainer.h"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// Gaudi/Athena include(s): // Gaudi/Athena include(s):
#include "GaudiKernel/IAlgTool.h" #include "GaudiKernel/IAlgTool.h"
#include "DataModel/DataVector.h" #include "AthContainers/DataVector.h"
// EDM include(s): // EDM include(s):
#include "xAODEgamma/PhotonContainer.h" #include "xAODEgamma/PhotonContainer.h"
......
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