Logo ROOT  
Reference Guide
rf310_sliceplot Namespace Reference

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)

Variable Documentation

◆ bias1

rf310_sliceplot.bias1 = ROOT.RooRealVar("bias1", "bias1", 0)

Definition at line 34 of file rf310_sliceplot.py.

◆ bmix_gm1

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.

◆ c

rf310_sliceplot.c = ROOT.TCanvas("rf310_sliceplot", "rf310_sliceplot", 1200, 400)

Definition at line 72 of file rf310_sliceplot.py.

◆ Cut

rf310_sliceplot.Cut

Definition at line 58 of file rf310_sliceplot.py.

◆ data

rf310_sliceplot.data = bmix_gm1.generate({dt, tagFlav, mixState}, 20000)

Definition at line 42 of file rf310_sliceplot.py.

◆ dm

rf310_sliceplot.dm = ROOT.RooRealVar("dm", "delta m(B)", 0.472, 0.0, 1.0)

Definition at line 28 of file rf310_sliceplot.py.

◆ dt

rf310_sliceplot.dt = ROOT.RooRealVar("dt", "dt", -20, 20)

Definition at line 19 of file rf310_sliceplot.py.

◆ dw

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.

◆ frame

rf310_sliceplot.frame = dt.frame(Title="Inclusive decay distribution")

Definition at line 49 of file rf310_sliceplot.py.

◆ frame2

rf310_sliceplot.frame2 = dt.frame(Title="Decay distribution of mixed events")

Definition at line 57 of file rf310_sliceplot.py.

◆ frame3

rf310_sliceplot.frame3 = dt.frame(Title="Decay distribution of unmixed events")

Definition at line 65 of file rf310_sliceplot.py.

◆ gm1

rf310_sliceplot.gm1 = ROOT.RooGaussModel("gm1", "gauss model 1", dt, bias1, sigma1)

Definition at line 36 of file rf310_sliceplot.py.

◆ mixState

rf310_sliceplot.mixState = ROOT.RooCategory("mixState", "B0/B0bar mixing state", {"mixed": -1, "unmixed": 1})

Definition at line 24 of file rf310_sliceplot.py.

◆ sigma1

rf310_sliceplot.sigma1 = ROOT.RooRealVar("sigma1", "sigma1", 0.01)

Definition at line 35 of file rf310_sliceplot.py.

◆ Slice

rf310_sliceplot.Slice

Definition at line 62 of file rf310_sliceplot.py.

◆ tagFlav

rf310_sliceplot.tagFlav = ROOT.RooCategory("tagFlav", "Flavour of the tagged B0", {"B0": 1, "B0bar": -1})

Definition at line 25 of file rf310_sliceplot.py.

◆ tau

rf310_sliceplot.tau = ROOT.RooRealVar("tau", "B0 decay time", 1.547, 1.0, 2.0)

Definition at line 29 of file rf310_sliceplot.py.

◆ w

rf310_sliceplot.w = ROOT.RooRealVar("w", "Flavor Mistag rate", 0.03, 0.0, 1.0)

Definition at line 30 of file rf310_sliceplot.py.