36    x.setError((0.5 / 1.0) 
if (i < 5) 
else (1.0 / 1.0))
 
   54frame = 
x.frame(Title=
"Chi^2 fit of function set of (X#pmdX,Y#pmdY) values")
 
   58fit1 = 
f.chi2FitTo(dxy, YVar=y, Save=
True, PrintLevel=-1)
 
   66fit2 = 
f.chi2FitTo(dxy, YVar=y, Save=
True, PrintLevel=-1, Integrate=
True)
 
   70f.plotOn(frame, LineStyle=
"--", LineColor=
"r")
 
   73c = 
ROOT.TCanvas(
"rf609_xychi2fit", 
"rf609_xychi2fit", 600, 600)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.