Logo ROOT  
Reference Guide
gr004_errors_asym Namespace Reference

Variables

 c2 = ROOT.TCanvas("c2", "", 700, 500)
 exh = np.array([0.5, 0.3, 0.4])
 exl = np.array([0.5, 0.2, 0.1])
 eyh = np.array([3.0, 5.0, 4.0])
 eyl = np.array([3.0, 5.0, 4.0])
 gr
int npoints = 3
 xaxis = np.array([1.0, 2.0, 3.0])
 yaxis = np.array([10.0, 20.0, 30.0])

Variable Documentation

◆ c2

gr004_errors_asym.c2 = ROOT.TCanvas("c2", "", 700, 500)

Definition at line 16 of file gr004_errors_asym.py.

◆ exh

gr004_errors_asym.exh = np.array([0.5, 0.3, 0.4])

Definition at line 24 of file gr004_errors_asym.py.

◆ exl

gr004_errors_asym.exl = np.array([0.5, 0.2, 0.1])

Definition at line 23 of file gr004_errors_asym.py.

◆ eyh

gr004_errors_asym.eyh = np.array([3.0, 5.0, 4.0])

Definition at line 26 of file gr004_errors_asym.py.

◆ eyl

gr004_errors_asym.eyl = np.array([3.0, 5.0, 4.0])

Definition at line 25 of file gr004_errors_asym.py.

◆ gr

gr004_errors_asym.gr
Initial value:
1= ROOT.TGraphAsymmErrors(
2 npoints, xaxis, yaxis, exl, exh, eyl, eyh
3)

Definition at line 28 of file gr004_errors_asym.py.

◆ npoints

int gr004_errors_asym.npoints = 3

Definition at line 19 of file gr004_errors_asym.py.

◆ xaxis

gr004_errors_asym.xaxis = np.array([1.0, 2.0, 3.0])

Definition at line 20 of file gr004_errors_asym.py.

◆ yaxis

gr004_errors_asym.yaxis = np.array([10.0, 20.0, 30.0])

Definition at line 21 of file gr004_errors_asym.py.