Index: trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomCam.cc	(revision 2034)
+++ trunk/MagicSoft/Mars/mgeom/MGeomCam.cc	(revision 2037)
@@ -35,5 +35,5 @@
 #include "MGeomCam.h"
 
-#include <TClass.h>
+#include <TClass.h>     // IsA()->New()
 
 #include "MLog.h"
Index: trunk/MagicSoft/Mars/mgeom/MGeomCamCT1.cc
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomCamCT1.cc	(revision 2034)
+++ trunk/MagicSoft/Mars/mgeom/MGeomCamCT1.cc	(revision 2037)
@@ -19,5 +19,5 @@
 !   Author(s): Harald Kornmayer 1/2001
 !
-!   Copyright: MAGIC Software Development, 2000-2002
+!   Copyright: MAGIC Software Development, 2000-2003
 !
 !
@@ -33,14 +33,12 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-
 #include "MGeomCamCT1.h"
 
-
 #include <math.h>     // floor
 
-#include "TCanvas.h"
-
-#include "MLog.h"
-#include "MLogManip.h"
+/*
+ #include "MLog.h"
+ #include "MLogManip.h"
+ */
 
 #include "MGeomPix.h"
Index: trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.cc
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.cc	(revision 2034)
+++ trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.cc	(revision 2037)
@@ -16,8 +16,7 @@
 !
 !
-!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
-!   Author(s): Harald Kornmayer 1/2001
+!   Author(s): Oscar Blanch, 4/2003 <mailto:blanch@ifae.es>
 !
-!   Copyright: MAGIC Software Development, 2000-2002
+!   Copyright: MAGIC Software Development, 2000-2003
 !
 !
@@ -28,12 +27,9 @@
 // MGeomCamECO1000
 //
-// This class stores the geometry information of the Magic camera.
+// This class stores the geometry information of the ECO1000 camera.
 // All information are copied from tables, see source code.
 //
 ////////////////////////////////////////////////////////////////////////////
-
 #include "MGeomCamECO1000.h"
-
-#include "TCanvas.h"
 
 #include "MLog.h"
@@ -66,5 +62,5 @@
     //   fill the geometry class with the coordinates of the MAGIC camera
     //
-    *fLog << inf << " Creating Magic geometry " << endl ;
+    *fLog << inf << " Creating ECO1000 geometry " << endl ;
 
     //
@@ -302,5 +298,4 @@
     //   fill the pixels list with this data
     //
-
     for (UInt_t i=0; i<GetNumPixels(); i++)
         (*this)[i].Set(xtemp[i], ytemp[i], rtemp[i]) ;
Index: trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.h
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.h	(revision 2034)
+++ trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.h	(revision 2037)
@@ -15,5 +15,5 @@
     MGeomCamECO1000(const char *name=NULL);
 
-    ClassDef(MGeomCamECO1000, 1)		// Geometry class for the Magic camera
+    ClassDef(MGeomCamECO1000, 1) // Geometry class for the ECO1000 camera
 };
 
Index: trunk/MagicSoft/Mars/mgeom/MGeomCamMagic.cc
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomCamMagic.cc	(revision 2034)
+++ trunk/MagicSoft/Mars/mgeom/MGeomCamMagic.cc	(revision 2037)
@@ -19,5 +19,5 @@
 !   Author(s): Harald Kornmayer 1/2001
 !
-!   Copyright: MAGIC Software Development, 2000-2002
+!   Copyright: MAGIC Software Development, 2000-2003
 !
 !
@@ -32,11 +32,10 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-
 #include "MGeomCamMagic.h"
 
-#include "TCanvas.h"
-
-#include "MLog.h"
-#include "MLogManip.h"
+/*
+ #include "MLog.h"
+ #include "MLogManip.h"
+ */
 
 #include "MGeomPix.h"
