Variables | |
| ClassName | |
| data = model.generate({x}, 10) | |
| DEBUG | |
| f = ROOT.RooRealVar("f", "f", 0.5, 0.0, 1.0) | |
| gauss = ROOT.RooGaussian("g", "g", x, m, s) | |
| gprime = gauss.cloneTree() | |
| igauss = gauss.createIntegral({x}) | |
| m = ROOT.RooRealVar("m", "m", 0, -10, 10) | |
| model = ROOT.RooAddPdf("model", "model", [gauss, poly], [f]) | |
| OutputFile | |
| p0 = ROOT.RooRealVar("p0", "p0", 0.01, 0.0, 1.0) | |
| poly = ROOT.RooPolynomial("p", "p", x, [p0]) | |
| s = ROOT.RooRealVar("s", "s", 1, -10, 10) | |
| Topic | |
| Tracing | |
| Verbose | |
| x = ROOT.RooRealVar("x", "x", -10, 10) | |
| rf506_msgservice.ClassName |
Definition at line 62 of file rf506_msgservice.py.
| rf506_msgservice.data = model.generate({x}, 10) |
Definition at line 31 of file rf506_msgservice.py.
| rf506_msgservice.DEBUG |
Definition at line 62 of file rf506_msgservice.py.
| rf506_msgservice.f = ROOT.RooRealVar("f", "f", 0.5, 0.0, 1.0) |
Definition at line 28 of file rf506_msgservice.py.
Definition at line 21 of file rf506_msgservice.py.
| rf506_msgservice.gprime = gauss.cloneTree() |
Definition at line 88 of file rf506_msgservice.py.
| rf506_msgservice.igauss = gauss.createIntegral({x}) |
Definition at line 49 of file rf506_msgservice.py.
| rf506_msgservice.m = ROOT.RooRealVar("m", "m", 0, -10, 10) |
Definition at line 19 of file rf506_msgservice.py.
Definition at line 29 of file rf506_msgservice.py.
| rf506_msgservice.OutputFile |
Definition at line 72 of file rf506_msgservice.py.
| rf506_msgservice.p0 = ROOT.RooRealVar("p0", "p0", 0.01, 0.0, 1.0) |
Definition at line 24 of file rf506_msgservice.py.
Definition at line 25 of file rf506_msgservice.py.
| rf506_msgservice.s = ROOT.RooRealVar("s", "s", 1, -10, 10) |
Definition at line 20 of file rf506_msgservice.py.
| rf506_msgservice.Topic |
Definition at line 62 of file rf506_msgservice.py.
| rf506_msgservice.Tracing |
Definition at line 62 of file rf506_msgservice.py.
| rf506_msgservice.Verbose |
Definition at line 65 of file rf506_msgservice.py.
| rf506_msgservice.x = ROOT.RooRealVar("x", "x", -10, 10) |
Definition at line 18 of file rf506_msgservice.py.