25mixState =
ROOT.RooCategory(
"mixState",
"B0/B0bar mixing state", {
"mixed": -1,
"unmixed": 1})
26tagFlav =
ROOT.RooCategory(
"tagFlav",
"Flavour of the tagged B0", {
"B0": 1,
"B0bar": -1})
35bmix =
ROOT.RooBMixDecay(
"bmix",
"decay", dt, mixState, tagFlav, tau, dm, w, dw, gm1, type=
"DoubleSided")
59dtframe =
dt.frame(Range=(-15, 15), Title=
"dt distribution with custom binning")
85aframe =
dt.frame(Range=(-10, 10), Title=
"mixState asymmetry distribution with custom binning")
88data.plotOn(aframe, Asymmetry=mixState, Binning=abins)
101c =
ROOT.TCanvas(
"rf108_plotbinning",
"rf108_plotbinning", 800, 400)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.