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

ReweightTools: DataModel -> AthContainers.

Remove references to obsolete package DataModel.
Also clean up references to files in CLIDSvc and SGTools that were
moved to other packages.
parent 122af8ce
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -11,7 +11,7 @@ atlas_depends_on_subdirs( PUBLIC
GaudiKernel GaudiKernel
Generators/GenInterfaces Generators/GenInterfaces
PRIVATE PRIVATE
Control/DataModel Control/AthContainers
Control/StoreGate Control/StoreGate
Generators/GeneratorObjects ) Generators/GeneratorObjects )
...@@ -25,12 +25,12 @@ atlas_add_library( ReweightToolsLib ...@@ -25,12 +25,12 @@ atlas_add_library( ReweightToolsLib
PUBLIC_HEADERS ReweightTools PUBLIC_HEADERS ReweightTools
INCLUDE_DIRS ${LHAPDF_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS} INCLUDE_DIRS ${LHAPDF_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS}
LINK_LIBRARIES ${LHAPDF_LIBRARIES} ${HEPMC_LIBRARIES} AthenaBaseComps GaudiKernel StoreGateLib SGtests LINK_LIBRARIES ${LHAPDF_LIBRARIES} ${HEPMC_LIBRARIES} AthenaBaseComps GaudiKernel StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES DataModel GeneratorObjects ) PRIVATE_LINK_LIBRARIES AthContainers GeneratorObjects )
atlas_add_component( ReweightTools atlas_add_component( ReweightTools
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${LHAPDF_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS} INCLUDE_DIRS ${LHAPDF_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS}
LINK_LIBRARIES ${LHAPDF_LIBRARIES} ${HEPMC_LIBRARIES} AthenaBaseComps GaudiKernel DataModel StoreGateLib SGtests GeneratorObjects ReweightToolsLib ) LINK_LIBRARIES ${LHAPDF_LIBRARIES} ${HEPMC_LIBRARIES} AthenaBaseComps GaudiKernel AthContainers StoreGateLib SGtests GeneratorObjects ReweightToolsLib )
# Install files from the package: # Install files from the package:
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "GaudiKernel/MsgStream.h" #include "GaudiKernel/MsgStream.h"
#include "StoreGate/StoreGateSvc.h" #include "StoreGate/StoreGateSvc.h"
#include "DataModel/DataVector.h" #include "AthContainers/DataVector.h"
#include "GeneratorObjects/McEventCollection.h" #include "GeneratorObjects/McEventCollection.h"
#include "HepMC/GenEvent.h" #include "HepMC/GenEvent.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