![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self) | |
| addHist2D (self, name, binx, xmin, xmax, biny, ymin, ymax, xlab="", ylab="", zlab="", average=False) | |
| hist2DExists (self, name) | |
| fillHist2D (self, name, x, y, *args) | |
| hist2D (self, name) | |
| hist2Diter (self) | |
Protected Member Functions | |
| _key (self, k) | |
Protected Attributes | |
| dict | _hist2D = {} |
| dict | _hist2D_count = {} |
Definition at line 66 of file plot_material.py.
| plot_material.HistManager.__init__ | ( | self | ) |
Definition at line 67 of file plot_material.py.
|
protected |
Definition at line 71 of file plot_material.py.
| plot_material.HistManager.addHist2D | ( | self, | |
| name, | |||
| binx, | |||
| xmin, | |||
| xmax, | |||
| biny, | |||
| ymin, | |||
| ymax, | |||
| xlab = "", | |||
| ylab = "", | |||
| zlab = "", | |||
| average = False ) |
Definition at line 77 of file plot_material.py.
| plot_material.HistManager.fillHist2D | ( | self, | |
| name, | |||
| x, | |||
| y, | |||
| * | args ) |
Definition at line 96 of file plot_material.py.
| plot_material.HistManager.hist2D | ( | self, | |
| name ) |
Definition at line 103 of file plot_material.py.
| plot_material.HistManager.hist2DExists | ( | self, | |
| name ) |
Definition at line 92 of file plot_material.py.
| plot_material.HistManager.hist2Diter | ( | self | ) |
Definition at line 107 of file plot_material.py.
|
protected |
Definition at line 68 of file plot_material.py.
|
protected |
Definition at line 69 of file plot_material.py.