Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiHistoID.h File Reference

#include <string>

Include dependency graph for GaudiHistoID.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  GaudiAlg

Classes

class  GaudiAlg::ID
 ID class for Histogram and Ntuples. More...

Defines

#define GAUDIALG_GAUDIHISTOID_H   1

Functions

std::ostream & operator<< (std::ostream &str, const GaudiAlg::ID &id)
 Operator overloading for ostream.


Define Documentation

#define GAUDIALG_GAUDIHISTOID_H   1

Definition at line 16 of file GaudiHistoID.h.


Function Documentation

std::ostream& operator<< ( std::ostream &  str,
const GaudiAlg::ID id 
) [inline]

Operator overloading for ostream.

Definition at line 139 of file GaudiHistoID.h.

00140 {
00141   if      ( id.numeric() ) { str << id.numericID(); }
00142   else if ( id.literal() ) { str << id.literalID(); }
00143   else                     { str << "UNDEFINED";    }
00144   return str;
00145 }


Generated at Thu Jan 8 17:44:48 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004