Skip to content

Commit db0d33c

Browse files
committed
[RF] Add back accidentally removed docs for RooFit::Extended()
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.
1 parent e067f61 commit db0d33c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roofit/roofitcore/src/RooAbsPdf.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ double RooAbsPdf::extendedTerm(RooAbsData const& data, bool weightSquared, bool
827827
* <tr><th> Type of CmdArg <th> Effect on NLL
828828
* <tr><td> `ConditionalObservables(Args_t &&... argsOrArgSet)` <td> Do not normalize PDF over listed observables.
829829
* Arguments can either be multiple RooRealVar or a single RooArgSet containing them.
830+
* <tr><td> `Extended(bool flag)` <td> Add extended likelihood term, off by default.
830831
* <tr><td> `Range(const char* name)` <td> Fit only data inside range with given name. Multiple comma-separated range names can be specified.
831832
* In this case, the unnormalized PDF \f$f(x)\f$ is normalized by the integral over all ranges \f$r_i\f$:
832833
* \f[

0 commit comments

Comments
 (0)