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

TrigBphysHypo: DataModel -> AthLinks.

Remove references to obsolete package DataModel.
parent b12c408c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ atlas_subdir( TrigBphysHypo )
atlas_depends_on_subdirs( PRIVATE
Control/AthenaBaseComps
Control/AthenaKernel
Control/DataModel
Control/AthLinks
Control/StoreGate
DetectorDescription/GeoPrimitives
Event/EventInfo
......@@ -51,7 +51,7 @@ atlas_add_component( TrigBphysHypo
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} AthenaBaseComps AthenaKernel DataModel StoreGateLib SGtests GeoPrimitives EventInfo xAODEventInfo xAODMuon xAODTracking xAODTrigBphys xAODTrigMuon GaudiKernel GeneratorObjects Particle TrkParameters TrkTrack VxVertex TrkVKalVrtFitterLib TrigBphysicsEvent TrigCaloEvent TrigInDetEvent TrigMuonEvent TrigNavigationLib TrigParticle TrigSteeringEvent TrigInterfacesLib TrigT1Interfaces TrigTimeAlgsLib )
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} AthenaBaseComps AthenaKernel AthLinks StoreGateLib SGtests GeoPrimitives EventInfo xAODEventInfo xAODMuon xAODTracking xAODTrigBphys xAODTrigMuon GaudiKernel GeneratorObjects Particle TrkParameters TrkTrack VxVertex TrkVKalVrtFitterLib TrigBphysicsEvent TrigCaloEvent TrigInDetEvent TrigMuonEvent TrigNavigationLib TrigParticle TrigSteeringEvent TrigInterfacesLib TrigT1Interfaces TrigTimeAlgsLib )
# Install files from the package:
atlas_install_headers( TrigBphysHypo )
......
......@@ -27,7 +27,7 @@
//// trigger includes
#include "TrigInterfaces/ComboAlgo.h"
#include "xAODMuon/Muon.h"
#include "DataModel/ElementLink.h"
#include "AthLinks/ElementLink.h"
// forward includes
class TrigBphysHelperUtilsTool;
......
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