Variables | |
| histogram = ROOT.TH1D("histogram", "My first ROOT histogram", nbinsx = 30, xlow = 0.0, xup = 10.0) | |
| list | values = [1, 2, 3, 3, 3, 4, 3, 2, 1, 0] |
| hist000_TH1_first.histogram = ROOT.TH1D("histogram", "My first ROOT histogram", nbinsx = 30, xlow = 0.0, xup = 10.0) |
Definition at line 19 of file hist000_TH1_first.py.
| list hist000_TH1_first.values = [1, 2, 3, 3, 3, 4, 3, 2, 1, 0] |
Definition at line 25 of file hist000_TH1_first.py.