Hello,
I am currently using ROOT 6.06 I am noticing that if I fill a TH1 with very small weight say, 0.01, The Draw options no longer work properly. Instead of just Draw(“1D option”) Histogram being plotted properly, I get horizontal lines at the bin content vertically.
This also seems to happen for very large weight, say filing up to 10,000, I get the same issue.
Am I doing something wrong, or is this a bug that’s resolved in later version of the ROOT?
After speaking with a colleague, I realized that the default option
Draw(""); needs to have an option that dedicated to histogram.
Changing Draw() to Draw(“HIST”); solved the problems. This is a bit unexpected because It ignored “L”,“E” and a few other options.