v0.11.13
FHist v0.11.13
Bug fixing:
- divide (
/
) two histograms now results in new histogram withnentries()
equals to the first histogram instead of dividing the number of entries of the two histograms. The old behavior is considered a bug because it would result innentries(new_hist) == 0
if first histogram had less entries than the second.
Merged pull requests: