LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst::jointcal::Chi2Accumulator Class Referenceabstract

Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class. More...

#include <Chi2.h>

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

Public Member Functions

virtual void addEntry (double inc, std::size_t dof, std::shared_ptr< BaseStar > star)=0
 
virtual ~Chi2Accumulator ()
 

Detailed Description

Base class for Chi2Statistic and Chi2List, to allow addEntry inside Fitter for either class.

Essentially a mixin.

Definition at line 44 of file Chi2.h.

Constructor & Destructor Documentation

◆ ~Chi2Accumulator()

virtual lsst::jointcal::Chi2Accumulator::~Chi2Accumulator ( )
inlinevirtual

Definition at line 48 of file Chi2.h.

48 {};

Member Function Documentation

◆ addEntry()

virtual void lsst::jointcal::Chi2Accumulator::addEntry ( double  inc,
std::size_t  dof,
std::shared_ptr< BaseStar star 
)
pure virtual

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