Logo ROOT  
Reference Guide
hist000_TH1_first_uhi Namespace Reference

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])

Variable Documentation

◆ bins

hist000_TH1_first_uhi.bins

Definition at line 27 of file hist000_TH1_first_uhi.py.

◆ counts

hist000_TH1_first_uhi.counts

Definition at line 27 of file hist000_TH1_first_uhi.py.

◆ edges

hist000_TH1_first_uhi.edges

Definition at line 27 of file hist000_TH1_first_uhi.py.

◆ histogram

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.

◆ range

hist000_TH1_first_uhi.range

Definition at line 27 of file hist000_TH1_first_uhi.py.

◆ values

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.