The Gaudi Framework  v29r0 (ff2e7097)
GaudiAlg::PrintStat Class Reference

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)
 

Detailed Description

collection of useful utilities to print StatEntity (currently used for implementation of class GaudiAlgorithm and class GaudiTool)

See also
StatEntity
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 162 of file Print.h.

Member Function Documentation

std::string GaudiAlg::PrintStat::print ( const StatEntity stat,
const std::string tag 
)
static

Definition at line 146 of file Print.cpp.

147 {
148  return Gaudi::Utils::formatAsTableRow( tag, stat );
149 }
GAUDI_API std::string formatAsTableRow(const StatEntity &counter, const bool flag, const std::string &format1=" |%|7d| |%|11.7g| |%|#11.5g| |%|#10.5g| |%|#10.5g| |%|#10.5g| |", const std::string &format2="*|%|7d| |%|11.5g| |(%|#9.7g| +- %|-#8.6g|)%%| ----- | ----- |")
print the counter in a form of the table row
Definition: StatEntity.cpp:305

The documentation for this class was generated from the following files: