Skip to content

Fixed nEntries for weighted histograms

Sebastien Ponce requested to merge sponce_histoWeightedNEntries into master

Fixes #325 (closed)

Now weighted histograms are storing internally both the count and the weighted count (aka sum of weights). This allows to compute properly the nEntries and set it in Root Histograms.

Merge request reports