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

    r1992 r2043  
    183183// are skipped at the moment.
    184184//
    185 Bool_t MHHadronness::Fill(const MParContainer *par, Double_t w)
     185Bool_t MHHadronness::Fill(const MParContainer *par, const Stat_t w)
    186186{
    187187    // Preliminary Workaround: FIXME!
     
    200200
    201201    if (fMcEvt->GetPartId()==kGAMMA)
    202         fGhness->Fill(h);
     202        fGhness->Fill(h, w);
    203203    else
    204         fPhness->Fill(h);
     204        fPhness->Fill(h, w);
    205205
    206206    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.