|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGSTEERMONITOR_TRIGERRORMONTOOL_H
5 #define TRIGSTEERMONITOR_TRIGERRORMONTOOL_H
11 #include "GaudiKernel/EventContext.h"
14 class IAlgExecStateSvc;
30 virtual std::unordered_map<std::string_view, StatusCode>
algExecErrors(
const EventContext& eventContext)
const override;
35 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring tool"};
36 ToolHandle<TrigCompositeUtils::AlgToChainTool>
m_algToChainTool {
this,
"AlgToChainTool",
"",
"Tool to retrieve chains for algorithm"};
40 #endif // TRIGSTEERMONITOR_TRIGERRORMONTOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.
Header file to be included by clients of the Monitored infrastructure.