#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 166 of file Print.cpp.
00168 { 00169 return Gaudi::Utils::formatAsTableRow ( tag , stat ) ; 00170 }
1.4.7