Index: /trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc
===================================================================
--- /trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc	(revision 698)
+++ /trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc	(revision 699)
@@ -40,5 +40,5 @@
     //  add the first pixel to the list
     //
-    Int_t pixnum = 1;
+    Int_t pixnum = 0;
 
     (*this)[pixnum++].Set(0, 0, diameter);
@@ -75,4 +75,6 @@
                                   diameter);
 
+        cout << pixnum << " " << ring << endl;
+
         for (int i=0; i<ring; i++)
             (*this)[pixnum++].Set((-ring-i)*0.5*diameter,
