Index: trunk/MagicSoft/Mars/mpedestal/MHPedestalCor.cc
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/MHPedestalCor.cc	(revision 8999)
+++ trunk/MagicSoft/Mars/mpedestal/MHPedestalCor.cc	(revision 9153)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MHPedestalCor.cc,v 1.3 2007-06-17 20:50:58 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MHPedestalCor.cc,v 1.4 2008-11-11 11:49:49 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -103,5 +103,5 @@
 // Fill the histograms with data from a MCamEvent-Container.
 //
-Bool_t MHPedestalCor::Fill(const MParContainer *par, const Stat_t w)
+Int_t MHPedestalCor::Fill(const MParContainer *par, const Stat_t w)
 {
     const MPedestalSubtractedEvt *evt = dynamic_cast<const MPedestalSubtractedEvt*>(par);
@@ -109,5 +109,5 @@
     {
         *fLog << err << dbginf << "Got no MCamEvent as argument of Fill()..." << endl;
-        return kFALSE;
+        return kERROR;
     }
 
Index: trunk/MagicSoft/Mars/mpedestal/MHPedestalCor.h
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/MHPedestalCor.h	(revision 8999)
+++ trunk/MagicSoft/Mars/mpedestal/MHPedestalCor.h	(revision 9153)
@@ -20,5 +20,5 @@
     TProfile fProf;
 
-    Bool_t Fill(const MParContainer *par, const Stat_t w=1);
+    Int_t Fill(const MParContainer *par, const Stat_t w=1);
 
 public:
