Gaudi Framework, version v20r2

Generated: 18 Jul 2008

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::ostreamoperator<< (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 Fri Jul 18 11:59:33 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004