ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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
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
virtual Double_t Eval(Double_t x) const
returns linearly interpolated TGraph entry around x
virtual void SetNameTitle(const char *name, const char *title)
Set all the TNamed parameters (name and title).
Long64_t BinarySearch(Long64_t n, const T *array, T value)
Binary search in an array of n values to locate value.