collection of useful utilities to print INTuple object (currently used for implementation of class GaudiTupleAlg and class GaudiTupleTool)
More...
#include <GaudiAlg/Print.h>
collection of useful utilities to print INTuple object (currently used for implementation of class GaudiTupleAlg and class GaudiTupleTool)
- See Also
- INTuple
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@l.nosp@m.app..nosp@m.in2p3.nosp@m..fr
- Date
- 2005-08-04
Definition at line 173 of file Print.h.
| std::string GaudiAlg::PrintTuple::print |
( |
const INTuple * |
tuple | ) |
|
|
static |
Definition at line 206 of file Print.cpp.
{
( "Title=\"%|.39s|\" %|48t|#items=%|-3|%|50t|{%|.81s|}" ) ;
fmt % tuple->
items().size() ;
fmt % _print( tuple->
items() ) ;
return fmt.str() ;
}
The documentation for this class was generated from the following files:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiAlg/GaudiAlg/Print.h
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiAlg/src/lib/Print.cpp