Ignore:
Timestamp:
11/11/08 11:49:49 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mpedestal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MHPedestalCor.cc

    r8573 r9153  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHPedestalCor.cc,v 1.3 2007-06-17 20:50:58 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHPedestalCor.cc,v 1.4 2008-11-11 11:49:49 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    103103// Fill the histograms with data from a MCamEvent-Container.
    104104//
    105 Bool_t MHPedestalCor::Fill(const MParContainer *par, const Stat_t w)
     105Int_t MHPedestalCor::Fill(const MParContainer *par, const Stat_t w)
    106106{
    107107    const MPedestalSubtractedEvt *evt = dynamic_cast<const MPedestalSubtractedEvt*>(par);
     
    109109    {
    110110        *fLog << err << dbginf << "Got no MCamEvent as argument of Fill()..." << endl;
    111         return kFALSE;
     111        return kERROR;
    112112    }
    113113
  • trunk/MagicSoft/Mars/mpedestal/MHPedestalCor.h

    r8152 r9153  
    2020    TProfile fProf;
    2121
    22     Bool_t Fill(const MParContainer *par, const Stat_t w=1);
     22    Int_t Fill(const MParContainer *par, const Stat_t w=1);
    2323
    2424public:
Note: See TracChangeset for help on using the changeset viewer.