#include "GaudiKernel/INamedInterface.h"#include <string>Include dependency graph for IAuditor.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | IAuditor |
| The IAuditor is the interface implmented by the AlgAuditor base class. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &s, IAuditor::StandardEventType e) |
Variables | |
| static const InterfaceID | IID_IAuditor (18, 2, 0) |
| std::ostream& operator<< | ( | std::ostream & | s, | |
| IAuditor::StandardEventType | e | |||
| ) | [inline] |
Definition at line 109 of file IAuditor.h.
00109 { 00110 switch (e) { 00111 case IAuditor::Initialize : return s << "Initialize"; 00112 case IAuditor::ReInitialize : return s << "ReInitialize"; 00113 case IAuditor::Execute : return s << "Execute"; 00114 case IAuditor::BeginRun : return s << "BeginRun"; 00115 case IAuditor::EndRun : return s << "EndRun"; 00116 case IAuditor::Finalize : return s << "Finalize"; 00117 case IAuditor::Start : return s << "Start"; 00118 case IAuditor::Stop : return s << "Stop"; 00119 case IAuditor::ReStart : return s << "ReStart"; 00120 } 00121 return s; // cannot be reached, but make the compiler happy 00122 }
const InterfaceID IID_IAuditor(18, 2, 0) [static] |
1.4.7