#include <GaudiAlg/Print.h>
collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool)
- See also
- AIDA::IHistogram3D
- 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 101 of file Print.h.
◆ print()
◆ toString()
Definition at line 77 of file Print.cpp.
79 " ID={:25} {:47} Ents/All={:>5}/{:<5}<X>/sX={:.5g}/{:<.5g},<Y>/sY={:.5g}/{:<.5g},<Z>/sZ={:.5g}/{:<.5g}",
80 ID.
idAsString(),
fmt::format(
"\"{:.45}\"", aida->title() ), ( aida->allEntries() - aida->extraEntries() ),
81 aida->allEntries(), aida->meanX(), aida->rmsX(), aida->meanY(), aida->rmsY(), aida->meanZ(), aida->rmsZ() );
The documentation for this class was generated from the following files: