Variables | |
| c = ROOT.TCanvas("rf111_derivatives", "rf111_derivatives", 800, 400) | |
| d2gds2 = gauss.derivative(sigma, 2) | |
| d2gdx2 = gauss.derivative(x, 2) | |
| d3gds3 = gauss.derivative(sigma, 3) | |
| d3gdx3 = gauss.derivative(x, 3) | |
| dgds = gauss.derivative(sigma, 1) | |
| dgdx = gauss.derivative(x, 1) | |
| gauss = ROOT.RooGaussian("gauss", "gaussian PDF", x, mean, sigma) | |
| LineColor | |
| mean = ROOT.RooRealVar("mean", "mean of gaussian", 1, -10, 10) | |
| sframe = sigma.frame(Title="d(Gauss)/d(sigma)", Range=(0.0, 2.0)) | |
| sigma = ROOT.RooRealVar("sigma", "width of gaussian", 1, 0.1, 10) | |
| x = ROOT.RooRealVar("x", "x", -10, 10) | |
| xframe = x.frame(Title="d(Gauss)/dx") | |
| rf111_derivatives.c = ROOT.TCanvas("rf111_derivatives", "rf111_derivatives", 800, 400) |
Definition at line 74 of file rf111_derivatives.py.
| rf111_derivatives.d2gds2 = gauss.derivative(sigma, 2) |
Definition at line 59 of file rf111_derivatives.py.
| rf111_derivatives.d2gdx2 = gauss.derivative(x, 2) |
Definition at line 38 of file rf111_derivatives.py.
| rf111_derivatives.d3gds3 = gauss.derivative(sigma, 3) |
Definition at line 60 of file rf111_derivatives.py.
| rf111_derivatives.d3gdx3 = gauss.derivative(x, 3) |
Definition at line 39 of file rf111_derivatives.py.
| rf111_derivatives.dgds = gauss.derivative(sigma, 1) |
Definition at line 56 of file rf111_derivatives.py.
| rf111_derivatives.dgdx = gauss.derivative(x, 1) |
Definition at line 35 of file rf111_derivatives.py.
Definition at line 29 of file rf111_derivatives.py.
| rf111_derivatives.LineColor |
Definition at line 48 of file rf111_derivatives.py.
| rf111_derivatives.mean = ROOT.RooRealVar("mean", "mean of gaussian", 1, -10, 10) |
Definition at line 25 of file rf111_derivatives.py.
Definition at line 63 of file rf111_derivatives.py.
| rf111_derivatives.sigma = ROOT.RooRealVar("sigma", "width of gaussian", 1, 0.1, 10) |
Definition at line 26 of file rf111_derivatives.py.
| rf111_derivatives.x = ROOT.RooRealVar("x", "x", -10, 10) |
Definition at line 24 of file rf111_derivatives.py.
| rf111_derivatives.xframe = x.frame(Title="d(Gauss)/dx") |
Definition at line 42 of file rf111_derivatives.py.