14 #ifndef _StHist2DProjector_H_
15 #define _StHist2DProjector_H_
65 bool isEmpty ()
const;
81 virtual bool isAxisBinned (
const std::string & axis )
const;
85 const std::string & getXLabel ()
const;
90 const std::string & getYLabel (
bool flag =
false )
const;
95 const std::string & getZLabel (
bool flag =
false )
const;
104 virtual const std::string & getTitle()
const;
105 virtual int getNumberOfEntries ()
const;
106 virtual int getUnderflow ()
const;
107 virtual int getOverflow ()
const;
114 virtual void addValues (
const std::vector < double > &
v );
130 #endif // _StHist2DProjector_H_
#define MDL_HIPPOPLOT_API
std::string m_x_label
The label of the x axis.
hippodraw::Hist2DProjImp class interface
numeric::array clone(numeric::array arr)
std::string m_y_label
The label of the y axis.
The base class for the Projector hierarchy.
A derived class of BinningProjector projects to a two dimensional histogram.
std::string m_z_label
The label of the y axis.
Expresses a range of values.
A derived class of ProjectorBase that projects data accumulated by calls to its addValues function in...
std::string m_title
The title of the histogram.