Skip to content
Snippets Groups Projects
Commit 1d33a48b authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'datamodel.TrackParticleTPCnv-20171214' into 'master'

TrackParticleTPCnv: DataModel -> AthLinks.

See merge request atlas/athena!7433

Former-commit-id: d87a2f22
parents 71d6ca6f 99babaec
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ atlas_subdir( TrackParticleTPCnv ) ...@@ -7,7 +7,7 @@ atlas_subdir( TrackParticleTPCnv )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/DataModel Control/AthLinks
Control/DataModelAthenaPool Control/DataModelAthenaPool
Database/AthenaPOOL/AthenaPoolCnvSvc Database/AthenaPOOL/AthenaPoolCnvSvc
Database/AthenaPOOL/AthenaPoolUtilities Database/AthenaPOOL/AthenaPoolUtilities
...@@ -32,11 +32,11 @@ atlas_add_tpcnv_library( TrackParticleTPCnv ...@@ -32,11 +32,11 @@ atlas_add_tpcnv_library( TrackParticleTPCnv
src/Particle/*.cxx src/Particle/*.cxx
PUBLIC_HEADERS TrackParticleTPCnv PUBLIC_HEADERS TrackParticleTPCnv
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} DataModel DataModelAthenaPoolLib AthenaPoolCnvSvcLib AthenaPoolUtilities Particle TrkParameters TrkParticleBase TrkTrack VxVertex TrkEventTPCnv AthenaKernel CxxUtils GeoPrimitives ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} AthLinks DataModelAthenaPoolLib AthenaPoolCnvSvcLib AthenaPoolUtilities Particle TrkParameters TrkParticleBase TrkTrack VxVertex TrkEventTPCnv AthenaKernel CxxUtils GeoPrimitives )
atlas_add_dictionary( TrackParticleTPCnvDict atlas_add_dictionary( TrackParticleTPCnvDict
TrackParticleTPCnv/TrackParticleTPCnvDict.h TrackParticleTPCnv/TrackParticleTPCnvDict.h
TrackParticleTPCnv/selection.xml TrackParticleTPCnv/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} DataModel DataModelAthenaPoolLib AthenaPoolCnvSvcLib AthenaPoolUtilities Particle TrkParameters TrkParticleBase TrkTrack VxVertex TrkEventTPCnv AthenaKernel CxxUtils GeoPrimitives TrackParticleTPCnv ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} AthLinks DataModelAthenaPoolLib AthenaPoolCnvSvcLib AthenaPoolUtilities Particle TrkParameters TrkParticleBase TrkTrack VxVertex TrkEventTPCnv AthenaKernel CxxUtils GeoPrimitives TrackParticleTPCnv )
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
// Element Link for track collection // Element Link for track collection
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "DataModelAthenaPool/ElementLinkCnv_p1.h" #include "DataModelAthenaPool/ElementLinkCnv_p1.h"
#include "DataModel/ElementLink.h" #include "AthLinks/ElementLink.h"
#include "TrkTrack/TrackCollection.h" #include "TrkTrack/TrackCollection.h"
#include "VxVertex/VxContainer.h" #include "VxVertex/VxContainer.h"
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Element Link for track collection // Element Link for track collection
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "DataModel/ElementLink.h" #include "AthLinks/ElementLink.h"
#include "TrkTrack/TrackCollection.h" #include "TrkTrack/TrackCollection.h"
#include "VxVertex/VxContainer.h" #include "VxVertex/VxContainer.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