|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
#include <GaudiAlg/Print.h>
Definition at line 193 of file Print.h.
Static Public Member Functions | |
| static std::string | print (const StatEntity &stat, const std::string &tag) |
| std::string GaudiAlg::PrintStat::print | ( | const StatEntity & | stat, | |
| const std::string & | tag | |||
| ) | [static] |
Definition at line 165 of file Print.cpp.
00167 { 00168 return Gaudi::Utils::formatAsTableRow ( tag , stat ) ; 00169 }