2 #ifndef LSST_JOINTCAL_HISTO2D_H 3 #define LSST_JOINTCAL_HISTO2D_H 11 Histo2d(
int nx,
float minx,
float maxx,
int ny,
float miny,
float maxy);
17 double maxBin(
double &x,
double &y)
const;
19 void binWidth(
double &Hdx,
double &Hdy)
const {
26 void zeroBin(
double x,
double y);
32 bool indices(
double x,
double y,
int &ix,
int &iy)
const;
42 #endif // LSST_JOINTCAL_HISTO2D_H void binWidth(double &Hdx, double &Hdy) const
tbl::Key< double > weight
double binContent(double x, double y) const
void fill(float x, float y, float weight=1.)
void zeroBin(double x, double y)
double maxBin(double &x, double &y) const
Class for a simple mapping implementing a generic Gtransfo.