Variables | |
| abins = ROOT.RooBinning(-10, 10) | |
| aframe = dt.frame(Range=(-10, 10), Title="mixState asymmetry distribution with custom binning") | |
| Asymmetry | |
| bias1 = ROOT.RooRealVar("bias1", "bias1", 0) | |
| Binning | |
| bmix = ROOT.RooBMixDecay("bmix", "decay", dt, mixState, tagFlav, tau, dm, w, dw, gm1, type="DoubleSided") | |
| c = ROOT.TCanvas("rf108_plotbinning", "rf108_plotbinning", 800, 400) | |
| data = bmix.generate({dt, mixState, tagFlav}, 2000) | |
| dm = ROOT.RooRealVar("dm", "dm", 0.472) | |
| dt = ROOT.RooRealVar("dt", "dt", -20, 20) | |
| dterr = ROOT.RooRealVar("dterr", "dterr", 0.1, 1.0) | |
| dtframe = dt.frame(Range=(-15, 15), Title="dt distribution with custom binning") | |
| dw = ROOT.RooRealVar("dw", "delta mistag rate", 0.0) | |
| gm1 = ROOT.RooGaussModel("gm1", "gauss model 1", dt, bias1, sigma1) | |
| mixState = ROOT.RooCategory("mixState", "B0/B0bar mixing state", {"mixed": -1, "unmixed": 1}) | |
| sigma1 = ROOT.RooRealVar("sigma1", "sigma1", 0.1) | |
| tagFlav = ROOT.RooCategory("tagFlav", "Flavour of the tagged B0", {"B0": 1, "B0bar": -1}) | |
| tau = ROOT.RooRealVar("tau", "tau", 1.547) | |
| tbins = ROOT.RooBinning(-15, 15) | |
| w = ROOT.RooRealVar("w", "mistag rate", 0.1) | |
| rf108_plotbinning.abins = ROOT.RooBinning(-10, 10) |
Definition at line 74 of file rf108_plotbinning.py.
| rf108_plotbinning.aframe = dt.frame(Range=(-10, 10), Title="mixState asymmetry distribution with custom binning") |
Definition at line 85 of file rf108_plotbinning.py.
| rf108_plotbinning.Asymmetry |
Definition at line 88 of file rf108_plotbinning.py.
| rf108_plotbinning.bias1 = ROOT.RooRealVar("bias1", "bias1", 0) |
Definition at line 30 of file rf108_plotbinning.py.
| rf108_plotbinning.Binning |
Definition at line 60 of file rf108_plotbinning.py.
| rf108_plotbinning.bmix = ROOT.RooBMixDecay("bmix", "decay", dt, mixState, tagFlav, tau, dm, w, dw, gm1, type="DoubleSided") |
Definition at line 35 of file rf108_plotbinning.py.
| rf108_plotbinning.c = ROOT.TCanvas("rf108_plotbinning", "rf108_plotbinning", 800, 400) |
Definition at line 101 of file rf108_plotbinning.py.
Definition at line 41 of file rf108_plotbinning.py.
| rf108_plotbinning.dm = ROOT.RooRealVar("dm", "dm", 0.472) |
Definition at line 20 of file rf108_plotbinning.py.
| rf108_plotbinning.dt = ROOT.RooRealVar("dt", "dt", -20, 20) |
Definition at line 19 of file rf108_plotbinning.py.
| rf108_plotbinning.dterr = ROOT.RooRealVar("dterr", "dterr", 0.1, 1.0) |
Definition at line 29 of file rf108_plotbinning.py.
| rf108_plotbinning.dtframe = dt.frame(Range=(-15, 15), Title="dt distribution with custom binning") |
Definition at line 59 of file rf108_plotbinning.py.
| rf108_plotbinning.dw = ROOT.RooRealVar("dw", "delta mistag rate", 0.0) |
Definition at line 23 of file rf108_plotbinning.py.
Definition at line 32 of file rf108_plotbinning.py.
| rf108_plotbinning.mixState = ROOT.RooCategory("mixState", "B0/B0bar mixing state", {"mixed": -1, "unmixed": 1}) |
Definition at line 25 of file rf108_plotbinning.py.
| rf108_plotbinning.sigma1 = ROOT.RooRealVar("sigma1", "sigma1", 0.1) |
Definition at line 31 of file rf108_plotbinning.py.
| rf108_plotbinning.tagFlav = ROOT.RooCategory("tagFlav", "Flavour of the tagged B0", {"B0": 1, "B0bar": -1}) |
Definition at line 26 of file rf108_plotbinning.py.
| rf108_plotbinning.tau = ROOT.RooRealVar("tau", "tau", 1.547) |
Definition at line 21 of file rf108_plotbinning.py.
| rf108_plotbinning.tbins = ROOT.RooBinning(-15, 15) |
Definition at line 50 of file rf108_plotbinning.py.
| rf108_plotbinning.w = ROOT.RooRealVar("w", "mistag rate", 0.1) |
Definition at line 22 of file rf108_plotbinning.py.