1#ifndef RooFit_RooFit_RooStudentT_h
2#define RooFit_RooFit_RooStudentT_h
#define ClassDefOverride(name, id)
Abstract interface for all probability density functions.
A RooAbsReal::Ref can be constructed from a RooAbsReal& or a double that will be implicitly converted...
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.
Location-scale Student's t-distribution.
RooAbsReal const & mean() const
Get the _mean parameter.
RooAbsReal const & x() const
Get the _x variable.
RooRealProxy _ndf
degrees of freedom
RooRealProxy _sigma
standard deviation
Int_t getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=nullptr) const override
Interface function getAnalyticalIntergral advertises the analytical integrals that are supported.
double analyticalIntegral(Int_t code, const char *rangeName=nullptr) const override
Implements the actual analytical integral(s) advertised by getAnalyticalIntegral.
Int_t getMaxVal(const RooArgSet &vars) const override
Advertise that we know the maximum of self for given (mean,ndf,sigma).
RooAbsReal const & sigma() const
Get the standard deviation parameter.
TObject * clone(const char *newname=nullptr) const override
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
double maxVal(Int_t code) const override
Return maximum value for set of observables identified by code assigned in getMaxVal.
RooAbsReal const & ndf() const
Get the degrees of freedom parameter.
const T & arg() const
Return reference to object held in proxy.
Mother of all ROOT objects.