Gaudi Framework, version v20r4

Generated: 8 Jan 2009

HistoDef.cpp File Reference


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.

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


Function Documentation

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

the streamer operator for class Gaudi::Histo1DDef

Definition at line 103 of file HistoDef.cpp.

00104 { return histo.fillStream ( o ) ; }


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