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

Legend:

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

    r1992 r2043  
    7474}
    7575
    76 Bool_t MHBlindPixels::Fill(const MParContainer *par, Double_t w)
     76Bool_t MHBlindPixels::Fill(const MParContainer *par, const Stat_t w)
    7777{
    7878    if (!par)
     
    8484    for (int i=0; i<577; i++)
    8585        if (bp.IsBlind(i))
    86             fHist.Fill(i);
     86            fHist.Fill(i, w);
    8787
    8888    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.