Logo ROOT  
Reference Guide
rf404_categories Namespace Reference

Variables

 b0flav = ROOT.RooCategory("b0flav", "B0 flavour eigenstate", {"B0": -1, "B0bar": 1})
 btable = data.table(b0flav)
 bttable = data.table({tagCat, b0flav})
 data = ROOT.RooPolynomial("p", "p", x).generate({x, b0flav, tagCat}, 10000)
 fracLep = ttable.getFrac("Lepton")
 goodData = data.reduce(CutRange="good")
 nb0 = btable.get("B0")
 tagCat = ROOT.RooCategory("tagCat", "Tagging category")
 ttable = data.table(tagCat, "x>8.23")
 x = ROOT.RooRealVar("x", "x", 0, 10)

Variable Documentation

◆ b0flav

rf404_categories.b0flav = ROOT.RooCategory("b0flav", "B0 flavour eigenstate", {"B0": -1, "B0bar": 1})

Definition at line 30 of file rf404_categories.py.

◆ btable

rf404_categories.btable = data.table(b0flav)

Definition at line 44 of file rf404_categories.py.

◆ bttable

rf404_categories.bttable = data.table({tagCat, b0flav})

Definition at line 54 of file rf404_categories.py.

◆ data

rf404_categories.data = ROOT.RooPolynomial("p", "p", x).generate({x, b0flav, tagCat}, 10000)

Definition at line 38 of file rf404_categories.py.

◆ fracLep

rf404_categories.fracLep = ttable.getFrac("Lepton")

Definition at line 63 of file rf404_categories.py.

◆ goodData

rf404_categories.goodData = data.reduce(CutRange="good")

Definition at line 77 of file rf404_categories.py.

◆ nb0

rf404_categories.nb0 = btable.get("B0")

Definition at line 59 of file rf404_categories.py.

◆ tagCat

rf404_categories.tagCat = ROOT.RooCategory("tagCat", "Tagging category")

Definition at line 19 of file rf404_categories.py.

◆ ttable

rf404_categories.ttable = data.table(tagCat, "x>8.23")

Definition at line 49 of file rf404_categories.py.

◆ x

rf404_categories.x = ROOT.RooRealVar("x", "x", 0, 10)

Definition at line 37 of file rf404_categories.py.