Ignore:
Timestamp:
01/22/02 16:27:37 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1203 r1208  
    8888// Be careful: Only call this with an object of type MHillas
    8989//
    90 void MHHillasSrc::Fill(const MParContainer *par)
     90Bool_t MHHillasSrc::Fill(const MParContainer *par)
    9191{
    9292    const MHillasSrc &h = *(MHillasSrc*)par;
     
    9494    fAlpha->Fill(fabs(h.GetAlpha()));
    9595    fDist ->Fill(h.GetDist());
     96
     97    return kTRUE;
    9698}
    9799
Note: See TracChangeset for help on using the changeset viewer.