Simple structure to accumulate Chi2 and Ndof.
More...
#include <Chi2.h>
Simple structure to accumulate Chi2 and Ndof.
Definition at line 13 of file Chi2.h.
lsst::jointcal::Chi2::Chi2 |
( |
| ) |
|
|
inline |
std::string lsst::jointcal::Chi2::__str__ |
( |
| ) |
|
|
inline |
this routine is the one called by the python print.
Definition at line 25 of file Chi2.h.
template<typename T >
void lsst::jointcal::Chi2::addEntry |
( |
double |
inc, |
|
|
unsigned |
dof, |
|
|
T |
|
|
) |
| |
|
inline |
void lsst::jointcal::Chi2::operator+= |
( |
const Chi2 & |
right | ) |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const Chi2 & |
chi2 |
|
) |
| |
|
friend |
double lsst::jointcal::Chi2::chi2 |
unsigned lsst::jointcal::Chi2::ndof |
The documentation for this struct was generated from the following file: