Index: /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc	(revision 2211)
+++ /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc	(revision 2212)
@@ -89,5 +89,5 @@
 //  - MCerPhotEvt
 //
-Bool_t MCerPhotCalc::PreProcess(MParList *pList)
+Int_t MCerPhotCalc::PreProcess(MParList *pList)
 {
     fRunHeader = (MRawRunHeader*)pList->FindObject("MRawRunHeader");
@@ -133,5 +133,5 @@
 // we enable a fix for truncated pedestal means in this version.
 //
-Bool_t MCerPhotCalc::ReInit(MParList *pList)
+Int_t MCerPhotCalc::ReInit(MParList *pList)
 {
     const MRawRunHeader *runheader = (MRawRunHeader*)pList->FindObject("MRawRunHeader");
@@ -170,5 +170,5 @@
 // pixel in the MCerPhotEvt container.
 //
-Bool_t MCerPhotCalc::Process()
+Int_t MCerPhotCalc::Process()
 {
     //fCerPhotEvt->InitSize(fRawEvt->GetNumPixels());
Index: /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h	(revision 2211)
+++ /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h	(revision 2212)
@@ -41,7 +41,7 @@
     MCerPhotCalc(const char *name=NULL, const char *title=NULL);
 
-    Bool_t PreProcess(MParList *pList);
-    Bool_t Process();
-    Bool_t ReInit(MParList *pList);
+    Int_t PreProcess(MParList *pList);
+    Int_t Process();
+    Int_t ReInit(MParList *pList);
 
     // FIXME: The array size should be checked!
