Skip to content
Snippets Groups Projects
Commit 8559fdce authored by Takashi Yamanaka's avatar Takashi Yamanaka
Browse files

Merge branch 'datamodel.MuonD3PDMaker-20170423' into 'master'

MuonD3PDMaker: DataModel -> AthContainers.

See merge request !1110
parents 37c4ef75 d7ab0819
No related merge requests found
......@@ -10,7 +10,7 @@ atlas_depends_on_subdirs( PRIVATE
Control/AthenaBaseComps
Control/AthenaKernel
Control/CxxUtils
Control/DataModel
Control/AthContainers
Control/SGTools
Control/StoreGate
DetectorDescription/AtlasDetDescr
......@@ -59,7 +59,7 @@ atlas_add_component( MuonD3PDMaker
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} AthenaBaseComps AthenaKernel CxxUtils DataModel SGTools StoreGateLib SGtests AtlasDetDescr EventInfo EventKernel FourMomUtils xAODMuon xAODTracking xAODTruth GaudiKernel MuonCalibITools MuonIdHelpersLib MuonPattern MuonPrepRawData MuonSegment MuonRecHelperToolsLib MuonRecToolInterfaces MuonSimEvent AnalysisTriggerEvent D3PDMakerUtils TriggerD3PDMakerLib MCTruthClassifierLib McParticleEvent muonEvent TrkGeometry TrkEventPrimitives TrkPrepRawData TrkSegment TrkTrackSummary TrkTruthData TrkExInterfaces TrkToolInterfaces TrigObjectMatchingLib TrigInDetEvent TrigMuonEvent )
LINK_LIBRARIES ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} AthenaBaseComps AthenaKernel CxxUtils AthContainers SGTools StoreGateLib SGtests AtlasDetDescr EventInfo EventKernel FourMomUtils xAODMuon xAODTracking xAODTruth GaudiKernel MuonCalibITools MuonIdHelpersLib MuonPattern MuonPrepRawData MuonSegment MuonRecHelperToolsLib MuonRecToolInterfaces MuonSimEvent AnalysisTriggerEvent D3PDMakerUtils TriggerD3PDMakerLib MCTruthClassifierLib McParticleEvent muonEvent TrkGeometry TrkEventPrimitives TrkPrepRawData TrkSegment TrkTrackSummary TrkTruthData TrkExInterfaces TrkToolInterfaces TrigObjectMatchingLib TrigInDetEvent TrigMuonEvent )
# Install files from the package:
atlas_install_python_modules( python/*.py )
......
......@@ -11,7 +11,7 @@ use AtlasBoost AtlasBoost-* External
use CxxUtils CxxUtils-* Control
use AthenaKernel AthenaKernel-* Control
use SGTools SGTools-* Control
use DataModel DataModel-* Control
use AthContainers AthContainers-* Control
use AthenaBaseComps AthenaBaseComps-* Control
use StoreGate StoreGate-* Control
use EventKernel EventKernel-* Event
......
......@@ -14,7 +14,7 @@
#include "xAODTruth/TruthParticleContainer.h"
#include "EventKernel/PdtPdg.h"
#include "DataModel/ConstDataVector.h"
#include "AthContainers/ConstDataVector.h"
#include "AthenaKernel/errorcheck.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