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

'CMakeLists.txt' (TrigMinBiasMonitoring-00-01-32)

        * mb_sp is a ref trigger for efficiency
	* TrigMinBiasMonitoring-00-01-32
parent 170f55ac
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: TrigMinBiasMonitoring
################################################################################
# Declare the package name:
atlas_subdir( TrigMinBiasMonitoring )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Calorimeter/CaloIdentifier
Control/AthenaMonitoring
Event/xAOD/xAODEventInfo
ForwardDetectors/ZDC/ZdcIdentifier
GaudiKernel
InnerDetector/InDetRecTools/InDetTrackSelectionTool
Trigger/TrigAnalysis/TrigDecisionTool
Trigger/TrigMonitoring/TrigHLTMonitoring
PRIVATE
Calorimeter/CaloEvent
Calorimeter/CaloGeoHelpers
Event/xAOD/xAODTracking
Event/xAOD/xAODTrigMinBias
ForwardDetectors/LUCID/LUCID_RawEvent
ForwardDetectors/ZDC/ZdcEvent
InnerDetector/InDetRawEvent/InDetBCM_RawData
TileCalorimeter/TileEvent
Trigger/TrigEvent/TrigCaloEvent
Trigger/TrigEvent/TrigInDetEvent )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread MathMore Minuit Minuit2 Matrix Physics HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11 )
# Component(s) in the package:
atlas_add_library( TrigMinBiasMonitoringLib
src/*.cxx
PUBLIC_HEADERS TrigMinBiasMonitoring
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} CaloIdentifier xAODEventInfo ZdcIdentifier GaudiKernel AthenaMonitoringLib TrigDecisionToolLib TrigHLTMonitoringLib
PRIVATE_LINK_LIBRARIES CaloEvent CaloGeoHelpers xAODTracking xAODTrigMinBias LUCID_RawEvent ZdcEvent InDetBCM_RawData TileEvent TrigCaloEvent TrigInDetEvent )
atlas_add_component( TrigMinBiasMonitoring
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} CaloIdentifier AthenaMonitoringLib xAODEventInfo ZdcIdentifier GaudiKernel TrigDecisionToolLib TrigHLTMonitoringLib CaloEvent CaloGeoHelpers xAODTracking xAODTrigMinBias LUCID_RawEvent ZdcEvent InDetBCM_RawData TileEvent TrigCaloEvent TrigInDetEvent TrigMinBiasMonitoringLib )
# Install files from the package:
atlas_install_python_modules( python/*.py )
......@@ -27,7 +27,7 @@ def TrigMinBiasMonitoringTool():
InDetTrackParticleContainerName = "InDetTrackParticles",
monitoring_minbias = hltmonList.monitoring_minbias,
MinBiasRefTrigItem = "mb_sptrk", # "mb_sptrk" should be used
MinBiasRefTrigItem = "mb_sp", # "mb_sptrk" should be used
MinBiasAvailableAlgorithms = ['sp', 'sptrk', 'mbts', 'noalg', 'hmtperf', 'idperf', 'perf', 'hmt'], #the order here matters: more specific names should go before general eg. 'ideperf' before 'perf'...
MinBiasHistoTargets = [IDMINBIAS, IDMINBIAS, MBTS, MBTS, HMT, 0, MBTS + IDMINBIAS, HMT],
IsPassedCondtitions = [PHYSICS, PHYSICS, PHYSICS, L1_ISPASSEDBEFOREPRESCALE, PHYSICS, PHYSICS, PHYSICS, PHYSICS],
......
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