lsst.jointcal  master-g59ec7209dd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Friends | List of all members
lsst::jointcal::Chi2List Class Reference

Structure to accumulate the chi2 contributions per each star (to help find outliers). More...

#include <Chi2.h>

Inheritance diagram for lsst::jointcal::Chi2List:
lsst::jointcal::Chi2Accumulator

Public Member Functions

void addEntry (double chi2, unsigned ndof, std::shared_ptr< BaseStar > star) override
 
std::pair< double, double > computeAverageAndSigma ()
 Compute the average and std-deviation of these chisq values. More...
 
- Public Member Functions inherited from lsst::jointcal::Chi2Accumulator
virtual ~Chi2Accumulator ()
 

Friends

std::ostream & operator<< (std::ostream &s, Chi2List const &chi2List)
 

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member. More...
 

Detailed Description

Structure to accumulate the chi2 contributions per each star (to help find outliers).

Definition at line 84 of file Chi2.h.

Member Function Documentation

void lsst::jointcal::Chi2List::addEntry ( double  chi2,
unsigned  ndof,
std::shared_ptr< BaseStar star 
)
inlineoverridevirtual

Implements lsst::jointcal::Chi2Accumulator.

Definition at line 86 of file Chi2.h.

std::pair< double, double > lsst::jointcal::Chi2List::computeAverageAndSigma ( )

Compute the average and std-deviation of these chisq values.

Definition at line 33 of file Chi2.cc.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  s,
Chi2List const &  chi2List 
)
friend

Definition at line 45 of file Chi2.cc.


The documentation for this class was generated from the following files: