Logo ROOT  
Reference Guide
hist000_TH1_first Namespace Reference

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]

Variable Documentation

◆ histogram

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.

◆ values

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.