Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5558)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5559)
@@ -20,4 +20,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/12/06: Thomas Bretz
+
+  * mpedestal/MPedCalcPedRun.cc:
+    - fixed bug which I introdued on friday (PostProcess was
+      defined twice)
+
+
 
  2004/12/02: Thomas Bretz
Index: trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc	(revision 5558)
+++ trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc	(revision 5559)
@@ -370,10 +370,4 @@
 }
 
-Int_t MPedCalcPedRun::PostProcess()
-{
-  Finalize();
-  return kTRUE;
-}
-
 // --------------------------------------------------------------------------
 //
