28 : m_title(
std::move( title ) ), m_low( low ), m_high( high ), m_bins( bins ) {}
38 : m_title(
std::move( title ) ), m_low( low ), m_high( high ), m_bins( bins ) {}
43 return o <<
"(" <<
Gaudi::Utils::toString( title() ) <<
"," << lowEdge() <<
"," << highEdge() <<
"," << bins() <<
")";
50 return std::tie( left.m_title, left.m_low, left.m_high, left.m_bins ) <
51 std::tie( right.m_title, right.m_low, right.m_high, right.m_bins );
58 # pragma warning( push ) 59 # pragma warning( disable : 1572 ) 62 return std::tie( left.m_title, left.m_low, left.m_high, left.m_bins ) ==
63 std::tie( right.m_title, right.m_low, right.m_high, right.m_bins );
67 # pragma warning( pop ) bool operator!=(const T &v, const Property< TP, V, H > &p)
delegate (value != property) to property operator!=
bool operator==(const T &v, const Property< TP, V, H > &p)
delegate (value == property) to property operator==
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
std::ostream & fillStream(std::ostream &o) const
printout of the histogram definition
Simple helper class for description of 1D-histogram The class is targeted to act as the primary "hist...
Definition of the IHistogramSvc interface class.
const std::string & title() const
get the title
int bins() const
get the number of bins
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.
Histo1DDef(double low, double high, int bins=100, std::string title="")
full constructor from edges, bins and the title
implementation of various functions for streaming.
double highEdge() const
get the high edge
Header file for std:chrono::duration-based Counters.
double lowEdge() const
get the low edge
bool operator<(const Gaudi::Histo1DDef &left, const Gaudi::Histo1DDef &right)
std::ostream & operator<<(std::ostream &o, const Gaudi::StringKey &key)
printout of the object reply on the native printout for the string