54 const char*
rangeName =
nullptr)
const override;
80 double g(
double x,
double sigma)
const;
char Char_t
Character 1 byte (char)
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
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.
Container class to hold unbinned data.
Class RooKeysPdf implements a one-dimensional kernel estimation p.d.f which model the distribution of...
static constexpr int _nPoints
RooKeysPdf()
coverity[UNINIT_CTOR]
double _lookupTable[_nPoints+1]
double maxVal(Int_t code) const override
Return maximum value for set of observables identified by code assigned in getMaxVal.
TObject * clone(const char *newname=nullptr) const override
void LoadDataSet(RooDataSet &data)
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.
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
Mirror
Boundary correction obtained by reflecting the data across the lower and/or upper edge of the observa...
@ MirrorAsymRight
Asymmetric mirror at the upper edge.
@ NoMirror
No boundary correction.
@ MirrorBoth
Symmetric mirror at both edges.
@ MirrorLeftAsymRight
Symmetric mirror at the lower edge, asymmetric mirror at the upper edge.
@ MirrorLeft
Symmetric mirror at the lower edge.
@ MirrorAsymLeft
Asymmetric mirror at the lower edge.
@ MirrorRight
Symmetric mirror at the upper edge.
@ MirrorAsymBoth
Asymmetric mirror at both edges.
@ MirrorAsymLeftRight
Asymmetric mirror at the lower edge, symmetric mirror at the upper edge.
static const double _nSigma
!
Int_t getMaxVal(const RooArgSet &vars) const override
Advertise capability to determine maximum value of function for given set of observables.
Variable that can be changed from the outside.
Mother of all ROOT objects.