![]() |
ATLAS Offline Software
|
#include <PerfMonMTAuditor.h>
Public Member Functions | |
PerfMonMTAuditor (const std::string &name, ISvcLocator *pSvcLocator) | |
Constructor. More... | |
virtual StatusCode | initialize () override |
Gaudi hooks. More... | |
virtual void | before (const std::string &event, const std::string &name, const EventContext &) override |
Implement inherited methods from Auditor. More... | |
virtual void | after (const std::string &event, const std::string &name, const EventContext &, const StatusCode &) override |
Private Attributes | |
ServiceHandle< IPerfMonMTSvc > | m_perfMonMTSvc |
Handle to PerfMonMTSvc. More... | |
Definition at line 18 of file PerfMonMTAuditor.h.
PerfMonMTAuditor::PerfMonMTAuditor | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator | ||
) |
Constructor.
Definition at line 18 of file PerfMonMTAuditor.cxx.
|
overridevirtual |
Definition at line 43 of file PerfMonMTAuditor.cxx.
|
overridevirtual |
Implement inherited methods from Auditor.
Definition at line 38 of file PerfMonMTAuditor.cxx.
|
overridevirtual |
Gaudi hooks.
Definition at line 28 of file PerfMonMTAuditor.cxx.
|
private |
Handle to PerfMonMTSvc.
Definition at line 38 of file PerfMonMTAuditor.h.