#include <RooChiSquarePdf.h>
Inheritance diagram for RooChiSquarePdf:
Public Member Functions | |
RooChiSquarePdf () | |
RooChiSquarePdf (const char *name, const char *title, RooAbsReal &x, RooAbsReal &ndof) | |
RooChiSquarePdf (const RooChiSquarePdf &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooChiSquarePdf () |
Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
RooChiSquarePdf () | |
RooChiSquarePdf (const char *name, const char *title, RooAbsReal &x, RooAbsReal &ndof) | |
RooChiSquarePdf (const RooChiSquarePdf &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooChiSquarePdf () |
Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
Private Member Functions | |
Double_t | evaluate () const |
Double_t | evaluate () const |
Private Attributes | |
RooRealProxy | _x |
RooRealProxy | _ndof |
Definition at line 22 of file RooChiSquarePdf.h.
RooChiSquarePdf::RooChiSquarePdf | ( | ) |
RooChiSquarePdf::RooChiSquarePdf | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | x, | |||
RooAbsReal & | ndof | |||
) |
Definition at line 40 of file RooChiSquarePdf.cxx.
RooChiSquarePdf::RooChiSquarePdf | ( | const RooChiSquarePdf & | other, | |
const char * | name = 0 | |||
) |
Definition at line 51 of file RooChiSquarePdf.cxx.
virtual RooChiSquarePdf::~RooChiSquarePdf | ( | ) | [inline, virtual] |
Definition at line 31 of file RooChiSquarePdf.h.
RooChiSquarePdf::RooChiSquarePdf | ( | ) |
RooChiSquarePdf::RooChiSquarePdf | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | x, | |||
RooAbsReal & | ndof | |||
) |
RooChiSquarePdf::RooChiSquarePdf | ( | const RooChiSquarePdf & | other, | |
const char * | name = 0 | |||
) |
virtual RooChiSquarePdf::~RooChiSquarePdf | ( | ) | [inline, virtual] |
Definition at line 31 of file RooChiSquarePdf.h.
virtual TObject* RooChiSquarePdf::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 30 of file RooChiSquarePdf.h.
References RooChiSquarePdf().
Int_t RooChiSquarePdf::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 72 of file RooChiSquarePdf.cxx.
References _x, and RooAbsReal::matchArgs().
Double_t RooChiSquarePdf::analyticalIntegral | ( | Int_t | code, | |
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 86 of file RooChiSquarePdf.cxx.
References _ndof, _x, TMath::Gamma(), RooRealProxy::max(), RooRealProxy::min(), xmax, and xmin.
Double_t RooChiSquarePdf::evaluate | ( | ) | const [private, virtual] |
Implements RooAbsReal.
Definition at line 60 of file RooChiSquarePdf.cxx.
References _ndof, _x, exp(), TMath::Gamma(), and pow().
virtual TObject* RooChiSquarePdf::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 30 of file RooChiSquarePdf.h.
References RooChiSquarePdf().
Int_t RooChiSquarePdf::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Double_t RooChiSquarePdf::analyticalIntegral | ( | Int_t | code, | |
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Double_t RooChiSquarePdf::evaluate | ( | ) | const [private, virtual] |
Implements RooAbsReal.
RooRealProxy RooChiSquarePdf::_x [private] |
Definition at line 40 of file RooChiSquarePdf.h.
Referenced by analyticalIntegral(), evaluate(), and getAnalyticalIntegral().
RooRealProxy RooChiSquarePdf::_ndof [private] |
Definition at line 41 of file RooChiSquarePdf.h.
Referenced by analyticalIntegral(), and evaluate().