14Create a HistFactory measurement from python 
   17InputFile = 
"./data/example.root" 
   19    ROOT.Info(
"example.py", InputFile + 
" does not exist")
 
   22        ROOT.Info(
"example.py", InputFile + 
" still does not exist. \n EXIT")
 
   82modelConfig = ws[
"ModelConfig"]
 
  105profileLikelihoodCanvas = 
ROOT.TCanvas(
"combined", 
"", 800, 600)
 
  112line90 = 
ROOT.TLine(xmin, 2.71 / 2, xmax, 2.71 / 2)
 
  114line95 = 
ROOT.TLine(xmin, 3.84 / 2, xmax, 3.84 / 2)
 
  121nll.plotOn(frame, ShiftToZero=
True, LineColor=
"r", LineStyle=
"--")
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.