14 #ifndef _StHist1DProjector_H_
15 #define _StHist1DProjector_H_
58 bool isEmpty ()
const;
74 virtual bool isAxisBinned (
const std::string & axis )
const;
78 const std::string & getXLabel ()
const;
83 const std::string & getYLabel (
bool flag =
false )
const;
92 virtual const std::string & getTitle()
const;
93 virtual int getNumberOfEntries ()
const;
96 virtual int getUnderflow ()
const;
99 virtual int getOverflow ()
const;
106 virtual void addValues (
const std::vector < double > &
v );
121 virtual void reset ();
127 #endif // _StHist1DProjector_H_
#define MDL_HIPPOPLOT_API
A derived class of ProjectorBase that projects data accumulated by calls to its fill function into a ...
std::string m_y_label
The label of the y axis.
A derived class of BinningProjector that implements the member function common to classes implementin...
std::string m_title
The title of the histogram.
numeric::array clone(numeric::array arr)
std::string m_x_label
The label of the x axis.
The base class for the Projector hierarchy.
Expresses a range of values.
Hist1DProjImp class interface.