lsst.jointcal
14.0-17-ge3cc87b+9
|
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.