#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... | |
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.
Definition at line 58 of file RooXYChi2Var.h.
Definition at line 12 of file RooXYChi2Var.h.
|
override |
Definition at line 14 of file RooXYChi2Var.h.
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.