collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool)
More...
#include <GaudiAlg/Print.h>
collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool)
- See also
- AIDA::IHistogram1D
- 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 68 of file Print.h.
Definition at line 71 of file Print.cpp.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
static std::string toString(const AIDA::IHistogram1D *aida, const GaudiAlg::HistoID &ID)
static std::string GaudiAlg::Print1D::toString |
( |
const AIDA::IHistogram1D * |
aida, |
|
|
const GaudiAlg::HistoID & |
ID |
|
) |
| |
|
static |
std::string GaudiAlg::Print1D::toString |
( |
const AIDA::IHistogram1D * |
aida, |
|
|
const GaudiAlg::HistoID & |
ID |
|
) |
| |
|
static |
Definition at line 77 of file Print.cpp.
81 (
" ID=%|-25|%|30t| \"%|.45s|\" %|79t| Ents/All=%|5|/%|-5|<X>/sX=%|.5|/%|-.5|" ) ;
83 fmt % (aida->allEntries()-aida->extraEntries()) % aida->allEntries() ;
84 fmt % aida->mean() % aida->rms() ;
GAUDI_API LiteralID idAsString() const
Return ID as string, for both numeric and literal IDs.
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
The documentation for this class was generated from the following files:
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiAlg/Print.h
- GaudiAlg/src/lib/Print.cpp