Hi everyone,
If I make a TH1F and plot (histo->Draw()) it, what happens to the entries in the overflow or underflow bins? Do they get plotted somewhere automatically or not at all?
Thanks
Heather
Hi everyone,
If I make a TH1F and plot (histo->Draw()) it, what happens to the entries in the overflow or underflow bins? Do they get plotted somewhere automatically or not at all?
Thanks
Heather
You can see the underflow/overflow bins by doing
gStyle->SetOptStat(“nemrou”);
see: root.cern.ch/root/htmldoc/TStyle … SetOptStat
Rene