Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3063)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3064)
@@ -5,8 +5,14 @@
                                                  -*-*- END OF LINE -*-*-
  2004/02/06: Markus Gaug
+
+   * mgeom/MGeomCam.h 
+     - replaced in Comment of fPixRatio: 
+     "ratio between size of pixel idx and pixel 0" by
+     "ratio between size of pixel 0 and pixel idx" 
 
    * manalysis/MPedestalCam.cc
      - catch calls to MHPedestalPixel in case that they are not filled 
        This led previous calls to segmentation violations
+     - remove include of MHExtractedSignalPix
  
    * manalysis/MHExtractedSignalPix.[h,cc]
Index: /trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc	(revision 3063)
+++ /trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc	(revision 3064)
@@ -41,6 +41,4 @@
 #include "MParList.h"
 
-#include "MHExtractedSignalPix.h"
-
 #include "MExtractedSignalCam.h"
 #include "MExtractedSignalPix.h"
Index: /trunk/MagicSoft/Mars/mgeom/MGeomCam.h
===================================================================
--- /trunk/MagicSoft/Mars/mgeom/MGeomCam.h	(revision 3063)
+++ /trunk/MagicSoft/Mars/mgeom/MGeomCam.h	(revision 3064)
@@ -25,6 +25,6 @@
     TObjArray fPixels;       // Array of singel pixels storing the geometry
 
-    TArrayF   fPixRatio;     // Array storing the ratio between size of pixel idx and pixel 0 (for speed reasons)
-    TArrayF   fPixRatioSqrt; // Array storing the square root ratio between size of pixel idx and pixel 0 (for speed reasons)
+    TArrayF   fPixRatio;     // Array storing the ratio between size of pixel 0 and pixel idx (for speed reasons)
+    TArrayF   fPixRatioSqrt; // Array storing the square root ratio between size of pixel 0 and pixel idx (for speed reasons)
 
     UInt_t    fNumSectors;   // Number of sectors
