![]() |
ATLAS Offline Software
|
This is an abstract base class for a set of base functions for fits to sample points. More...
#include <BaseFunction.h>
Public Member Functions | |
| BaseFunction ()=default | |
| default constructor | |
| virtual | ~BaseFunction ()=default |
| destructor | |
| virtual double | value (const int k, const double x) const =0 |
| get the value of the k-th base function at x | |
This is an abstract base class for a set of base functions for fits to sample points.
Definition at line 16 of file BaseFunction.h.
|
default |
default constructor
|
virtualdefault |
destructor
|
pure virtual |
get the value of the k-th base function at x
Implemented in MuonCalib::ChebyshevPolynomial, MuonCalib::LegendrePolynomial, MuonCalib::PolygonBase, and MuonCalib::SimplePolynomial.