Ignore:
Timestamp:
11/11/08 11:49:49 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8907 r9153  
    176176// Fill the histogram. For details see the code or the class description
    177177//
    178 Bool_t MHCamEventRot::Fill(const MParContainer *par, const Stat_t w)
     178Int_t MHCamEventRot::Fill(const MParContainer *par, const Stat_t w)
    179179{
    180180    const MCamEvent *evt = dynamic_cast<const MCamEvent*>(par);
     
    182182    {
    183183        *fLog << err << "MHCamEventRot::Fill: No container specified!" << endl;
    184         return kFALSE;
     184        return kERROR;
    185185    }
    186186
Note: See TracChangeset for help on using the changeset viewer.