11#ifndef RooFit_RooPower_h
12#define RooFit_RooPower_h
47 mutable std::vector<double>
_wksp;
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
#define ClassDefOverride(name, id)
Abstract interface for all probability density functions.
Abstract base class for objects that represent a real value and implements functionality common to al...
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).
void computeBatch(double *output, size_t size, RooFit::Detail::DataMap const &) const override
do not persist
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
bool canComputeBatchWithCuda() const override
double evaluate() const override
Evaluation.
RooArgList const & expList() const
Get the list of exponents.
Mother of all ROOT objects.