Variables | |
| c1 = ROOT.TCanvas("c1", "fit residual simple") | |
| h1 = ROOT.TH1D("h1", "h1", 50, -5, 5) | |
| lines = ROOT.std.vector('double')() | |
| rp1 = ROOT.TRatioPlot(h1) | |
| hist032_TRatioPlot_fit_lines.c1 = ROOT.TCanvas("c1", "fit residual simple") |
Definition at line 19 of file hist032_TRatioPlot_fit_lines.py.
| hist032_TRatioPlot_fit_lines.h1 = ROOT.TH1D("h1", "h1", 50, -5, 5) |
Definition at line 20 of file hist032_TRatioPlot_fit_lines.py.
| hist032_TRatioPlot_fit_lines.lines = ROOT.std.vector('double')() |
Definition at line 28 of file hist032_TRatioPlot_fit_lines.py.
| hist032_TRatioPlot_fit_lines.rp1 = ROOT.TRatioPlot(h1) |
Definition at line 26 of file hist032_TRatioPlot_fit_lines.py.