The Gaudi Framework  v33r1 (b1225454)
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 163 of file Print.h.

Member Function Documentation

◆ print()

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

Definition at line 138 of file Print.cpp.

138  {
139  std::ostringstream ost;
140  stat.print( ost, true, tag );
141  return ost.str();
142 }
T str(T... args)
std::ostream & print(std::ostream &o, bool tableFormat, std::string_view name, bool flag=true, std::string_view fmtHead="%|-48.48s|%|27t|") const
Definition: StatEntity.h:160

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