ATLAS Offline Software
|
#include <BaseFunction.h>
Public Member Functions | |
BaseFunction ()=default | |
default constructor More... | |
virtual | ~BaseFunction ()=default |
destructor More... | |
virtual double | value (const int k, const double x) const =0 |
get the value of the k-th base function at x More... | |
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
get the value of the k-th base function at x
Implemented in MuonCalib::LegendrePolynomial, MuonCalib::PolygonBase, MuonCalib::ChebyshevPolynomial, and MuonCalib::SimplePolynomial.