#include <GaudiAlg/Print.h>
collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool)
- See also
- AIDA::IHistogram2D
- 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 86 of file Print.h.
◆ print()
◆ toString()
Definition at line 66 of file Print.cpp.
67 return fmt::format(
" ID={:25} {:47} Ents/All={:>5}/{:<5}<X>/sX={:.5g}/{:<.5g},<Y>/sY={:.5g}/{:<.5g}",
69 ( aida->allEntries() - aida->extraEntries() ), aida->allEntries(), aida->meanX(), aida->rmsX(),
70 aida->meanY(), aida->rmsY() );
The documentation for this class was generated from the following files: