Re: Statistics and Fit param. boxes

Rene Brun (Rene.Brun@cern.ch)
Thu, 11 Jun 1998 13:26:15 +0200


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