|
lsst.jointcal g29ae962dfc+02fd6c6d17
|
#include <Histo2d.h>
Public Member 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 ()=default | |
| void | operator= (const Histo2d &right)=delete |
| lsst::jointcal::Histo2d::Histo2d | ( | int | nx, |
| float | minx, | ||
| float | maxx, | ||
| int | ny, | ||
| float | miny, | ||
| float | maxy ) |
Definition at line 39 of file Histo2d.cc.
| lsst::jointcal::Histo2d::Histo2d | ( | const Histo2d & | other | ) |
Definition at line 58 of file Histo2d.cc.
|
default |
| double lsst::jointcal::Histo2d::binContent | ( | double | x, |
| double | y ) const |
Definition at line 102 of file Histo2d.cc.
|
inline |
| void lsst::jointcal::Histo2d::fill | ( | float | x, |
| float | y, | ||
| float | weight = 1. ) |
Definition at line 75 of file Histo2d.cc.
| double lsst::jointcal::Histo2d::maxBin | ( | double & | x, |
| double & | y ) const |
Definition at line 80 of file Histo2d.cc.
|
delete |
| void lsst::jointcal::Histo2d::zeroBin | ( | double | x, |
| double | y ) |
Definition at line 97 of file Histo2d.cc.