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]) | |
| gr004_errors_asym.c2 = ROOT.TCanvas("c2", "", 700, 500) |
Definition at line 16 of file gr004_errors_asym.py.
| gr004_errors_asym.exh = np.array([0.5, 0.3, 0.4]) |
Definition at line 24 of file gr004_errors_asym.py.
| gr004_errors_asym.exl = np.array([0.5, 0.2, 0.1]) |
Definition at line 23 of file gr004_errors_asym.py.
| gr004_errors_asym.eyh = np.array([3.0, 5.0, 4.0]) |
Definition at line 26 of file gr004_errors_asym.py.
| gr004_errors_asym.eyl = np.array([3.0, 5.0, 4.0]) |
Definition at line 25 of file gr004_errors_asym.py.
| gr004_errors_asym.gr |
Definition at line 28 of file gr004_errors_asym.py.
| int gr004_errors_asym.npoints = 3 |
Definition at line 19 of file gr004_errors_asym.py.
| gr004_errors_asym.xaxis = np.array([1.0, 2.0, 3.0]) |
Definition at line 20 of file gr004_errors_asym.py.
| gr004_errors_asym.yaxis = np.array([10.0, 20.0, 30.0]) |
Definition at line 21 of file gr004_errors_asym.py.