20sqroot =
ROOT.TF1(
"sqroot",
"x*gaus(0) + [3]*form1", rangeMin, rangeMax)
26h1d =
ROOT.TH1D(
"h1d",
"Test random numbers", nBins, rangeMin, rangeMax)
35c1 =
ROOT.TCanvas(
"c1",
"The FillRandom example", topX, topY, width, height)
39pad1 =
ROOT.TPad(
"pad1",
"The pad with the function", 0.05, 0.50, 0.95, 0.95)
40pad2 =
ROOT.TPad(
"pad2",
"The pad with the histogram", 0.05, 0.05, 0.95, 0.45)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.