|
Gaudi Framework, version v22r1 |
| Home | Generated: Mon Feb 28 2011 |
collection of useful utilities to print StatEntity (currently used for implementation of class GaudiAlgorithm and class GaudiTool) More...
#include <GaudiAlg/Print.h>
Static Public Member Functions | |
| static std::string | print (const StatEntity &stat, const std::string &tag) |
collection of useful utilities to print StatEntity (currently used for implementation of class GaudiAlgorithm and class GaudiTool)
Definition at line 193 of file Print.h.
| std::string GaudiAlg::PrintStat::print | ( | const StatEntity & | stat, |
| const std::string & | tag | ||
| ) | [static] |
Definition at line 170 of file Print.cpp.
{
return Gaudi::Utils::formatAsTableRow ( tag , stat ) ;
}