1 #ifndef ATLASAUDITOR_NAMEAUDITOR_H 2 #define ATLASAUDITOR_NAMEAUDITOR_H void i_after(CustomEventTypeRef evt, const std::string &caller, const StatusCode &sc) override
Print a message on "after".
Base class with common functionalities shared by few auditor implementations.
This class is used for returning status codes from appropriate routines.
void i_before(CustomEventTypeRef evt, const std::string &caller) override
Print a message on "before".
CommonAuditor(const std::string &name, ISvcLocator *svcloc)
Constructor.
Prints the name of each algorithm before entering the algorithm and after leaving it...