Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
NameAuditor.h
Go to the documentation of this file.
1 #ifndef ATLASAUDITOR_NAMEAUDITOR_H
2 #define ATLASAUDITOR_NAMEAUDITOR_H
3 
4 #include "CommonAuditor.h"
5 
11 class NameAuditor : public CommonAuditor {
12 public:
13  using CommonAuditor::CommonAuditor;
14 
15 private:
17  void i_before( CustomEventTypeRef evt, const std::string& caller ) override;
19  void i_after( CustomEventTypeRef evt, const std::string& caller, const StatusCode& sc ) override;
20 };
21 
22 #endif
void i_after(CustomEventTypeRef evt, const std::string &caller, const StatusCode &sc) override
Print a message on "after".
Definition: NameAuditor.cpp:15
Base class with common functionalities shared by few auditor implementations.
Definition: CommonAuditor.h:8
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:50
void i_before(CustomEventTypeRef evt, const std::string &caller) override
Print a message on "before".
Definition: NameAuditor.cpp:11
Prints the name of each algorithm before entering the algorithm and after leaving it...
Definition: NameAuditor.h:11
evt
Definition: IOTest.py:94