Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

HistoDef.cpp File Reference

The implementation file for class Gaudi::Histo1DDef and related functions. More...

#include <ostream>
#include "GaudiKernel/IHistogramSvc.h"
#include "GaudiKernel/HistoDef.h"
#include "GaudiKernel/ToStream.h"

Include dependency graph for HistoDef.cpp:

Go to the source code of this file.

Functions

std::ostreamoperator<< (std::ostream &o, const Gaudi::Histo1DDef &histo)
 the streamer operator for class Gaudi::Histo1DDef
GAUDI_API AIDA::IHistogram1D * Gaudi::Histos::book (IHistogramSvc *svc, const std::string &path, const Gaudi::Histo1DDef &hist)
 helper function to book 1D-histogram
GAUDI_API AIDA::IHistogram1D * Gaudi::Histos::book (IHistogramSvc *svc, const std::string &dir, const std::string &id, const Gaudi::Histo1DDef &hist)
 helper function to book 1D-histogram
GAUDI_API AIDA::IHistogram1D * Gaudi::Histos::book (IHistogramSvc *svc, const std::string &dir, const int id, const Gaudi::Histo1DDef &hist)
 helper function to book 1D-histogram


Detailed Description

The implementation file for class Gaudi::Histo1DDef and related functions.

Author:
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2007-09-17

Definition in file HistoDef.cpp.


Function Documentation

std::ostream& operator<< ( std::ostream o,
const Gaudi::Histo1DDef &  histo 
)

the streamer operator for class Gaudi::Histo1DDef

Definition at line 112 of file HistoDef.cpp.

00113 { return histo.fillStream ( o ) ; }


Generated at Mon May 3 12:19:05 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004