Tutorial for convolution of two functions
****************************************
Minimizer is Minuit2 / Migrad
Chi2 = 298.12
NDf = 96
Edm = 6.55013e-07
NCalls = 449
p0 = 7.32861 +/- 0.0370658
p1 = 0.0733024 +/- 0.0024403
p2 = -2.26418 +/- 0.0491591
p3 = 1.12808 +/- 0.062851
import ROOT
h_ExpGauss =
ROOT.TH1F(
"h_ExpGauss",
"Exponential convoluted by Gaussian", 100, 0.0, 5.0)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
- Author
- Jonas Rembser, Aurelie Flandi (C++ version)
Definition in file fitConvolution.py.