Fill a 1D histogram with random values using predefined functions
Ã␚
import ROOT
h1d =
ROOT.TH1D(
"h1d",
"Test random numbers", nbinsx = 200, xlow = 0.0, xup = 10.0)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
- Date
- November 2024
- Author
- Giacomo Parolini
Definition in file hist001_TH1_fillrandom.py.