Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2793)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2794)
@@ -29,4 +29,9 @@
      - Histograms not fitted if they are empty
      - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
+
+   * mcalib/MCalibrationCam.cc
+     - Square Root of Reduced Sigmas not taken, if they are < 0.
+     - Reduced Sigma / Charge squared replaced by reduced sigma / charge
+
 
  2004/01/13: Abelardo Moralejo
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h	(revision 2793)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h	(revision 2794)
@@ -112,6 +112,6 @@
 
   // FIXME: Remove this from stored data members
-  Float_t GetPed()    const { return fPed;    }
-  Float_t GetPedRms() const { return fPedRms; }
+  Float_t GetPed()                             const { return fPed;    }
+  Float_t GetPedRms()                          const { return fPedRms; }
 
   // Setter
