11#ifndef RooFit_RooLegacyExpPoly_h 
   12#define RooFit_RooLegacyExpPoly_h 
#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.
 
RooLegacyExpPoly implements a polynomial PDF of the form.
 
int getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=nullptr) const override
Interface function getAnalyticalIntergral advertises the analytical integrals that are supported.
 
double evaluateLog() const
 
bool canComputeBatchWithCuda() const override
 
RooArgList const & coefList() const
Get the coefficient list.
 
RooAbsReal const & x() const
Get the x variable.
 
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...
 
std::string getFormulaExpression(bool expand) const
 
double evaluate() const override
Evaluation.
 
void doEval(RooFit::EvalContext &) const override
Compute multiple values of ExpPoly distribution.
 
double analyticalIntegral(int code, const char *rangeName=nullptr) const override
Implements the actual analytical integral(s) advertised by getAnalyticalIntegral.
 
TObject * clone(const char *newname) const override
 
int lowestOrder() const
Return the order for the first coefficient in the list.
 
const T & arg() const
Return reference to object held in proxy.
 
Mother of all ROOT objects.