 |
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"
29 virtual std::unordered_map<std::string_view, StatusCode>
algExecErrors(
const EventContext& eventContext)
const override;
33 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring tool"};
34 ToolHandle<TrigCompositeUtils::AlgToChainTool>
m_algToChainTool {
this,
"AlgToChainTool",
"",
"Tool to retrieve chains for algorithm"};
38 #endif // TRIGSTEERMONITOR_TRIGERRORMONTOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.
Header file to be included by clients of the Monitored infrastructure.