Logo ROOT  
Reference Guide
hist029_TRatioPlot_simple Namespace Reference

Variables

 c1 = ROOT.TCanvas("c1", "A ratio example")
 f1 = ROOT.TF1("f1", "exp(- x/[0] )")
 h1 = ROOT.TH1D("h1", "h1", 50, 0, 10)
 h2 = ROOT.TH1D("h2", "h2", 50, 0, 10)
 rp = ROOT.TRatioPlot(h1,h2)

Variable Documentation

◆ c1

hist029_TRatioPlot_simple.c1 = ROOT.TCanvas("c1", "A ratio example")

Definition at line 19 of file hist029_TRatioPlot_simple.py.

◆ f1

hist029_TRatioPlot_simple.f1 = ROOT.TF1("f1", "exp(- x/[0] )")

Definition at line 22 of file hist029_TRatioPlot_simple.py.

◆ h1

hist029_TRatioPlot_simple.h1 = ROOT.TH1D("h1", "h1", 50, 0, 10)

Definition at line 20 of file hist029_TRatioPlot_simple.py.

◆ h2

hist029_TRatioPlot_simple.h2 = ROOT.TH1D("h2", "h2", 50, 0, 10)

Definition at line 21 of file hist029_TRatioPlot_simple.py.

◆ rp

hist029_TRatioPlot_simple.rp = ROOT.TRatioPlot(h1,h2)

Definition at line 33 of file hist029_TRatioPlot_simple.py.