Logo ROOT  
Reference Guide
hist034_TRatioPlot_fit_margin Namespace Reference

Variables

 c1 = ROOT.TCanvas("c1", "fit residual simple")
 h1 = ROOT.TH1D("h1", "h1", 50, -5, 5)
 rp1 = ROOT.TRatioPlot(h1, "errfunc")

Variable Documentation

◆ c1

hist034_TRatioPlot_fit_margin.c1 = ROOT.TCanvas("c1", "fit residual simple")

Definition at line 17 of file hist034_TRatioPlot_fit_margin.py.

◆ h1

hist034_TRatioPlot_fit_margin.h1 = ROOT.TH1D("h1", "h1", 50, -5, 5)

Definition at line 20 of file hist034_TRatioPlot_fit_margin.py.

◆ rp1

hist034_TRatioPlot_fit_margin.rp1 = ROOT.TRatioPlot(h1, "errfunc")

Definition at line 28 of file hist034_TRatioPlot_fit_margin.py.