17#ifndef ROO_XY_CHI2_VAR
18#define ROO_XY_CHI2_VAR
#define ClassDef(name, id)
RooAbsData is the common abstract base class for binned and unbinned datasets.
RooAbsIntegrator is the abstract interface for integrators of real-valued functions that implement th...
RooAbsOptTestStatistic is the abstract base class for test statistics objects that evaluate a functio...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooAbsTestStatistic is the abstract base class for all test statistics.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooDataSet is a container class to hold unbinned data.
RooNumIntConfig holds the configuration parameters of the various numeric integrators used by RooReal...
RooRealVar represents a variable that can be changed from the outside.
RooXYChi2Var implements a simple chi^2 calculation from an unbinned dataset with values x,...
Bool_t allowFunctionCache()
RooArgSet requiredExtraObservables() const
std::list< RooAbsBinning * > _binList
Function integral.
void initIntegrator()
Initialize bin content integrator.
virtual Double_t defaultErrorLevel() const
RooXYChi2Var()
coverity[UNINIT_CTOR]
virtual ~RooXYChi2Var()
Destructor.
virtual Double_t evaluatePartition(std::size_t firstEvent, std::size_t lastEvent, std::size_t stepSize) const
Calculate chi^2 in partition from firstEvent to lastEvent using given stepSize.
Double_t fy() const
Return function value requested bu present configuration.
const RooNumIntConfig & binIntegratorConfig() const
void initialize()
Iterator over set of real-valued observables.
RooNumIntConfig _intConfig
virtual TObject * clone(const char *newname) const
virtual RooAbsTestStatistic * create(const char *name, const char *title, RooAbsReal &pdf, RooAbsData &adata, const RooArgSet &, RooAbsTestStatistic::Configuration const &)
Double_t xErrorContribution(Double_t ydata) const
Calculate contribution to internal error due to error on 'x' coordinates at point i.
RooNumIntConfig & binIntegratorConfig()
Iterator abstract base class.
Mother of all ROOT objects.