#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...
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
PDF implementing the Crystal Ball line shape.
 
double ApproxErf(double arg) const
 
Int_t getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=nullptr) const override
Interface function getAnalyticalIntergral advertises the analytical integrals that are supported.
 
void doEval(RooFit::EvalContext &) const override
Compute multiple values of Crystal ball Shape distribution.
 
double analyticalIntegral(Int_t, const char *rangeName=nullptr) const override
Implements the actual analytical integral(s) advertised by getAnalyticalIntegral.
 
RooAbsReal const & getSigma() const
 
TObject * clone(const char *newname=nullptr) const override
 
bool canComputeBatchWithCuda() const override
 
RooAbsReal const & getM() const
 
RooAbsReal const & getN() const
 
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
 
RooAbsReal const & getM0() const
 
Int_t getMaxVal(const RooArgSet &vars) const override
Advertise that we know the maximum of self for given (m0,alpha,n,sigma)
 
double maxVal(Int_t code) const override
Return maximum value for set of observables identified by code assigned in getMaxVal.
 
RooAbsReal const & getAlpha() const
 
Variable that can be changed from the outside.
 
const T & arg() const
Return reference to object held in proxy.
 
Mother of all ROOT objects.