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/mhistmc/MHMcCT1CollectionArea.cc

    r1999 r2043  
    137137// Fill data into the histogram which contains the selected showers
    138138//
    139 Bool_t MHMcCT1CollectionArea::Fill(const MParContainer *par, Double_t w)
     139Bool_t MHMcCT1CollectionArea::Fill(const MParContainer *par, const Stat_t w)
    140140{
    141141  MMcEvt &mcevt = *(MMcEvt*)par;
    142142
    143   fHistSel->Fill(log10(mcevt.GetEnergy()), kRad2Deg*mcevt.GetTelescopeTheta());
     143  fHistSel->Fill(log10(mcevt.GetEnergy()), kRad2Deg*mcevt.GetTelescopeTheta(), w);
    144144  return kTRUE;
    145145}
Note: See TracChangeset for help on using the changeset viewer.