Class Histo2d

Class Documentation

class Histo2d

Public Functions

Histo2d()
Histo2d(int nx, float minx, float maxx, int ny, float miny, float maxy)
Histo2d(const Histo2d &other)
void fill(float x, float y, float weight = 1.)
double maxBin(double &x, double &y) const
void binWidth(double &Hdx, double &Hdy) const
double binContent(double x, double y) const
void zeroBin(double x, double y)
~Histo2d()