28 RooAbsReal& norm,
const char* rangeName=
nullptr);
39 return _pdf->getAnalyticalIntegralWN(allVars, analVars, normSet, rangeName) ;
43 return _pdf->analyticalIntegralWN(code, normSet, rangeName) ;
int Int_t
Signed integer 4 bytes (int).
#define ClassDefOverride(name, id)
RooAbsArg()
Default constructor.
RooAbsPdf()
Default constructor.
A RooAbsReal::Ref can be constructed from a RooAbsReal& or a double that will be implicitly converted...
RooArgSet is a container object that can hold multiple RooAbsArg objects.
std::unique_ptr< RooAbsReal > createExpectedEventsFunc(const RooArgSet *nset) const override
Returns an object that represents the expected number of events for a given normalization set,...
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
bool forceAnalyticalInt(const RooAbsArg &) const override
TNamed const * getRangeName() const
Int_t getAnalyticalIntegralWN(RooArgSet &allVars, RooArgSet &analVars, const RooArgSet *normSet, const char *rangeName=nullptr) const override
Forward determination of analytical integration capabilities to input p.d.f.
RooAbsPdf const & pdf() const
double analyticalIntegralWN(Int_t code, const RooArgSet *normSet, const char *rangeName=nullptr) const override
Forward calculation of analytical integrals to input p.d.f.
ExtendMode extendMode() const override
Returns ability of PDF to provide extended likelihood terms.
RooTemplateProxy< RooAbsPdf > _pdf
Input p.d.f.
double expectedEvents(const RooArgSet *nset) const override
Return the number of expected events over the full range of all variables.
const TNamed * _rangeName
Name of subset range.
TObject * clone(const char *newname=nullptr) const override
bool selfNormalized() const override
Shows if a PDF is self-normalized, which means that no attempt is made to add a normalization term.
RooTemplateProxy< RooAbsReal > _n
Number of expected events.
RooAbsReal const & getN() const
The TNamed class is the base class for all named ROOT classes.
Mother of all ROOT objects.