|
Gaudi Framework, version v21r10p1 |
| Home | Generated: 29 Jul 2010 |
#include <GaudiAlg/Print.h>
Static Public Member Functions | |
| static std::string | print (const StatEntity &stat, const std::string &tag) |
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.
00172 { 00173 return Gaudi::Utils::formatAsTableRow ( tag , stat ) ; 00174 }