31gaussx =
ROOT.RooGaussian(
"gaussx",
"Gaussian in x with shifting mean in y", x, fy, sigmax)
43model =
ROOT.RooProdPdf(
"model",
"gaussx(x|y)*gaussy(y)", {gaussy}, Conditional=({gaussx}, {x}))
68c =
ROOT.TCanvas(
"rf305_condcorrprod",
"rf05_condcorrprod", 1200, 400)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.