25#ifndef LSST_JOINTCAL_HISTO2D_H
26#define LSST_JOINTCAL_HISTO2D_H
36 Histo2d(
int nx,
float minx,
float maxx,
int ny,
float miny,
float maxy);
40 void fill(
float x,
float y,
float weight = 1.);
42 double maxBin(
double &x,
double &y)
const;
44 void binWidth(
double &Hdx,
double &Hdy)
const {
51 void zeroBin(
double x,
double y);
56 bool indices(
double x,
double y,
int &ix,
int &iy)
const;
61 float scalex{}, scaley{};
double maxBin(double &x, double &y) const
void operator=(const Histo2d &right)=delete
void binWidth(double &Hdx, double &Hdy) const
double binContent(double x, double y) const
void zeroBin(double x, double y)
void fill(float x, float y, float weight=1.)
Class for a simple mapping implementing a generic AstrometryTransform.