Logo ROOT  
Reference Guide
hist030_TRatioPlot_residual Namespace Reference

Variables

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

Variable Documentation

◆ c1

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

Definition at line 21 of file hist030_TRatioPlot_residual.py.

◆ h1

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

Definition at line 22 of file hist030_TRatioPlot_residual.py.

◆ rp1

hist030_TRatioPlot_residual.rp1 = ROOT.TRatioPlot(h1)

Definition at line 28 of file hist030_TRatioPlot_residual.py.