lsst.jointcal  master-gc935ebf72c
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | Friends | List of all members
lsst::jointcal::Chi2 Struct Reference

Simple structure to accumulate Chi2 and Ndof. More...

#include <Chi2.h>

Public Member Functions

 Chi2 ()
 
std::string __str__ ()
 this routine is the one called by the python print. More...
 
template<typename T >
void addEntry (double inc, unsigned dof, T)
 
void operator+= (const Chi2 &right)
 

Public Attributes

double chi2
 
unsigned ndof
 

Friends

std::ostream & operator<< (std::ostream &s, const Chi2 &chi2)
 

Detailed Description

Simple structure to accumulate Chi2 and Ndof.

Definition at line 13 of file Chi2.h.

Constructor & Destructor Documentation

lsst::jointcal::Chi2::Chi2 ( )
inline

Definition at line 17 of file Chi2.h.

Member Function Documentation

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,
 
)
inline

Definition at line 34 of file Chi2.h.

void lsst::jointcal::Chi2::operator+= ( const Chi2 right)
inline

Definition at line 39 of file Chi2.h.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const Chi2 chi2 
)
friend

Definition at line 19 of file Chi2.h.

Member Data Documentation

double lsst::jointcal::Chi2::chi2

Definition at line 14 of file Chi2.h.

unsigned lsst::jointcal::Chi2::ndof

Definition at line 15 of file Chi2.h.


The documentation for this struct was generated from the following file: