Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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

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

Function Documentation

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

Definition at line 105 of file IAuditor.h.

00105                                                                               {
00106   switch (e) {
00107     case IAuditor::Initialize   : return s << "Initialize";
00108     case IAuditor::ReInitialize : return s << "ReInitialize";
00109     case IAuditor::Execute      : return s << "Execute";
00110     case IAuditor::BeginRun     : return s << "BeginRun";
00111     case IAuditor::EndRun       : return s << "EndRun";
00112     case IAuditor::Finalize     : return s << "Finalize";
00113     case IAuditor::Start        : return s << "Start";
00114     case IAuditor::Stop         : return s << "Stop";
00115     case IAuditor::ReStart      : return s << "ReStart";
00116   }
00117   return s; // cannot be reached, but make the compiler happy
00118 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:26:31 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004