Index: trunk/MagicSoft/Mars/mgui/MCamDisplay.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MCamDisplay.h	(revision 977)
+++ trunk/MagicSoft/Mars/mgui/MCamDisplay.h	(revision 978)
@@ -21,18 +21,18 @@
 {
 private:
-    Bool_t         fAutoScale;   //  indicating the autoscale function
+    Bool_t         fAutoScale;   // indicating the autoscale function
 
-    UInt_t         fNumPixels;
-    Int_t          fRange;
+    UInt_t         fNumPixels;   // number of pixels in the present geometry
+    Int_t          fRange;       // the range in millimeters of the present geometry
 
-    TClonesArray  *fPixels;
+    Float_t        fMinPhe;      // The minimal number of Phe
+    Float_t        fMaxPhe;      // The maximum number of Phe
 
-    Float_t        fMinPhe;      //  The minimal number of Phe
-    Float_t        fMaxPhe;      //  The maximum number of Phe
+    TClonesArray  *fPixels;      // array of all hexagons
+    TClonesArray  *fLegend;      // array of all color bars
+    TClonesArray  *fLegText;     // array of all texts
 
-    TClonesArray  *fLegend;
-    TClonesArray  *fLegText;
+    TVirtualPad   *fDrawingPad;  // pad in which we are drawing
 
-    TVirtualPad *fDrawingPad;
 
     TBox  *GetBox(Int_t i)  { return (TBox*) fLegend->At(i); }
