16 #ifndef ROO_POLYNOMIAL 17 #define ROO_POLYNOMIAL 49 mutable std::vector<Double_t>
_wksp;
virtual ~RooPolynomial()
Destructor.
RooPolynomial()
coverity[UNINIT_CTOR]
#define ClassDef(name, id)
Double_t evaluate() const
do not persist
Double_t analyticalIntegral(Int_t code, const char *rangeName=0) const
Implements the actual analytical integral(s) advertised by getAnalyticalIntegral. ...
virtual TObject * clone(const char *newname) const
Int_t getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const
Interface function getAnalyticalIntergral advertises the analytical integrals that are supported...
RooRealVar represents a fundamental (non-derived) real valued object.
std::vector< Double_t > _wksp
RooListProxy is the concrete proxy for RooArgList objects.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Mother of all ROOT objects.
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
RooPolynomial implements a polynomial p.d.f of the form By default coefficient a_0 is chosen to be 1...