Gaudi Framework, version v22r1

Home   Generated: Mon Feb 28 2011
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

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.

                                                                              {
  switch (e) {
    case IAuditor::Initialize   : return s << "Initialize";
    case IAuditor::ReInitialize : return s << "ReInitialize";
    case IAuditor::Execute      : return s << "Execute";
    case IAuditor::BeginRun     : return s << "BeginRun";
    case IAuditor::EndRun       : return s << "EndRun";
    case IAuditor::Finalize     : return s << "Finalize";
    case IAuditor::Start        : return s << "Start";
    case IAuditor::Stop         : return s << "Stop";
    case IAuditor::ReStart      : return s << "ReStart";
  }
  return s; // cannot be reached, but make the compiler happy
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Feb 28 2011 18:27:31 for Gaudi Framework, version v22r1 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004