58  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
 
RooAbsReal const & x() const
Get the x variable.
 
bool isReducerNode() const override
 
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 lowestOrder() const
Return the order for the first coefficient in the list.
 
Int_t getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=nullptr) const override
Advertise to RooFit that this function can be analytically integrated.
 
RooArgList const & coefList() const
Get the coefficient list.
 
bool canComputeBatchWithCuda() const override
 
void computeBatch(cudaStream_t *, double *output, size_t nEvents, RooFit::Detail::DataMap const &) const override
Compute multiple values of Polynomial.
 
const T & arg() const
Return reference to object held in proxy.
 
Mother of all ROOT objects.