collection of useful utilities to print IProfile2D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool)
More...
#include <GaudiAlg/Print.h>
collection of useful utilities to print IProfile2D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool)
- See also
- AIDA::IProfile2D
- 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 151 of file Print.h.
Definition at line 150 of file Print.cpp.
static std::string toString(const AIDA::IProfile2D *aida, const GaudiAlg::HistoID &ID)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
std::string GaudiAlg::Print2DProf::toString |
( |
const AIDA::IProfile2D * |
aida, |
|
|
const GaudiAlg::HistoID & |
ID |
|
) |
| |
|
static |
Definition at line 156 of file Print.cpp.
160 (
" ID=%|-25|%|30t| \"%|.55s|\" %|79t| Ents/All=%|5|/%|-5|<X>/sX=%|.5|/%|-.5|,<Y>/sY=%|.5|/%|-.5|" );
162 fmt % (aida->allEntries()-aida->extraEntries()) % aida->allEntries() ;
163 fmt % aida->meanX() % aida->rmsX() ;
164 fmt % aida->meanY() % aida->rmsY() ;
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
GAUDI_API LiteralID idAsString() const
Return ID as string, for both numeric and literal IDs.
The documentation for this class was generated from the following files: