Skip to content
Snippets Groups Projects
Commit d55feb72 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

MdtVsTgcRawDataMonitoring: Remove reference to obsolete package DataModel.

Former-commit-id: 66709c52
parent 813d2a8e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ atlas_subdir( MdtVsTgcRawDataMonitoring ) ...@@ -8,7 +8,6 @@ atlas_subdir( MdtVsTgcRawDataMonitoring )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/AthenaMonitoring Control/AthenaMonitoring
Control/DataModel
Control/StoreGate Control/StoreGate
Event/xAOD/xAODMuon Event/xAOD/xAODMuon
GaudiKernel GaudiKernel
...@@ -42,7 +41,7 @@ atlas_add_component( MdtVsTgcRawDataMonitoring ...@@ -42,7 +41,7 @@ atlas_add_component( MdtVsTgcRawDataMonitoring
src/components/*.cxx src/components/*.cxx
src/functions/*.cxx src/functions/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} 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: # Install files from the package:
atlas_install_headers( MdtVsTgcRawDataMonitoring ) atlas_install_headers( MdtVsTgcRawDataMonitoring )
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "StoreGate/StoreGateSvc.h" #include "StoreGate/StoreGateSvc.h"
#include "GaudiKernel/MsgStream.h" #include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/NTuple.h" #include "GaudiKernel/NTuple.h"
#include "DataModel/DataLink.h"
#include "GaudiKernel/ToolHandle.h" #include "GaudiKernel/ToolHandle.h"
#include "AthenaMonitoring/AthenaMonManager.h" #include "AthenaMonitoring/AthenaMonManager.h"
......
...@@ -12,7 +12,6 @@ branches run ...@@ -12,7 +12,6 @@ branches run
use AtlasPolicy AtlasPolicy-* use AtlasPolicy AtlasPolicy-*
use StoreGate StoreGate-* Control use StoreGate StoreGate-* Control
use DataModel DataModel-* Control
use AthenaMonitoring AthenaMonitoring-* Control use AthenaMonitoring AthenaMonitoring-* Control
use GaudiInterface GaudiInterface-* External use GaudiInterface GaudiInterface-* External
use AtlasROOT AtlasROOT-* External use AtlasROOT AtlasROOT-* External
......
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