47 SetNameTitle( title, title );
69 if (ibin < 0 ) ibin = 0;
70 if (ibin >= nbin) ibin = nbin - 1;
73 if ((x >
fGraph->
GetX()[ibin] && ibin != nbin-1) || ibin == 0)
virtual Double_t Eval(Double_t x) const
returns linearly interpolated TGraph entry around x
virtual void GetKnot(Int_t i, Double_t &x, Double_t &y) const
no knots
Linear interpolation of TGraph.
virtual void BuildCoeff(void)
no coefficients to precompute
Abstract ClassifierFactory template that handles arbitrary types.
A Graph is a graphics object made of two arrays X and Y with npoints each.
virtual ~TSpline1(void)
destructor
Long64_t BinarySearch(Long64_t n, const T *array, T value)