41expo.fitTo(blindedData, Range=
"left,right", PrintLevel=-1)
 
   61print(
"Now plotting with unique normalisation for each slice.\n")
 
   63plotFrame = 
x.frame(Title=
"Wrong: Each slice normalised over its plotting range")
 
   80print(
"\n\nNow plotting with correct norm ranges:\n")
 
   82plotFrameWithNormRange = 
x.frame(Title=
"Right: All slices have common normalisation")
 
   86expo.plotOn(plotFrameWithNormRange, LineColor=
"b", Range=
"left", NormRange=
"left,right")
 
   87expo.plotOn(plotFrameWithNormRange, LineColor=
"g", Range=
"right", NormRange=
"left,right")
 
   88expo.plotOn(plotFrameWithNormRange, LineColor=
"r", Range=
"full", NormRange=
"left,right", LineStyle=10)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.