From adf9efee7cbbf5b802a24835320d23f3a0fa4c83 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <Frank.Winklmeier@cern.ch> Date: Fri, 27 Jan 2017 15:51:46 +0100 Subject: [PATCH] Fix build failure due to Gaudi changes (ATR-15756) (TrigServices-20-10-15) * TrigServices-20-10-15 * src/HltEventLoopMgr.cxx: Fix build failure due to Gaudi changes (ATR-15756) Former-commit-id: 7aef2065e5d7e168bc53257a742330a43d97a88e --- HLT/Trigger/TrigControl/TrigServices/src/HltEventLoopMgr.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HLT/Trigger/TrigControl/TrigServices/src/HltEventLoopMgr.cxx b/HLT/Trigger/TrigControl/TrigServices/src/HltEventLoopMgr.cxx index 34c022d7b9d..ac5b0154812 100644 --- a/HLT/Trigger/TrigControl/TrigServices/src/HltEventLoopMgr.cxx +++ b/HLT/Trigger/TrigControl/TrigServices/src/HltEventLoopMgr.cxx @@ -312,7 +312,9 @@ HltEventLoopMgr::HltEventLoopMgr(const std::string& nam, declareProperty("Lvl1CTPROBcheck", m_lvl1CTPROBcheck=true); declareProperty("WriteTruncatedHLTtoDebug", m_writeHltTruncationToDebug=true); declareProperty("HltTruncationDebugStreamName", m_HltTruncationDebugStreamName ="TruncatedHLTResult"); - declareProperty("ExcludeFromHltTruncationDebugStream", m_excludeFromHltTruncationDebugStream ={"CostMonitoring"}); + declareProperty("ExcludeFromHltTruncationDebugStream", m_excludeFromHltTruncationDebugStream ); + + m_excludeFromHltTruncationDebugStream.value().push_back("CostMonitoring"); } //========================================================================= -- GitLab