3 #ifndef GAUDIKERNEL_HISTODEF_H
4 #define GAUDIKERNEL_HISTODEF_H 1
20 namespace AIDA {
class IHistogram1D ; }
45 const int bins = 100 ,
56 const double low = 0.0 ,
57 const double high = 1.0 ,
58 const int bins = 100 ) ;
66 double lowEdge ()
const {
return m_low ; }
70 int bins ()
const {
return m_bins ; }
77 void setLowEdge (
const double value ) { m_low = value ; }
81 void setBins (
const int value ) { m_bins = value ; }
102 bool ok ()
const {
return 0 < bins() && lowEdge() < highEdge() ; }
137 const Gaudi::Histo1DDef& hist ) ;
149 const Gaudi::Histo1DDef& hist ) ;
161 const Gaudi::Histo1DDef& hist ) ;
169 #endif // GAUDIKERNEL_HISTODEF_H