lsst.jointcal g15c6176bfc+a25fafef20
|
Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class. More...
#include <Chi2.h>
Public Member Functions | |
virtual void | addEntry (double inc, std::size_t dof, std::shared_ptr< BaseStar > star)=0 |
virtual | ~Chi2Accumulator ()=default |
Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class.
Essentially a mixin.
|
virtualdefault |
|
pure virtual |
Implemented in lsst::jointcal::Chi2List, and lsst::jointcal::Chi2Statistic.