Re: [ROOT] void TH1::Add(TH1 *h1, TH1 *h2, Double_t c1, Double_t c2)

From: Rene Brun (Rene.Brun@cern.ch)
Date: Sat Apr 21 2001 - 14:25:12 MEST


Hi Urs,
You are obviously right. Thanks for reporting this problem.
Now fixed in the CVS development version.

Rene Brun

On Fri, 20 Apr 2001, Urs Langenegger wrote:

> 
> Hoi,
> 
> in TH1::Add(TH1 *h1, TH1 *h2, Double_t c1, Double_t c2), shouldn't the
> lines (from the source code of 3.00/06)
> 
>    GetStats(s1);
>    h1->GetStats(s2);
> 
> be
> 
>    h1->GetStats(s1);
>    h2->GetStats(s2);
> 
> ?
> 
> Cheers,
> --U.
> 



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:43 MET