|
ROOT
Reference Guide |
|
Go to the documentation of this file.
16 #ifndef ROO_EXTEND_PDF
17 #define ROO_EXTEND_PDF
Bool_t forceAnalyticalInt(const RooAbsArg &) const
Double_t analyticalIntegralWN(Int_t code, const RooArgSet *normSet, const char *rangeName=0) const
Analytical integral with normalization (see RooAbsReal::analyticalIntegralWN() for further informatio...
RooExtendPdf is a wrapper around an existing PDF that adds a parameteric extended likelihood term to ...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
The TNamed class is the base class for all named ROOT classes.
Double_t analyticalIntegralWN(Int_t code, const RooArgSet *normSet, const char *rangeName=0) const
Analytical integral with normalization (see RooAbsReal::analyticalIntegralWN() for further informatio...
Int_t getAnalyticalIntegralWN(RooArgSet &allVars, RooArgSet &analVars, const RooArgSet *normSet, const char *rangeName=0) const
Variant of getAnalyticalIntegral that is also passed the normalization set that should be applied to ...
virtual Double_t expectedEvents(const RooArgSet &nset) const
See expectedEvents(const RooArgSet* nset) const.
virtual Bool_t selfNormalized() const
Shows if a PDF is self-normalized, which means that no attempt is made to add a normalization term.
RooTemplateProxy< RooAbsPdf > _pdf
virtual ExtendMode extendMode() const
Returns ability of PDF to provide extended likelihood terms.
virtual Int_t getAnalyticalIntegralWN(RooArgSet &allVars, RooArgSet &analVars, const RooArgSet *normSet, const char *rangeName=0) const
Variant of getAnalyticalIntegral that is also passed the normalization set that should be applied to ...
Mother of all ROOT objects.
#define ClassDef(name, id)
const TNamed * _rangeName
virtual TObject * clone(const char *newname) const
RooAbsArg is the common abstract base class for objects that represent a value and a "shape" in RooFi...
RooTemplateProxy< RooAbsReal > _n
virtual Double_t expectedEvents(const RooArgSet *nset) const
Return the number of expected events over the full range of all variables.
Double_t evaluate() const
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
RooArgSet is a container object that can hold multiple RooAbsArg objects.