50    std::log(std::numeric_limits<double>::epsilon()));
 
   75     _mirrorLeft(
mirror == MirrorLeft || 
mirror == MirrorBoth || 
mirror == MirrorLeftAsymRight),
 
   76     _mirrorRight(
mirror == MirrorRight || 
mirror == MirrorBoth || 
mirror == MirrorAsymLeftRight),
 
   77     _asymLeft(
mirror == MirrorAsymLeft || 
mirror == MirrorAsymLeftRight || 
mirror == MirrorAsymBoth),
 
   78     _asymRight(
mirror == MirrorAsymRight || 
mirror == MirrorLeftAsymRight || 
mirror == MirrorAsymBoth),
 
   81     _binWidth((_hi - _lo) / (_nPoints - 1)),
 
 
   97     _mirrorLeft(
other._mirrorLeft),
 
   98     _mirrorRight(
other._mirrorRight),
 
   99     _asymLeft(
other._asymLeft),
 
  100     _asymRight(
other._asymRight),
 
  103     _binWidth(
other._binWidth),
 
 
  144    inline bool operator()(
const struct Data& 
a, 
const struct Data& 
b)
 const 
  145    { 
return a.x < 
b.x; }
 
  153  std::vector<Data> tmp;
 
  161  for (
Int_t i = 0; i < 
data.numEntries(); ++i) {
 
  163    const double x = 
real.getVal();
 
  164    const double w = 
data.weight();
 
  183  std::sort(tmp.begin(), tmp.end(), cmp());
 
  189  for (
unsigned i = 0; i < tmp.size(); ++i) {
 
  195    std::vector<Data> 
tmp2;
 
  201  double h=std::pow(
double(4)/
double(3),0.2)*std::pow(
_sumWgt,-0.2)*
_rho;
 
  217      const double xlo = std::min(
_hi,
 
  219      const double xhi = std::max(
_lo,
 
  221      if (xlo >= xhi) 
continue;
 
  235     const double xlo = std::min(
_hi,
 
  237     const double xhi = std::max(
_lo,
 
  239     if (xlo >= xhi) 
continue;
 
  254     const double xlo = std::min(
_hi,
 
  256     const double xhi = std::max(
_lo,
 
  258     if (xlo >= xhi) 
continue;
 
 
  357  double max = -std::numeric_limits<double>::max();
 
 
  374  for ( ; it < 
iend; ++it) {
 
  375    const double r = (
x - *it) / 
sigmav;
 
  376    y += std::exp(-0.5 * 
r * 
r);
 
 
Int_t _nEvents
Total number of events in test statistic calculation.
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
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 data
 
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
 
TRObject operator()(const T1 &t1) const
 
bool contains(const RooAbsArg &var) const
Check if collection contains an argument with the same name as var.
 
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 &numDeps, const RooArgProxy &a) const
Utility function for use in getAnalyticalIntegral().
 
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.
 
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)