Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiAlg::Print Class Reference

#include <GaudiAlg/Print.h>

List of all members.


Detailed Description

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.Belyaev@lapp.in2p3.fr
Date:
2005-08-04

Definition at line 54 of file Print.h.


Static Public Member Functions

static const std::string & location (const AIDA::IHistogram *aida)

Member Function Documentation

const std::string & GaudiAlg::Print::location ( const AIDA::IHistogram *  aida  )  [static]

Definition at line 56 of file Print.cpp.

00057 {
00058   if ( 0 == aida     ) { return s_invalidLocation ; }
00059   const DataObject* object   = dynamic_cast<const DataObject*>( aida ) ;
00060   if ( 0 == object   ) { return s_invalidLocation ; }
00061   IRegistry*        registry = object->registry() ;
00062   if ( 0 == registry ) { return s_invalidLocation ; }
00063   return registry->identifier() ;
00064 } 


The documentation for this class was generated from the following files:

Generated at Thu Jan 8 17:53:50 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004