Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 6264)
+++ trunk/MagicSoft/Mars/Changelog	(revision 6265)
@@ -36,6 +36,6 @@
 
 
+
  2005/02/04 Thomas Bretz
-
 
    * Makefile.rules:
@@ -65,4 +65,9 @@
      - removed some obsolete debug comments
      - simplified HasABFlag
+
+   * manalysis/MCerPhotPix.h:
+     - removed the `!` again. It gave problems with the Mars
+       display. We agreed that this is a minor problem because
+       the structure of MCerPhot* will chnage soon in any case.
 
 
Index: trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h	(revision 6264)
+++ trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h	(revision 6265)
@@ -15,7 +15,7 @@
     Int_t    fPixId;         // the pixel Id
 
-    Bool_t   fIsCore;        //! the pixel is a Core pixel -> kTRUE
-    Short_t  fRing;          //! NT: number of analyzed rings around the core pixels, fRing>0 means: used, fRing= 0 means: unused, fRing= -1 means: unmapped (no possible to use in the calculation of the image parameters)
-    Short_t  fIdxIsland;     //! the pixel is a Core pixel -> kTRUE
+    Bool_t   fIsCore;        // the pixel is a Core pixel -> kTRUE
+    Short_t  fRing;          // NT: number of analyzed rings around the core pixels, fRing>0 means: used, fRing= 0 means: unused, fRing= -1 means: unmapped (no possible to use in the calculation of the image parameters)
+    Short_t  fIdxIsland;     // the pixel is a Core pixel -> kTRUE
 
     Float_t  fPhot;          // The number of Cerenkov photons
@@ -23,5 +23,5 @@
 
     Bool_t   fIsSaturated;   // the pixel's low gain is saturated
-    Bool_t   fIsHGSaturated; //! the pixel's high gain is saturated
+    Bool_t   fIsHGSaturated; // the pixel's high gain is saturated
 
     // FIXME: arrival time t, and it's error sigma t
