25 #ifndef LSST_JOINTCAL_HISTO4D_H 26 #define LSST_JOINTCAL_HISTO4D_H 37 SparseHisto4d(
const int n1,
double min1,
double max1,
const int n2,
double min2,
double max2,
38 const int n3,
double min3,
double max3,
const int n4,
double min4,
double max4,
41 void fill(
const double x[4]);
43 void fill(
const double x1,
const double x2,
const double x3,
const double x4);
51 void binLimits(
const double x[4],
const int idim,
double &xMin,
double &xMax)
const;
69 double _minVal[4], _maxVal[4];
76 #endif // LSST_JOINTCAL_HISTO4D_H void fill(const double x[4])
int code_value(const double x[4]) const
void binLimits(const double x[4], const int idim, double &xMin, double &xMax) const
return the bin limits of dimension idim (0<=idim<4), around point X.
A class to histogram in 4 dimensions.
void inverse_code(const int code, double x[4]) const
A base class for image defects.
void zeroBin(double x[4])