Variables | |
| c = ROOT.TCanvas("rf109_chi2residpull", "rf109_chi2residpull", 900, 300) | |
| data = gauss.generate({x}, 10000) | |
| DataError | |
| frame1 = x.frame(Title="Data with distorted Gaussian pdf", Bins=40) | |
| frame2 = x.frame(Title="Residual Distribution") | |
| frame3 = x.frame(Title="Pull Distribution") | |
| gauss = ROOT.RooGaussian("gauss", "gauss", x, mean, sigma) | |
| hpull = frame1.pullHist() | |
| hresid = frame1.residHist() | |
| mean = ROOT.RooRealVar("mean", "mean", 0, -10, 10) | |
| sigma = ROOT.RooRealVar("sigma", "sigma", 3, 0.1, 10) | |
| x = ROOT.RooRealVar("x", "x", -10, 10) | |
| rf109_chi2residpull.c = ROOT.TCanvas("rf109_chi2residpull", "rf109_chi2residpull", 900, 300) |
Definition at line 69 of file rf109_chi2residpull.py.
| rf109_chi2residpull.data = gauss.generate({x}, 10000) |
Definition at line 29 of file rf109_chi2residpull.py.
| rf109_chi2residpull.DataError |
Definition at line 39 of file rf109_chi2residpull.py.
| rf109_chi2residpull.frame1 = x.frame(Title="Data with distorted Gaussian pdf", Bins=40) |
Definition at line 38 of file rf109_chi2residpull.py.
| rf109_chi2residpull.frame2 = x.frame(Title="Residual Distribution") |
Definition at line 61 of file rf109_chi2residpull.py.
| rf109_chi2residpull.frame3 = x.frame(Title="Pull Distribution") |
Definition at line 66 of file rf109_chi2residpull.py.
Definition at line 26 of file rf109_chi2residpull.py.
| rf109_chi2residpull.hpull = frame1.pullHist() |
Definition at line 57 of file rf109_chi2residpull.py.
| rf109_chi2residpull.hresid = frame1.residHist() |
Definition at line 54 of file rf109_chi2residpull.py.
| rf109_chi2residpull.mean = ROOT.RooRealVar("mean", "mean", 0, -10, 10) |
Definition at line 25 of file rf109_chi2residpull.py.
| rf109_chi2residpull.sigma = ROOT.RooRealVar("sigma", "sigma", 3, 0.1, 10) |
Definition at line 24 of file rf109_chi2residpull.py.
| rf109_chi2residpull.x = ROOT.RooRealVar("x", "x", -10, 10) |
Definition at line 21 of file rf109_chi2residpull.py.