16 #ifndef ROO_CONV_INTEGRAND_BINDING
17 #define ROO_CONV_INTEGRAND_BINDING
void loadValues(const Double_t xvector[], Bool_t clipInvalid=kFALSE) const
Load external input values.
const RooAbsReal * _model
RooAbsRealLValue ** _vars
virtual Double_t getMaxLimit(UInt_t dimension) const
Retrieve upper limit of i-th observable.
void setNormalizationSet(const RooArgSet *nset)
#define ClassDef(name, id)
virtual Double_t getMinLimit(UInt_t dimension) const
Retrieve lower limit of i-th observable.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
double func(double *x, double *p)
virtual ~RooConvIntegrandBinding()
Destructor.
RooConvIntegrandBinding(const RooAbsReal &func, const RooAbsReal &model, RooAbsReal &x, RooAbsReal &xprime, const RooArgSet *nset=0, Bool_t clipInvalid=kFALSE)
virtual Double_t operator()(const Double_t xvector[]) const
Evaluate self at given parameter values.