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/MHSigmabarTheta.cc

    r1992 r2043  
    111111// Fill the histogram
    112112//
    113 Bool_t MHSigmabarTheta::Fill(const MParContainer *par, Double_t w)
     113Bool_t MHSigmabarTheta::Fill(const MParContainer *par, const Stat_t w)
    114114{
    115     fHist.Fill(fMcEvt->GetTheta()*kRad2Deg, fSigmabar->GetSigmabar()); 
     115    fHist.Fill(fMcEvt->GetTheta()*kRad2Deg, fSigmabar->GetSigmabar(), w);
    116116    return kTRUE;
    117117}
Note: See TracChangeset for help on using the changeset viewer.