Skip to content
Snippets Groups Projects
Commit 0f0e1d92 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (MuonDQAMonitoring-01-03-07)

	* tagging MuonDQAMonitoring-01-03-07
	* share/MuonDetMonitoring.py: init local variables MuonESDMon and MuonRawMon
parent 909c8f30
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: MuonDQAMonitoring
################################################################################
# Declare the package name:
atlas_subdir( MuonDQAMonitoring )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaMonitoring
Control/StoreGate
GaudiKernel
PRIVATE
DataQuality/DataQualityInterfaces
Event/EventInfo
TestPolicy
Trigger/TrigT1/TrigT1Result )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11 )
find_package( dqm-common )
find_package( tdaq-common )
# Component(s) in the package:
atlas_add_component( MuonDQAMonitoring
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${DQM-COMMON_INCLUDE_DIRS} ${TDAQ-COMMON_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${DQM-COMMON_LIBRARIES} ${TDAQ-COMMON_LIBRARIES} AthenaMonitoringLib StoreGateLib SGtests GaudiKernel DataQualityInterfaces EventInfo TrigT1Result )
# Install files from the package:
atlas_install_headers( MuonDQAMonitoring )
atlas_install_joboptions( share/*.py )
......@@ -102,6 +102,8 @@ else:
#----------------------#
# Muon raw monitoring #
#----------------------#
MuonRawMon=False
MuonESDMon=False
if DQMonFlags.monManEnvironment() == 'online':
MuonRawMon=True
MuonESDMon=True
......
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