From d55feb72365a4b4b78c60bc2e8a5c1c9480c22ac Mon Sep 17 00:00:00 2001
From: scott snyder <scott.snyder@cern.ch>
Date: Mon, 19 Jun 2017 17:55:28 +0200
Subject: [PATCH] MdtVsTgcRawDataMonitoring: Remove reference to obsolete
 package DataModel.

Former-commit-id: 66709c52e4e972776c5086ee9add9a1240f1eb7d
---
 .../MdtVsTgcRawDataMonitoring/CMakeLists.txt                   | 3 +--
 .../MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h          | 1 -
 .../MdtVsTgcRawDataMonitoring/cmt/requirements                 | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/CMakeLists.txt b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/CMakeLists.txt
index 803c0244071..2e2d4285a51 100644
--- a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/CMakeLists.txt
+++ b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/CMakeLists.txt
@@ -8,7 +8,6 @@ atlas_subdir( MdtVsTgcRawDataMonitoring )
 # Declare the package's dependencies:
 atlas_depends_on_subdirs( PUBLIC
                           Control/AthenaMonitoring
-                          Control/DataModel
                           Control/StoreGate
                           Event/xAOD/xAODMuon
                           GaudiKernel
@@ -42,7 +41,7 @@ atlas_add_component( MdtVsTgcRawDataMonitoring
                      src/components/*.cxx
                      src/functions/*.cxx
                      INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
-                     LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} AthenaMonitoringLib DataModel StoreGateLib SGtests xAODMuon GaudiKernel MuonReadoutGeometry MuonPrepRawData MuonSegment MuonTrigCoinData MuonDQAUtilsLib muonEvent TrkSegment TrkTrack GeoPrimitives Identifier EventPrimitives MuonCalibIdentifier MuonRDO MuonCompetingRIOsOnTrack MuonRIO_OnTrack TrkSurfaces TrkEventPrimitives TrkRIO_OnTrack )
+                     LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} AthenaMonitoringLib StoreGateLib SGtests xAODMuon GaudiKernel MuonReadoutGeometry MuonPrepRawData MuonSegment MuonTrigCoinData MuonDQAUtilsLib muonEvent TrkSegment TrkTrack GeoPrimitives Identifier EventPrimitives MuonCalibIdentifier MuonRDO MuonCompetingRIOsOnTrack MuonRIO_OnTrack TrkSurfaces TrkEventPrimitives TrkRIO_OnTrack )
 
 # Install files from the package:
 atlas_install_headers( MdtVsTgcRawDataMonitoring )
diff --git a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h
index 53040dad827..8ab2c43ed5e 100644
--- a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h
+++ b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataMonitoring/MdtVsTgcRawDataValAlg.h
@@ -21,7 +21,6 @@
 #include "StoreGate/StoreGateSvc.h"
 #include "GaudiKernel/MsgStream.h"
 #include "GaudiKernel/NTuple.h"
-#include "DataModel/DataLink.h"
 #include "GaudiKernel/ToolHandle.h"
 
 #include "AthenaMonitoring/AthenaMonManager.h"
diff --git a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/cmt/requirements b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/cmt/requirements
index 631eed553fb..df94169db72 100644
--- a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/cmt/requirements
+++ b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/MdtVsTgcRawDataMonitoring/cmt/requirements
@@ -12,7 +12,6 @@ branches run
 
 use     AtlasPolicy             AtlasPolicy-*
 use     StoreGate               StoreGate-*             	Control
-use     DataModel               DataModel-*             	Control
 use     AthenaMonitoring        AthenaMonitoring-*              Control
 use     GaudiInterface          GaudiInterface-*        	External
 use     AtlasROOT               AtlasROOT-*                     External
-- 
GitLab