1 #ifndef HiggsAnalysis_CombinedLimit_RooSpline1D_h
2 #define HiggsAnalysis_CombinedLimit_RooSpline1D_h
4 #include <RooAbsReal.h>
5 #include <RooRealProxy.h>
6 #include <Math/Interpolator.h>
22 RooSpline1D(
const char *
name,
const char *
title, RooAbsReal &xvar,
unsigned int npoints,
const double *xvals,
const double *yvals,
const char *
algo=
"CSPLINE") ;
23 RooSpline1D(
const char *
name,
const char *
title, RooAbsReal &xar,
unsigned int npoints,
const float *xvals,
const float *yvals,
const char *
algo=
"CSPLINE") ;
26 TObject *
clone(
const char *newname)
const ;
33 std::vector<double>
x_,
y_;
36 mutable ROOT::Math::Interpolator *
interp_;
Double_t evaluate() const
TObject * clone(const char *newname) const
ROOT::Math::Interpolator * interp_
void init() const
not to be serialized