Ignore:
Timestamp:
04/29/03 14:41:38 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHArray.cc

    r1992 r2043  
    463463// successfull filled.
    464464//
    465 Bool_t MHArray::Fill(const MParContainer *par, Double_t w)
     465Bool_t MHArray::Fill(const MParContainer *par, const Stat_t w)
    466466{
    467467    const Int_t n = fArray->GetSize();
     
    478478            return kFALSE;
    479479
    480     return GetH()->Fill(par);
     480    return GetH()->Fill(par, w);
    481481}
    482482
Note: See TracChangeset for help on using the changeset viewer.