23h1 =
ROOT.TH1F(
"h1",
"my histogram", 100, -3, 3)
27hep.histplot(h1, ax=ax1, histtype=
"fill", color=
"white", edgecolor=
"blue", linewidth=1.5, alpha=0.5)
29hint1 =
ROOT.TH1F(
"hint1",
"h1 bins integral", 100, -3, 3)
34hep.histplot(hint1, ax=ax2, histtype=
"errorbar", color=
"red", marker=
"+", markersize=3)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.