25coshG = 
ROOT.RooFormulaVar(
"coshGBasis", 
"exp(-@0/ @1)*cosh(@0*@2/2)", [t, tau, deltaGamma])
 
   26sinhG = 
ROOT.RooFormulaVar(
"sinhGBasis", 
"exp(-@0/ @1)*sinh(@0*@2/2)", [t, tau, deltaGamma])
 
   67pdf.plotOn(frame1, Components=ampl1, LineStyle=
"--")
 
   68pdf.plotOn(frame1, Components=ampl2, LineStyle=
"--", LineColor=
"r")
 
   76pdf.plotOn(frame2, Components=ampl1, LineStyle=
"--")
 
   77pdf.plotOn(frame2, Components=ampl2, LineStyle=
"--", LineColor=
"r")
 
   79c = 
ROOT.TCanvas(
"rf704_amplitudefit", 
"rf704_amplitudefit", 800, 800)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.