28#ifndef ROOT_TMVA_TSpline1
29#define ROOT_TMVA_TSpline1
56 std::vector<Double_t>
fX;
57 std::vector<Double_t>
fY;
#define ClassDef(name, id)
A TGraph is an object made of two arrays X and Y with npoints each.
Linear interpolation of TGraph.
std::vector< Double_t > fY
virtual void GetKnot(Int_t i, Double_t &x, Double_t &y) const
no knots
virtual ~TSpline1(void)
destructor
virtual void BuildCoeff(void)
no coefficients to precompute
std::vector< Double_t > fX
virtual Double_t Eval(Double_t x) const
returns linearly interpolated TGraph entry around x
Base class for spline implementation containing the Draw/Paint methods.
create variable transformations