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_