Index: trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h	(revision 6078)
+++ 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
