We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b759c commit 58916d2Copy full SHA for 58916d2
modules/hist/TH3Painter.mjs
@@ -131,7 +131,7 @@ class TH3Painter extends THistPainter {
131
132
res.integral = stat_sum0;
133
134
- if (histo.fEntries > 1)
+ if (histo.fEntries > 0)
135
res.entries = histo.fEntries;
136
137
res.eff_entries = stat_sumw2 ? stat_sum0*stat_sum0/stat_sumw2 : Math.abs(stat_sum0);
modules/hist2d/TH2Painter.mjs
@@ -1056,7 +1056,7 @@ class TH2Painter extends THistPainter {
1056
res.wmax = 0;
1057
1058
1059
1060
1061
1062
0 commit comments