Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

HistoDef.h File Reference

#include <iosfwd>
#include <string>
#include "GaudiKernel/Kernel.h"
Include dependency graph for HistoDef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Histo1DDef
 Simple helper class for description of 1D-histogram The class is targeted to act as the primary "histogram property", but clearly have significantly wider application range. More...

Namespaces

namespace  AIDA
 

GaudiKernel.


namespace  Gaudi
 

Helper functions to set/get the application return code.


namespace  Gaudi::Histos
 

collection of simple utilities to deal with histograms


Defines

#define GAUDIKERNEL_HISTODEF_H   1

Functions

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
GAUDI_API std::ostreamoperator<< (std::ostream &o, const Gaudi::Histo1DDef &histo)
 the streamer operator for class Gaudi::Histo1DDef

Define Documentation

#define GAUDIKERNEL_HISTODEF_H   1

Definition at line 4 of file HistoDef.h.


Function Documentation

GAUDI_API 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 ) ; }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:26:25 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004