#include "RooAbsOptTestStatistic.h"#include "RooCmdArg.h"#include "RooDataHist.h"#include "RooAbsPdf.h"Classes | |
| class | RooChi2Var |
| Simple \( \chi^2 \) calculation from a binned dataset and a PDF. More... | |
Enumerations | |
| enum | FuncMode { Function , Pdf , ExtendedPdf } |
Functions | |
| 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 &dhist, const RooArgSet &projDeps, RooAbsTestStatistic::Configuration const &cfg) 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 |
| TClass * | IsA () const override |
| RooChi2Var RooAbsOptTestStatistic | R__DEPRECATED (6, 34, "Please use RooAbsReal::createChi2() to create chi-square test statistics objects.") |
| RooChi2Var (const char *name, const char *title, RooAbsReal &func, RooDataHist &data, bool extended, RooDataHist::ErrorType etype, RooAbsTestStatistic::Configuration const &cfg=RooAbsTestStatistic::Configuration{}) | |
| RooChi2Var (const char *name, const char *title, RooAbsReal &func, RooDataHist &data, const RooArgSet &projDeps, FuncMode funcMode, RooAbsTestStatistic::Configuration const &cfg, RooDataHist::ErrorType etype) | |
| RooChi2Var (const RooChi2Var &other, const char *name=nullptr) | |
| void | Streamer (TBuffer &) override |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Variables | |
| static RooArgSet | _emptySet |
| Supports named argument constructor. | |
| RooDataHist::ErrorType | _etype |
| Error type store in associated RooDataHist. | |
| FuncMode | _funcMode |
| Function, P.d.f. or extended p.d.f? | |
| enum FuncMode |
| Enumerator | |
|---|---|
| Function | |
| ExtendedPdf | |
Definition at line 1 of file RooChi2Var.h.
|
static |
|
static |
|
staticconstexpr |
Definition at line 39 of file RooChi2Var.h.
|
override |
Definition at line 9 of file RooChi2Var.h.
|
override |
Definition at line 11 of file RooChi2Var.h.
|
static |
Definition at line 39 of file RooChi2Var.h.
|
override |
Definition at line 17 of file RooChi2Var.h.
|
overrideprotected |
|
override |
Definition at line 39 of file RooChi2Var.h.
| RooChi2Var RooAbsOptTestStatistic R__DEPRECATED | ( | 6 | , |
| 34 | , | ||
| "Please use RooAbsReal::createChi2() to create chi-square test statistics objects." | ) |
| R__DEPRECATED::RooChi2Var | ( | const char * | name, |
| const char * | title, | ||
| RooAbsReal & | func, | ||
| RooDataHist & | data, | ||
| bool | extended, | ||
| RooDataHist::ErrorType | etype, | ||
| RooAbsTestStatistic::Configuration const & | cfg = RooAbsTestStatistic::Configuration{} ) |
|
private |
Definition at line 24 of file RooChi2Var.h.
| R__DEPRECATED::RooChi2Var | ( | const RooChi2Var & | other, |
| const char * | name = nullptr ) |
|
override |
| void R__DEPRECATED::StreamerNVirtual | ( | TBuffer & | ClassDef_StreamerNVirtual_b | ) |
Definition at line 39 of file RooChi2Var.h.
|
staticprotected |
Supports named argument constructor.
Definition at line 34 of file RooChi2Var.h.
|
protected |
Error type store in associated RooDataHist.
Definition at line 36 of file RooChi2Var.h.
|
protected |
Function, P.d.f. or extended p.d.f?
Definition at line 37 of file RooChi2Var.h.