35model_1 =
ROOT.RooGaussian(
"model_1",
"Gaussian with shifting mean", x, fy_1, sigma)
44model_2 =
ROOT.RooGaussian(
"model_2",
"Gaussian with shifting mean", x, fy_2, sigma)
53model_3 =
ROOT.RooGaussian(
"model_3",
"Gaussian with shifting mean", x, fy_3, sigma)
62model_4 =
ROOT.RooGaussian(
"model_4",
"Gaussian with shifting mean", x, fy_4, sigma)
78c =
ROOT.TCanvas(
"rf302_utilfuncs",
"rf302_utilfuncs", 800, 800)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.