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

From: Urs Langenegger (ursl@SLAC.stanford.edu)
Date: Sat Apr 21 2001 - 04:01:10 MEST


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