14 #ifndef _Bins2DHist_H_
15 #define _Bins2DHist_H_
37 double m_x_moments[3];
40 double m_y_moments[3];
64 virtual void accumulate (
double x,
double y,
65 double w = 1.0,
double dummy = 0. );
68 virtual double getZValue (
double x,
double y )
const;
70 virtual NTuple * createNTuple ()
const;
71 virtual void fillDataSource (
DataSource * ntuple )
const;
72 virtual void setBinContents (
const DataSource * ntuple );
78 #endif // _Bins2DHist_H_
#define MDL_HIPPOPLOT_API
Bins2DBase class interface.
std::vector< std::vector< double > > m_variance
The accumulated square of the weights.
The class for the 2D histogram binning.
numeric::array clone(numeric::array arr)
A DataSource class implemented with std::vector<double> to store the column data. ...
The base class for the 2D binner hierarchy.
The base class for the binner hierarchy.
Base class for DataSource.