16 #ifndef ROO_REAL_BINDING 17 #define ROO_REAL_BINDING 39 virtual const char*
getName()
const ;
virtual Double_t getMinLimit(UInt_t dimension) const
Return lower limit on i-th variable.
virtual Double_t getMaxLimit(UInt_t dimension) const
Return upper limit on i-th variable.
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
RooRealBinding(const RooAbsReal &func, const RooArgSet &vars, const RooArgSet *nset=0, Bool_t clipInvalid=kFALSE, const TNamed *rangeName=0)
Construct a lightweight function binding of RooAbsReal func to variables 'vars'.
virtual Double_t operator()(const Double_t xvector[]) const
Evaluate the bound RooAbsReal at the variable values provided in xvector.
virtual void saveXVec() const
Save value of all variables.
RooAbsRealLValue ** _vars
const TNamed * _rangeName
virtual const char * getName() const
Return name of function.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
virtual ~RooRealBinding()
Destructor.
virtual std::list< Double_t > * binBoundaries(Int_t) const
double func(double *x, double *p)
void loadValues(const Double_t xvector[]) const
Load the vector of variable values into the RooRealVars associated as variables with the bound RooAbs...
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
virtual std::list< Double_t > * plotSamplingHint(RooAbsRealLValue &, Double_t, Double_t) const
std::list< RooAbsReal * > _compList
std::list< Double_t > _compSave
Lightweight interface adaptor that binds a RooAbsReal object to a subset of its servers and present i...
virtual void restoreXVec() const
Restore value of all variables to previously saved values by saveXVec()
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...