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