1 #ifndef ATLASAUDITOR_NAMEAUDITOR_H
2 #define ATLASAUDITOR_NAMEAUDITOR_H
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 const std::string & name() const
Retrieve the name of the instance.
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.
const CustomEventType & CustomEventTypeRef
Used in function calls for optimization purposes.
NameAuditor(const std::string &name, ISvcLocator *pSvcLocator)
This class is used for returning status codes from appropriate routines.
Prints the name of each algorithm before entering the algorithm and after leaving it...