Re: Statistics and Fit param. boxes

From: Rene Brun (Rene.Brun@cern.ch)
Date: Thu Jun 11 1998 - 13:26:15 MEST


Carlos Lacasta wrote:
> 
> Hi,
> 
> I have observed that I never get neither the stat. box nor the Fit param.
> box when I fill my histgram with SetBincontent() calls. Is that normal ?

Carlos,
When calling only SetBinContent, the number of entries is not
incremented. When the number of entries is 0, the stat box is
not printed.
You simply add the statement
   h->SetEntries(something) where something may be 1 for example.

Rene Brun



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:33 MET