|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
collection of useful utilities to print INTuple object (currently used for implementation of class GaudiTupleAlg and class GaudiTupleTool) More...
#include <GaudiAlg/Print.h>
Static Public Member Functions | |
| static std::string | print (const INTuple *tuple, const GaudiAlg::TupleID &ID) |
| static std::string | print (const INTuple *tuple) |
collection of useful utilities to print INTuple object (currently used for implementation of class GaudiTupleAlg and class GaudiTupleTool)
Definition at line 173 of file Print.h.
| std::string GaudiAlg::PrintTuple::print | ( | const INTuple * | tuple, |
| const GaudiAlg::TupleID & | ID | ||
| ) | [static] |
Definition at line 177 of file Print.cpp.
{
boost::format fmt ( " ID=%|-12|%|18t|%|-s|") ;
fmt % ID.idAsString() % print ( tuple ) ;
return fmt.str() ;
}
| std::string GaudiAlg::PrintTuple::print | ( | const INTuple * | tuple ) | [static] |