Index: trunk/MagicSoft/Mars/mreflector/MHReflector.cc
===================================================================
--- trunk/MagicSoft/Mars/mreflector/MHReflector.cc	(revision 8907)
+++ trunk/MagicSoft/Mars/mreflector/MHReflector.cc	(revision 9153)
@@ -128,5 +128,5 @@
 //
 #include "MRflSinglePhoton.h"
-Bool_t MHReflector::Fill(const MParContainer *par, const Stat_t weight)
+Int_t MHReflector::Fill(const MParContainer *par, const Stat_t weight)
 {
     const Double_t energy = fHeader->GetEnergy();
Index: trunk/MagicSoft/Mars/mreflector/MHReflector.h
===================================================================
--- trunk/MagicSoft/Mars/mreflector/MHReflector.h	(revision 8907)
+++ trunk/MagicSoft/Mars/mreflector/MHReflector.h	(revision 9153)
@@ -30,5 +30,5 @@
 
     Bool_t SetupFill(const MParList *pList);
-    Bool_t Fill(const MParContainer *par, const Stat_t weight=1);
+    Int_t  Fill(const MParContainer *par, const Stat_t weight=1);
     Bool_t Finalize();
 
