lsst.jointcal g99855d9996+2cff72666b
|
#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 |
Definition at line 39 of file Histo2d.cc.
Definition at line 58 of file Histo2d.cc.
|
default |
Definition at line 102 of file Histo2d.cc.
Definition at line 75 of file Histo2d.cc.
Definition at line 80 of file Histo2d.cc.
Definition at line 97 of file Histo2d.cc.