1 #ifndef ATLASAUDITOR_NAMEAUDITOR_H
2 #define ATLASAUDITOR_NAMEAUDITOR_H
17 virtual void i_before(CustomEventTypeRef
evt,
const std::string& caller);
19 virtual void i_after(CustomEventTypeRef evt,
const std::string& caller,
const StatusCode&
sc);
virtual void i_after(CustomEventTypeRef evt, const std::string &caller, const StatusCode &sc)
Print a message on "after".
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
virtual void i_before(CustomEventTypeRef evt, const std::string &caller)
Print a message on "before".
Base class with common functionalities shared by few auditor implementations.
NameAuditor(const std::string &name, ISvcLocator *pSvcLocator)
This class is used for returning status codes from appropriate routines.
const std::string & name() const override
Prints the name of each algorithm before entering the algorithm and after leaving it...