ATLAS Offline Software
|
Interface of a tool which retrieves and monitors all non-success status codes returned by algorithms. More...
#include <ITrigErrorMonTool.h>
Public Member Functions | |
DeclareInterfaceID (ITrigErrorMonTool, 1, 0) | |
virtual std::unordered_map< std::string_view, StatusCode > | algExecErrors (const EventContext &eventContext) const =0 |
Produce a subset of IAlgExecStateSvc::algExecStates with only non-success StatusCodes and fill relevant histograms. More... | |
Interface of a tool which retrieves and monitors all non-success status codes returned by algorithms.
Definition at line 14 of file ITrigErrorMonTool.h.
|
pure virtual |
Produce a subset of IAlgExecStateSvc::algExecStates with only non-success StatusCodes and fill relevant histograms.
ITrigErrorMonTool::DeclareInterfaceID | ( | ITrigErrorMonTool | , |
1 | , | ||
0 | |||
) |