#include "RooAbsOptTestStatistic.h"#include "RooDataSet.h"#include "RooAbsPdf.h"#include "RooNumIntConfig.h"#include <list>Classes | |
| class | RooXYChi2Var |
| RooXYChi2Var implements a simple chi^2 calculation from an unbinned dataset with values x,y with errors on y (and optionally on x) and a function. More... | |
Functions | |
| ~RooXYChi2Var () override | |
| bool | allowFunctionCache () override |
| RooNumIntConfig & | binIntegratorConfig () |
| 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 &pdf, RooAbsData &adata, const RooArgSet &, RooAbsTestStatistic::Configuration const &) override |
| static const char * | DeclFileName () |
| double | defaultErrorLevel () const override |
| double | evaluatePartition (std::size_t firstEvent, std::size_t lastEvent, std::size_t stepSize) const override |
| double | fy () const |
| void | initialize () |
| void | initIntegrator () |
| TClass * | IsA () const override |
| RooXYChi2Var RooAbsOptTestStatistic | R__DEPRECATED (6, 34, "Please use RooAbsReal::createChi2(RooAbsData &, ...) to create chi-square test statistics objects on X-Y data") |
| RooArgSet | requiredExtraObservables () const override |
| RooXYChi2Var (const char *name, const char *title, RooAbsReal &func, RooDataSet &data, bool integrate=false) | |
| RooXYChi2Var (const char *name, const char *title, RooAbsReal &func, RooDataSet &data, RooRealVar &yvar, bool integrate=false) | |
| ROOFIT_INTERNAL | RooXYChi2Var (const RooXYChi2Var &other, const char *name=nullptr) |
| void | Streamer (TBuffer &) override |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| double | xErrorContribution (double ydata) const |
Variables | |
| std::list< RooAbsBinning * > | _binList |
| ! Bin ranges | |
| bool | _extended |
| Is the input function and extended p.d.f. | |
| std::unique_ptr< RooAbsReal > | _funcInt |
| ! Function integral | |
| RooNumIntConfig | _intConfig |
| Numeric integrator configuration for integration of function over bin. | |
| bool | _integrate |
| Is integration over the bin volume requested. | |
| RooArgSet | _rrvArgs |
| Set of real-valued observables. | |
| RooRealVar * | _yvar |
| Y variable if so designated. | |
|
override |
|
overrideprotected |
Definition at line 32 of file RooXYChi2Var.h.
| const RooNumIntConfig & binIntegratorConfig | ( | ) |
Definition at line 27 of file RooXYChi2Var.h.
|
static |
|
static |
|
staticconstexpr |
Definition at line 58 of file RooXYChi2Var.h.
|
override |
Definition at line 12 of file RooXYChi2Var.h.
|
override |
Definition at line 14 of file RooXYChi2Var.h.
|
static |
Definition at line 58 of file RooXYChi2Var.h.
|
override |
Definition at line 22 of file RooXYChi2Var.h.
|
overrideprotected |
|
protected |
|
protected |
|
protected |
|
override |
Definition at line 58 of file RooXYChi2Var.h.
| RooXYChi2Var RooAbsOptTestStatistic R__DEPRECATED | ( | 6 | , |
| 34 | , | ||
| "Please use RooAbsReal::createChi2(RooAbsData &, ...) to create chi-square test statistics objects on X-Y data" | ) |
|
overrideprotected |
Definition at line 44 of file RooAbsOptTestStatistic.h.
| R__DEPRECATED::RooXYChi2Var | ( | const char * | name, |
| const char * | title, | ||
| RooAbsReal & | func, | ||
| RooDataSet & | data, | ||
| bool | integrate = false ) |
| R__DEPRECATED::RooXYChi2Var | ( | const char * | name, |
| const char * | title, | ||
| RooAbsReal & | func, | ||
| RooDataSet & | data, | ||
| RooRealVar & | yvar, | ||
| bool | integrate = false ) |
| ROOFIT_INTERNAL R__DEPRECATED::RooXYChi2Var | ( | const RooXYChi2Var & | other, |
| const char * | name = nullptr ) |
|
override |
| void R__DEPRECATED::StreamerNVirtual | ( | TBuffer & | ClassDef_StreamerNVirtual_b | ) |
Definition at line 58 of file RooXYChi2Var.h.
|
protected |
! Bin ranges
Definition at line 56 of file RooXYChi2Var.h.
|
protected |
Is the input function and extended p.d.f.
Definition at line 42 of file RooXYChi2Var.h.
|
protected |
! Function integral
Definition at line 55 of file RooXYChi2Var.h.
|
protected |
Numeric integrator configuration for integration of function over bin.
Definition at line 54 of file RooXYChi2Var.h.
|
protected |
Is integration over the bin volume requested.
Definition at line 43 of file RooXYChi2Var.h.
|
protected |
Set of real-valued observables.
Definition at line 46 of file RooXYChi2Var.h.
|
protected |
Y variable if so designated.
Definition at line 45 of file RooXYChi2Var.h.