11#ifndef RooFit_RooExpPoly_h
12#define RooFit_RooExpPoly_h
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.
RooExpPoly implements a polynomial PDF of the form.
double evaluate() const override
Evaluation.
double evaluateLog() const
std::string getFormulaExpression(bool expand) const
int lowestOrder() const
Return the order for the first coefficient in the list.
void computeBatch(double *output, size_t size, RooFit::Detail::DataMap const &) const override
Compute multiple values of ExpPoly distribution.
TObject * clone(const char *newname) const override
double analyticalIntegral(int code, const char *rangeName=nullptr) const override
Implements the actual analytical integral(s) advertised by getAnalyticalIntegral.
bool canComputeBatchWithCuda() const override
int getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=nullptr) const override
Interface function getAnalyticalIntergral advertises the analytical integrals that are supported.
double getLogVal(const RooArgSet *nset) const override
Return the log of the current value with given normalization An error message is printed if the argum...
RooAbsReal const & x() const
Get the x variable.
RooArgList const & coefList() const
Get the coefficient list.
const T & arg() const
Return reference to object held in proxy.
Mother of all ROOT objects.