I have an issue with drawing histograms. I’m using kPoisson error option so my histogram setup looks like this:
data->Sumw2(false);
data->SetBinErrorOption(TH1::kPoisson);
I’m drawing the plot then with PEsame flag. The issue is, that error bars are still visible, even when I use only the E flag (I double checked, there is no E0 anywhere). The issue goes away if I do not set the kPoisson option.