Index: trunk/MagicSoft/Mars/mgui/MGeomCam.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomCam.h	(revision 974)
+++ trunk/MagicSoft/Mars/mgui/MGeomCam.h	(revision 975)
@@ -19,7 +19,7 @@
 private:
     UInt_t   fNumPixels;  // Number of pixels in this camera
-    Float_t  fMaxRadius;  // maximum radius of the camera
+    Float_t  fMaxRadius;  // maximum radius of the camera (eg. for GUI layout)
 
-    TObjArray *fPixels;         // Array of singel pixels storing the geometry
+    TObjArray *fPixels;   // Array of singel pixels storing the geometry
 
 protected:
Index: trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc	(revision 974)
+++ trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc	(revision 975)
@@ -53,4 +53,5 @@
     CreateCam();
     CreateNN();
+    CalcMaxRadius();
 } 
 
Index: trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc	(revision 974)
+++ trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc	(revision 975)
@@ -50,4 +50,5 @@
     CreateCam();
     CreateNN();
+    CalcMaxRadius();
 }
 
