TH::Sumw2() forces drawing points

Hi,

I do TH::Draw(“H”) to use histogram line style. But after calling TH::Sumw2(), I find that even with that option above the histogram is also drawn with points and error bars, even though I have not specified “p e0” or similar.

How can I avoid this behavior? I only want to draw the histogram itself in “line” style.

Thanks,
Eric

Instead of “h” use option “hist” (see doc)

Rene