#include <Histo2d.h>
|
| 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 33 of file Histo2d.h.
◆ Histo2d() [1/3]
lsst::jointcal::Histo2d::Histo2d |
( |
| ) |
|
|
inline |
◆ Histo2d() [2/3]
lsst::jointcal::Histo2d::Histo2d |
( |
int |
nx, |
|
|
float |
minx, |
|
|
float |
maxx, |
|
|
int |
ny, |
|
|
float |
miny, |
|
|
float |
maxy |
|
) |
| |
◆ Histo2d() [3/3]
lsst::jointcal::Histo2d::Histo2d |
( |
const Histo2d & |
other | ) |
|
◆ ~Histo2d()
lsst::jointcal::Histo2d::~Histo2d |
( |
| ) |
|
|
default |
◆ binContent()
double lsst::jointcal::Histo2d::binContent |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
◆ binWidth()
void lsst::jointcal::Histo2d::binWidth |
( |
double & |
Hdx, |
|
|
double & |
Hdy |
|
) |
| const |
|
inline |
◆ fill()
void lsst::jointcal::Histo2d::fill |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
weight = 1. |
|
) |
| |
◆ maxBin()
double lsst::jointcal::Histo2d::maxBin |
( |
double & |
x, |
|
|
double & |
y |
|
) |
| const |
◆ operator=()
void lsst::jointcal::Histo2d::operator= |
( |
const Histo2d & |
right | ) |
|
|
delete |
◆ zeroBin()
void lsst::jointcal::Histo2d::zeroBin |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
The documentation for this class was generated from the following files: