Variables | |
| c1 = ROOT.TCanvas("c1", "fit residual simple") | |
| h1 = ROOT.TH1D("h1", "h1", 50, -5, 5) | |
| rp1 = ROOT.TRatioPlot(h1) | |
| hist031_TRatioPlot_residual_fit.c1 = ROOT.TCanvas("c1", "fit residual simple") |
Definition at line 18 of file hist031_TRatioPlot_residual_fit.py.
| hist031_TRatioPlot_residual_fit.h1 = ROOT.TH1D("h1", "h1", 50, -5, 5) |
Definition at line 21 of file hist031_TRatioPlot_residual_fit.py.
| hist031_TRatioPlot_residual_fit.rp1 = ROOT.TRatioPlot(h1) |
Definition at line 28 of file hist031_TRatioPlot_residual_fit.py.