49 mutable std::vector<double>
_wksp;
#define ClassDefOverride(name, id)
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooPolynomial implements a polynomial p.d.f of the form.
double evaluate() const override
do not persist
TObject * clone(const char *newname) const override
std::vector< double > _wksp
RooPolynomial()
coverity[UNINIT_CTOR]
~RooPolynomial() override
Destructor.
double analyticalIntegral(Int_t code, const char *rangeName=nullptr) const override
Do the analytical integral according to the code that was returned by getAnalyticalIntegral().
Int_t getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=nullptr) const override
Advertise to RooFit that this function can be analytically integrated.
RooRealVar represents a variable that can be changed from the outside.
Mother of all ROOT objects.