Variables | |
| c = ROOT.TCanvas("rf110_normintegration", "rf110_normintegration", 600, 600) | |
| frame = x.frame(Title="cdf of Gaussian pdf") | |
| gx = ROOT.RooGaussian("gx", "gx", x, -2, 3) | |
| gx_cdf = gx.createCdf({x}) | |
| igx = gx.createIntegral({x}) | |
| igx_sig = gx.createIntegral(xset, NormSet=xset, Range="signal") | |
| nset = ROOT.RooArgSet(x) | |
| x = ROOT.RooRealVar("x", "x", -10, 10) | |
| dict | xset = {x} |
| rf110_normintegration.c = ROOT.TCanvas("rf110_normintegration", "rf110_normintegration", 600, 600) |
Definition at line 65 of file rf110_normintegration.py.
| rf110_normintegration.frame = x.frame(Title="cdf of Gaussian pdf") |
Definition at line 61 of file rf110_normintegration.py.
| rf110_normintegration.gx = ROOT.RooGaussian("gx", "gx", x, -2, 3) |
Definition at line 23 of file rf110_normintegration.py.
| rf110_normintegration.gx_cdf = gx.createCdf({x}) |
Definition at line 58 of file rf110_normintegration.py.
| rf110_normintegration.igx = gx.createIntegral({x}) |
Definition at line 37 of file rf110_normintegration.py.
Definition at line 50 of file rf110_normintegration.py.
| rf110_normintegration.nset = ROOT.RooArgSet(x) |
Definition at line 32 of file rf110_normintegration.py.
| rf110_normintegration.x = ROOT.RooRealVar("x", "x", -10, 10) |
Definition at line 20 of file rf110_normintegration.py.
| dict rf110_normintegration.xset = {x} |
Definition at line 49 of file rf110_normintegration.py.