Skip to content

Commit 70a3cef

Browse files
committed
[nfc][hist] fix broken link
[nfc] mention roofit alternative
1 parent 6a50d05 commit 70a3cef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

hist/hist/src/TFractionFitter.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
// with additions by Bram Wijngaarden <[email protected]>
44

55
/** \class TFractionFitter
6-
Fits MC fractions to data histogram. A la HMCMLL, see R. Barlow and C. Beeston,
7-
Comp. Phys. Comm. 77 (1993) 219-228, and http://www.hep.man.ac.uk/~roger/hfrac.f
6+
Fits MC fractions to data histogram. À la [HMCMLL](https://cds.cern.ch/record/2296378/files/hbook.pdf),
7+
see R. Barlow and C. Beeston, Comp. Phys. Comm. 77 (1993) 219-228
8+
\see https://indico.in2p3.fr/event/2635/contributions/25070/
9+
\note An alternative interface is described in https://root.cern.ch/doc/master/rf709__BarlowBeeston_8C_source.html
810
911
The virtue of this fit is that it takes into account both data and Monte Carlo
1012
statistical uncertainties. The way in which this is done is through a standard

tutorials/math/fit/fitFraction.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/// FractionFitter example À la [HMCMLL](https://cds.cern.ch/record/2296378/files/hbook.pdf),
55
/// see R. Barlow and C. Beeston, Comp. Phys. Comm. 77 (1993) 219-228,
66
/// \see https://indico.in2p3.fr/event/2635/contributions/25070/
7+
/// \note An alternative interface is described in https://root.cern.ch/doc/master/rf709__BarlowBeeston_8C_source.html
78
///
89
/// \macro_image
910
/// \macro_output

0 commit comments

Comments
 (0)