13#ifndef RooFit_RooSpline_h
14#define RooFit_RooSpline_h
#define ClassDefOverride(name, id)
Abstract base class for objects that represent a real value and implements functionality common to al...
RooAbsArg * absArg() const
Return pointer to contained argument.
A RooFit class for creating spline functions.
bool _logx
Flag indicating logarithmic scaling of x values.
double evaluate() const override
Evaluate the spline function at the current point.
RooAbsReal const & x() const
TSpline const & spline() const
RooRealProxy _x
The independent variable.
int order() const
Return the order of the spline.
std::unique_ptr< TSpline > _spline
The spline object.
bool _logy
Flag indicating logarithmic scaling of y values.
TObject * clone(const char *newname) const override
Virtual copy constructor.
A TGraph is an object made of two arrays X and Y with npoints each.
Mother of all ROOT objects.
Base class for spline implementation containing the Draw/Paint methods.