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