Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
IAuditor.h File Reference
#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

const char * toStr (IAuditor::StandardEventType e)
 Simple mapping function from IAuditor::StandardEventType to string.
 
std::ostream & operator<< (std::ostream &s, IAuditor::StandardEventType e)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
IAuditor::StandardEventType  e 
)
inline

Definition at line 121 of file IAuditor.h.

{
return s << toStr(e);
}
const char* toStr ( IAuditor::StandardEventType  e)
inline

Simple mapping function from IAuditor::StandardEventType to string.

Definition at line 106 of file IAuditor.h.

{
switch (e) {
case IAuditor::Initialize : return "Initialize";
case IAuditor::ReInitialize : return "ReInitialize";
case IAuditor::Execute : return "Execute";
case IAuditor::BeginRun : return "BeginRun";
case IAuditor::EndRun : return "EndRun";
case IAuditor::Finalize : return "Finalize";
case IAuditor::Start : return "Start";
case IAuditor::Stop : return "Stop";
case IAuditor::ReStart : return "ReStart";
}
return NULL; // cannot be reached, but make the compiler happy
}

Generated at Wed Jun 4 2014 14:48:59 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004