11#ifndef RooFit_RooPower_h
12#define RooFit_RooPower_h
47 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.
RooPower implements a power law PDF of the form.
std::string getFormulaExpression(bool expand) const
RooAbsReal const & base() const
Get the base of the exponentiated terms (aka. x variable).
RooArgList const & coefList() const
Get the list of coefficients.
std::vector< double > _wksp
int getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=nullptr) const override
Advertise to RooFit that this function can be analytically integrated.
double analyticalIntegral(int code, const char *rangeName=nullptr) const override
Do the analytical integral according to the code that was returned by getAnalyticalIntegral().
TObject * clone(const char *newname) const override
double evaluate() const override
do not persist
RooArgList const & expList() const
Get the list of exponents.
Mother of all ROOT objects.