Classes | |
class | RooDataWeightedAverage |
Class RooDataWeightedAverage calculate a weighted average of a function or p.d.f given a dataset with observable values, i.e. More... | |
Functions | |
~RooDataWeightedAverage () override | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
TObject * | clone (const char *newname) const override |
RooAbsTestStatistic * | create (const char *name, const char *title, RooAbsReal &real, RooAbsData &adata, const RooArgSet &projDeps, RooAbsTestStatistic::Configuration const &cfg) override |
static const char * | DeclFileName () |
double | evaluatePartition (std::size_t firstEvent, std::size_t lastEvent, std::size_t stepSize) const override |
double | globalNormalization () const override |
TClass * | IsA () const override |
RooDataWeightedAverage RooAbsOptTestStatistic | R__DEPRECATED (6, 32, "RooDataWeightedAverage is an implementation detail of RooFit that will be removed from the public user interface.") |
RooDataWeightedAverage (const char *name, const char *title, RooAbsReal &real, RooAbsData &data, const RooArgSet &projDeps, RooAbsTestStatistic::Configuration const &cfg, bool showProgress=false) | |
RooDataWeightedAverage (const RooDataWeightedAverage &other, const char *name=nullptr) | |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Variables | |
bool | _showProgress |
Show progress indication during evaluation if true. | |
double | _sumWeight |
Global sum of weights needed for normalization. | |
|
override |
|
static |
|
static |
|
staticconstexpr |
Definition at line 27 of file RooDataWeightedAverage.h.
|
override |
Definition at line 7 of file RooDataWeightedAverage.h.
|
override |
Definition at line 9 of file RooDataWeightedAverage.h.
|
static |
Definition at line 27 of file RooDataWeightedAverage.h.
|
overrideprotected |
|
override |
|
override |
Definition at line 27 of file RooDataWeightedAverage.h.
RooDataWeightedAverage RooAbsOptTestStatistic R__DEPRECATED | ( | 6 | , |
32 | , | ||
"RooDataWeightedAverage is an implementation detail of RooFit that will be removed from the public user interface." | |||
) |
R__DEPRECATED::RooDataWeightedAverage | ( | const char * | name, |
const char * | title, | ||
RooAbsReal & | real, | ||
RooAbsData & | data, | ||
const RooArgSet & | projDeps, | ||
RooAbsTestStatistic::Configuration const & | cfg, | ||
bool | showProgress = false |
||
) |
R__DEPRECATED::RooDataWeightedAverage | ( | const RooDataWeightedAverage & | other, |
const char * | name = nullptr |
||
) |
|
override |
void R__DEPRECATED::StreamerNVirtual | ( | TBuffer & | ClassDef_StreamerNVirtual_b | ) |
Definition at line 27 of file RooDataWeightedAverage.h.
|
protected |
Show progress indication during evaluation if true.
Definition at line 24 of file RooDataWeightedAverage.h.
|
protected |
Global sum of weights needed for normalization.
Definition at line 23 of file RooDataWeightedAverage.h.