29 for i
in range(10000):
32 if (abs(tmpy) < 10)
and (abs(tmpx) < 10):
54model =
ROOT.RooGaussian(
"model",
"Gaussian with shifting mean", x, fy, sigma)
73model.fitTo(expDataXY, ConditionalObservables={y}, PrintLevel=-1)
87model.plotOn(xframe, ProjWData=binnedDataY, LineColor=
"c", LineStyle=
":")
92model.plotOn(xframe, ProjWData=binnedDataY2, LineColor=
"r")
95c =
ROOT.TCanvas(
"rf303_conditional",
"rf303_conditional", 600, 460)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.