26 for i
in range(10000):
29 if (abs(tmpy) < 10)
and (abs(tmpx) < 10):
51model =
ROOT.RooGaussian(
"model",
"Gaussian with shifting mean", x, fy, sigma)
70model.fitTo(expDataXY, ConditionalObservables={y}, PrintLevel=-1)
84model.plotOn(xframe, ProjWData=binnedDataY, LineColor=
"c", LineStyle=
":")
89model.plotOn(xframe, ProjWData=binnedDataY2, LineColor=
"r")
92c =
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.