Re: [Fwd: TBrowser - look at histograms (fwd)]
Rene Brun (Rene.Brun@cern.ch)
Wed, 17 Feb 1999 14:23:45 +0000
Valeri Faine wrote:
>
>
>
> ------------------------------------------------------------------------
>
> Subject: TBrowser - look at histograms (fwd)
> Date: Tue, 16 Feb 1999 14:55:43 -0500 (EST)
> From: "Kathleen R. Turner" <kathy@bnl.gov>
> Reply-To: starsofi-l@bnl.gov
> To: starsofi-l@bnl.gov
>
> my email was messed up so I'm resending
> ---------- Forwarded message ----------
> Date: Wed, 10 Feb 1999 14:54:06 -0500 (EST)
> From: Kathleen R. Turner <kathy@bnl.gov>
> To: starsofi-l@bnl.gov
> Cc: kathy@bnl.gov
> Subject: TBrowser - look at histograms
>
> Hi - When I run bfc.C & then use the TBrowser to look at the histograms,
> it has the statistics of the histogram on the screen. However, the
> statistics box doesn't contain the # of overflows - how can I find this
> info?
>
Printing Under/Overflows is optional in Root.
You can activate the display of these values by setting the style option
gStyle->SetOptStat(111111);
See URL:
http://root.cern.ch/root/html/TStyle.html#TStyle:SetOptStat
Rene Brun