Variables | |
| bias1 = ROOT.RooRealVar("bias1", "bias1", 0) | |
| bmix_gm1 = ROOT.RooBMixDecay("bmix", "decay", dt, mixState, tagFlav, tau, dm, w, dw, gm1, type="DoubleSided") | |
| c = ROOT.TCanvas("rf310_sliceplot", "rf310_sliceplot", 1200, 400) | |
| Cut | |
| data = bmix_gm1.generate({dt, tagFlav, mixState}, 20000) | |
| dm = ROOT.RooRealVar("dm", "delta m(B)", 0.472, 0.0, 1.0) | |
| dt = ROOT.RooRealVar("dt", "dt", -20, 20) | |
| dw = ROOT.RooRealVar("dw", "Flavor Mistag rate difference between B0 and B0bar", 0.01) | |
| frame = dt.frame(Title="Inclusive decay distribution") | |
| frame2 = dt.frame(Title="Decay distribution of mixed events") | |
| frame3 = dt.frame(Title="Decay distribution of unmixed events") | |
| 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.01) | |
| Slice | |
| tagFlav = ROOT.RooCategory("tagFlav", "Flavour of the tagged B0", {"B0": 1, "B0bar": -1}) | |
| tau = ROOT.RooRealVar("tau", "B0 decay time", 1.547, 1.0, 2.0) | |
| w = ROOT.RooRealVar("w", "Flavor Mistag rate", 0.03, 0.0, 1.0) | |
| rf310_sliceplot.bias1 = ROOT.RooRealVar("bias1", "bias1", 0) |
Definition at line 34 of file rf310_sliceplot.py.
| rf310_sliceplot.bmix_gm1 = ROOT.RooBMixDecay("bmix", "decay", dt, mixState, tagFlav, tau, dm, w, dw, gm1, type="DoubleSided") |
Definition at line 39 of file rf310_sliceplot.py.
| rf310_sliceplot.c = ROOT.TCanvas("rf310_sliceplot", "rf310_sliceplot", 1200, 400) |
Definition at line 72 of file rf310_sliceplot.py.
| rf310_sliceplot.Cut |
Definition at line 58 of file rf310_sliceplot.py.
Definition at line 42 of file rf310_sliceplot.py.
| rf310_sliceplot.dm = ROOT.RooRealVar("dm", "delta m(B)", 0.472, 0.0, 1.0) |
Definition at line 28 of file rf310_sliceplot.py.
| rf310_sliceplot.dt = ROOT.RooRealVar("dt", "dt", -20, 20) |
Definition at line 19 of file rf310_sliceplot.py.
| rf310_sliceplot.dw = ROOT.RooRealVar("dw", "Flavor Mistag rate difference between B0 and B0bar", 0.01) |
Definition at line 31 of file rf310_sliceplot.py.
| rf310_sliceplot.frame = dt.frame(Title="Inclusive decay distribution") |
Definition at line 49 of file rf310_sliceplot.py.
| rf310_sliceplot.frame2 = dt.frame(Title="Decay distribution of mixed events") |
Definition at line 57 of file rf310_sliceplot.py.
| rf310_sliceplot.frame3 = dt.frame(Title="Decay distribution of unmixed events") |
Definition at line 65 of file rf310_sliceplot.py.
Definition at line 36 of file rf310_sliceplot.py.
| rf310_sliceplot.mixState = ROOT.RooCategory("mixState", "B0/B0bar mixing state", {"mixed": -1, "unmixed": 1}) |
Definition at line 24 of file rf310_sliceplot.py.
| rf310_sliceplot.sigma1 = ROOT.RooRealVar("sigma1", "sigma1", 0.01) |
Definition at line 35 of file rf310_sliceplot.py.
| rf310_sliceplot.Slice |
Definition at line 62 of file rf310_sliceplot.py.
| rf310_sliceplot.tagFlav = ROOT.RooCategory("tagFlav", "Flavour of the tagged B0", {"B0": 1, "B0bar": -1}) |
Definition at line 25 of file rf310_sliceplot.py.
| rf310_sliceplot.tau = ROOT.RooRealVar("tau", "B0 decay time", 1.547, 1.0, 2.0) |
Definition at line 29 of file rf310_sliceplot.py.
| rf310_sliceplot.w = ROOT.RooRealVar("w", "Flavor Mistag rate", 0.03, 0.0, 1.0) |
Definition at line 30 of file rf310_sliceplot.py.