Skip to content

Commit

Permalink
[RF] Add back accidentally removed docs for RooFit::Extended()
Browse files Browse the repository at this point in the history
Thanks to this forum post:
https://root-forum.cern.ch/t/extended-option-removed-from-fitto-and-createnll/59283

Needs to be backported to 6.32 and 6.30.
  • Loading branch information
guitargeek committed May 11, 2024
1 parent e067f61 commit db0d33c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roofit/roofitcore/src/RooAbsPdf.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ double RooAbsPdf::extendedTerm(RooAbsData const& data, bool weightSquared, bool
* <tr><th> Type of CmdArg <th> Effect on NLL
* <tr><td> `ConditionalObservables(Args_t &&... argsOrArgSet)` <td> Do not normalize PDF over listed observables.
* Arguments can either be multiple RooRealVar or a single RooArgSet containing them.
* <tr><td> `Extended(bool flag)` <td> Add extended likelihood term, off by default.
* <tr><td> `Range(const char* name)` <td> Fit only data inside range with given name. Multiple comma-separated range names can be specified.
* In this case, the unnormalized PDF \f$f(x)\f$ is normalized by the integral over all ranges \f$r_i\f$:
* \f[
Expand Down

0 comments on commit db0d33c

Please sign in to comment.