Variables | |
| bins | |
| counts | |
| edges | |
| histogram = ROOT.TH1D("histogram", "My first ROOT histogram", nbinsx=30, xlow=0.0, xup=10.0) | |
| range | |
| values = np.array([1, 2, 3, 3, 3, 4, 3, 2, 1, 0]) | |
| hist000_TH1_first_uhi.bins |
Definition at line 27 of file hist000_TH1_first_uhi.py.
| hist000_TH1_first_uhi.counts |
Definition at line 27 of file hist000_TH1_first_uhi.py.
| hist000_TH1_first_uhi.edges |
Definition at line 27 of file hist000_TH1_first_uhi.py.
| hist000_TH1_first_uhi.histogram = ROOT.TH1D("histogram", "My first ROOT histogram", nbinsx=30, xlow=0.0, xup=10.0) |
Definition at line 20 of file hist000_TH1_first_uhi.py.
| hist000_TH1_first_uhi.range |
Definition at line 27 of file hist000_TH1_first_uhi.py.
| hist000_TH1_first_uhi.values = np.array([1, 2, 3, 3, 3, 4, 3, 2, 1, 0]) |
Definition at line 26 of file hist000_TH1_first_uhi.py.