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) | |
| rf406_cattocatfuncs.b0flav = ROOT.RooCategory("b0flav", "B0 flavour eigenstate", {"B0": -1, "B0bar": 1}) |
Definition at line 27 of file rf406_cattocatfuncs.py.
Definition at line 59 of file rf406_cattocatfuncs.py.
| rf406_cattocatfuncs.b0Xttype = ROOT.RooMultiCategory("b0Xttype", "b0flav X tagType", {b0flav, tcatType}) |
Definition at line 70 of file rf406_cattocatfuncs.py.
Definition at line 33 of file rf406_cattocatfuncs.py.
| rf406_cattocatfuncs.mtable = data.table(tcatType) |
Definition at line 51 of file rf406_cattocatfuncs.py.
| rf406_cattocatfuncs.p = ROOT.RooPolynomial("p", "p", x) |
Definition at line 32 of file rf406_cattocatfuncs.py.
| rf406_cattocatfuncs.stable = data.table(b0Xtcat) |
Definition at line 62 of file rf406_cattocatfuncs.py.
| rf406_cattocatfuncs.tagCat = ROOT.RooCategory("tagCat", "Tagging category") |
Definition at line 19 of file rf406_cattocatfuncs.py.
| rf406_cattocatfuncs.tcatType = ROOT.RooMappedCategory("tcatType", "tagCat type", tagCat, "Cut based") |
Definition at line 41 of file rf406_cattocatfuncs.py.
| rf406_cattocatfuncs.x = ROOT.RooRealVar("x", "x", 0, 10) |
Definition at line 31 of file rf406_cattocatfuncs.py.
| rf406_cattocatfuncs.xtable = data.table(b0Xttype) |
Definition at line 73 of file rf406_cattocatfuncs.py.