37frame1 = 
x.frame(Name=
"xframe", Title=
"Red Curve / SumW2 Histo errors", Bins=20)
 
   38frame2 = 
x.frame(Name=
"xframe", Title=
"Dashed Curve / No XError bars", Bins=20)
 
   39frame3 = 
x.frame(Name=
"xframe", Title=
"Filled Curve / Blue Histo", Bins=20)
 
   40frame4 = 
x.frame(Name=
"xframe", Title=
"Partial Range / Filled Bar chart", Bins=20)
 
   55data.plotOn(frame4, DrawOption=
"B", DataError=
None, XErrorSize=0, FillColor=
"kGray")
 
   67gauss.plotOn(frame3, MoveToBack=
True, DrawOption=
"F", FillColor=
"kOrange")
 
   72c = 
ROOT.TCanvas(
"rf107_plotstyles", 
"rf107_plotstyles", 800, 800)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.