Logo ROOT  
Reference Guide
rf406_cattocatfuncs Namespace Reference

Variables

 b0flav = ROOT.RooCategory("b0flav", "B0 flavour eigenstate", {"B0": -1, "B0bar": 1})
 b0Xtcat = ROOT.RooSuperCategory("b0Xtcat", "b0flav X tagCat", {b0flav, tagCat})
 b0Xttype = ROOT.RooMultiCategory("b0Xttype", "b0flav X tagType", {b0flav, tcatType})
 data = p.generate({x, b0flav, tagCat}, 10000)
 mtable = data.table(tcatType)
 p = ROOT.RooPolynomial("p", "p", x)
 stable = data.table(b0Xtcat)
 tagCat = ROOT.RooCategory("tagCat", "Tagging category")
 tcatType = ROOT.RooMappedCategory("tcatType", "tagCat type", tagCat, "Cut based")
 x = ROOT.RooRealVar("x", "x", 0, 10)
 xtable = data.table(b0Xttype)

Variable Documentation

◆ b0flav

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

Definition at line 27 of file rf406_cattocatfuncs.py.

◆ b0Xtcat

rf406_cattocatfuncs.b0Xtcat = ROOT.RooSuperCategory("b0Xtcat", "b0flav X tagCat", {b0flav, tagCat})

Definition at line 59 of file rf406_cattocatfuncs.py.

◆ b0Xttype

rf406_cattocatfuncs.b0Xttype = ROOT.RooMultiCategory("b0Xttype", "b0flav X tagType", {b0flav, tcatType})

Definition at line 70 of file rf406_cattocatfuncs.py.

◆ data

rf406_cattocatfuncs.data = p.generate({x, b0flav, tagCat}, 10000)

Definition at line 33 of file rf406_cattocatfuncs.py.

◆ mtable

rf406_cattocatfuncs.mtable = data.table(tcatType)

Definition at line 51 of file rf406_cattocatfuncs.py.

◆ p

rf406_cattocatfuncs.p = ROOT.RooPolynomial("p", "p", x)

Definition at line 32 of file rf406_cattocatfuncs.py.

◆ stable

rf406_cattocatfuncs.stable = data.table(b0Xtcat)

Definition at line 62 of file rf406_cattocatfuncs.py.

◆ tagCat

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

Definition at line 19 of file rf406_cattocatfuncs.py.

◆ tcatType

rf406_cattocatfuncs.tcatType = ROOT.RooMappedCategory("tcatType", "tagCat type", tagCat, "Cut based")

Definition at line 41 of file rf406_cattocatfuncs.py.

◆ x

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

Definition at line 31 of file rf406_cattocatfuncs.py.

◆ xtable

rf406_cattocatfuncs.xtable = data.table(b0Xttype)

Definition at line 73 of file rf406_cattocatfuncs.py.