lsst.jointcal
16.0-27-ge118ca2+5
|
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, unsigned dof, std::shared_ptr< BaseStar > star)=0 |
virtual | ~Chi2Accumulator () |
Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class.
Essentially a mixin.
|
inlinevirtual |
|
pure virtual |
Implemented in lsst::jointcal::Chi2List, and lsst::jointcal::Chi2Statistic.