implementation of various functions for streaming.
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
int m_bins
Number of bins.
int bins() const
get the number of bins
const std::string & title() const
get the title
double highEdge() const
get the high edge
std::string m_title
Histogram title.
Histo1DDef(double low, double high, int bins=100, std::string title="")
full constructor from edges, bins and the title
std::ostream & fillStream(std::ostream &o) const
printout of the histogram definition
double lowEdge() const
get the low edge
Definition of the IHistogramSvc interface class.
virtual AIDA::IHistogram1D * book(const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX)=0
Book histogram and register it with the histogram data store.
GAUDI_API AIDA::IHistogram1D * book(IHistogramSvc *svc, const std::string &path, const Gaudi::Histo1DDef &hist)
helper function to book 1D-histogram
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
std::ostream & operator<<(std::ostream &o, const Gaudi::StringKey &key)
printout of the object reply on the native printout for the string
bool operator<(const Gaudi::Histo1DDef &left, const Gaudi::Histo1DDef &right)