Index: /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc	(revision 2212)
+++ /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc	(revision 2213)
@@ -133,5 +133,5 @@
 // we enable a fix for truncated pedestal means in this version.
 //
-Int_t MCerPhotCalc::ReInit(MParList *pList)
+Bool_t MCerPhotCalc::ReInit(MParList *pList)
 {
     const MRawRunHeader *runheader = (MRawRunHeader*)pList->FindObject("MRawRunHeader");
Index: /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h	(revision 2212)
+++ /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h	(revision 2213)
@@ -38,10 +38,11 @@
     void SetDefaultWeights();
 
+    Int_t PreProcess(MParList *pList);
+    Int_t Process();
+
+    Bool_t ReInit(MParList *pList);
+
 public:
     MCerPhotCalc(const char *name=NULL, const char *title=NULL);
-
-    Int_t PreProcess(MParList *pList);
-    Int_t Process();
-    Int_t ReInit(MParList *pList);
 
     // FIXME: The array size should be checked!
