collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool)
More...
#include <GaudiAlg/Print.h>
|
| static const std::string & | location (const AIDA::IHistogram *aida) |
| |
collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool)
- See Also
- AIDA::IHistogram
- 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 54 of file Print.h.
| const std::string & GaudiAlg::Print::location |
( |
const AIDA::IHistogram * |
aida | ) |
|
|
static |
Definition at line 60 of file Print.cpp.
{
if ( 0 == aida ) { return s_invalidLocation ; }
if ( 0 == object ) { return s_invalidLocation ; }
if ( 0 == registry ) { return s_invalidLocation ; }
}
The documentation for this class was generated from the following files:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r1/GaudiAlg/GaudiAlg/Print.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r1/GaudiAlg/src/lib/Print.cpp