Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3792)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3793)
@@ -23,4 +23,7 @@
      - introduced flat-fielding of charges for the muon calibration, 
        accessible with SetCalibrationMode(kFlatCharge)
+
+   * manalysis/MPedCalcPedRun.cc
+     - added a SetReadyToSave() at the end of PostProcess
    
 
Index: /trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc	(revision 3792)
+++ /trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc	(revision 3793)
@@ -249,5 +249,5 @@
       
       const Float_t msum = (Float_t)sum;
-      
+	
       //
       // These three lines have been uncommented by Markus Gaug
@@ -382,4 +382,5 @@
   
   fPedestals->SetTotalEntries(fNumSamplesTot);
+  fPedestals->SetReadyToSave();
 
   return kTRUE;
