73 std::log(std::numeric_limits<double>::epsilon()));
121 _mirrorLeft(
mirror == MirrorLeft ||
mirror == MirrorBoth ||
mirror == MirrorLeftAsymRight),
122 _mirrorRight(
mirror == MirrorRight ||
mirror == MirrorBoth ||
mirror == MirrorAsymLeftRight),
123 _asymLeft(
mirror == MirrorAsymLeft ||
mirror == MirrorAsymLeftRight ||
mirror == MirrorAsymBoth),
124 _asymRight(
mirror == MirrorAsymRight ||
mirror == MirrorLeftAsymRight ||
mirror == MirrorAsymBoth),
127 _binWidth((_hi - _lo) / (_nPoints - 1)),
141 _nEvents(
other._nEvents),
142 _mirrorLeft(
other._mirrorLeft),
143 _mirrorRight(
other._mirrorRight),
144 _asymLeft(
other._asymLeft),
145 _asymRight(
other._asymRight),
148 _binWidth(
other._binWidth),
187 inline bool operator()(
const struct Data&
a,
const struct Data&
b)
const
188 {
return a.x <
b.x; }
196 std::vector<Data>
tmp;
204 for (
Int_t i = 0; i <
data.numEntries(); ++i) {
206 const double x =
real.getVal();
207 const double w =
data.weight();
232 for (
unsigned i = 0; i <
tmp.size(); ++i) {
238 std::vector<Data>
tmp2;
244 double h=std::pow(
double(4)/
double(3),0.2)*std::pow(
_sumWgt,-0.2)*
_rho;
270 const double xlo = std::min(
_hi,
272 const double xhi = std::max(
_lo,
274 if (xlo >= xhi)
continue;
288 const double xlo = std::min(
_hi,
290 const double xhi = std::max(
_lo,
292 if (xlo >= xhi)
continue;
307 const double xlo = std::min(
_hi,
309 const double xhi = std::max(
_lo,
311 if (xlo >= xhi)
continue;
410 double max = -std::numeric_limits<double>::max();
427 for ( ; it <
iend; ++it) {
428 const double r = (
x - *it) /
sigmav;
429 y += std::exp(-0.5 *
r *
r);
int Int_t
Signed integer 4 bytes (int)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
#define R__ASSERT(e)
Checks condition e and reports a fatal error if it's false.
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t hmin
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
const_iterator begin() const
const_iterator end() const
bool contains(const char *name) const
Check if collection contains an argument with a specific name.
Abstract interface for all probability density functions.
Abstract base class for objects that represent a real value and implements functionality common to al...
bool matchArgs(const RooArgSet &allDeps, RooArgSet &analDeps, const RooArgProxy &a, const Proxies &... proxies) const
RooAbsArg * absArg() const
Return pointer to contained argument.
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.
double g(double x, double sigma) const
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...
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.
double max(const char *rname=nullptr) const
Query upper limit of range. This requires the payload to be RooAbsRealLValue or derived.
double min(const char *rname=nullptr) const
Query lower limit of range. This requires the payload to be RooAbsRealLValue or derived.
static uint64_t sum(uint64_t i)