Index: trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 1076)
+++ trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 1082)
@@ -36,4 +36,10 @@
     // Construct all hexagons. Use new-operator with placement
     //
+
+    // root 3.02
+    //  * base/inc/TObject.h:
+    //    register BIT(8) as kNoContextMenu. If an object has this bit set it will
+    //    not get an automatic context menu when clicked with the right mouse button.
+
     fPixels = new TClonesArray("MHexagon", fNumPixels);
     for (UInt_t i=0; i<fNumPixels; i++)
Index: trunk/MagicSoft/Mars/mgui/MGeomCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomCam.cc	(revision 1076)
+++ trunk/MagicSoft/Mars/mgui/MGeomCam.cc	(revision 1082)
@@ -16,6 +16,6 @@
 !
 !
-!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
-!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
+!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Harald Kornmayer 1/2001
 !
 !   Copyright: MAGIC Software Development, 2000-2001
@@ -37,4 +37,6 @@
 
 #include "MLog.h"
+#include "MLogManip.h"
+
 #include "MGeomPix.h"
 #include "MHexagon.h"
@@ -105,5 +107,5 @@
     //   Print Information about the Geometry of the camera
     //
-    *fLog << " Number of Pixels (" << GetTitle() << "): " << fNumPixels << endl;
+    *fLog << all << " Number of Pixels (" << GetTitle() << "): " << fNumPixels << endl;
 
     for (UInt_t i=0; i<fNumPixels; i++)
Index: trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc	(revision 1076)
+++ trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc	(revision 1082)
@@ -16,6 +16,6 @@
 !
 !
-!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
-!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
+!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Harald Kornmayer 1/2001
 !
 !   Copyright: MAGIC Software Development, 2000-2001
@@ -42,4 +42,6 @@
 
 #include "MLog.h"
+#include "MLogManip.h"
+
 #include "MGeomPix.h"
 
@@ -208,5 +210,5 @@
     // fill the geometry class with the coordinates of the CT1 camera
     //
-    *fLog << " Create CT1 geometry " << endl;
+    *fLog << inf << " Create CT1 geometry " << endl;
 
     //
Index: trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc	(revision 1076)
+++ trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc	(revision 1082)
@@ -16,6 +16,6 @@
 !
 !
-!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
-!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
+!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Harald Kornmayer 1/2001
 !
 !   Copyright: MAGIC Software Development, 2000-2001
@@ -38,4 +38,6 @@
 
 #include "MLog.h"
+#include "MLogManip.h"
+
 #include "MGeomPix.h"
 
@@ -63,5 +65,5 @@
     //   fill the geometry class with the coordinates of the MAGIC camera
     //
-    *fLog << " Creating Magic geometry " << endl ;
+    *fLog << inf << " Creating Magic geometry " << endl ;
 
     //
Index: trunk/MagicSoft/Mars/mgui/MGeomPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomPix.cc	(revision 1076)
+++ trunk/MagicSoft/Mars/mgui/MGeomPix.cc	(revision 1082)
@@ -16,6 +16,6 @@
 !
 !
-!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
-!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
+!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Harald Kornmayer 1/2001
 !
 !   Copyright: MAGIC Software Development, 2000-2001
@@ -36,4 +36,5 @@
 
 #include "MLog.h"
+#include "MLogManip.h"
 
 ClassImp(MGeomPix);
@@ -80,5 +81,5 @@
 { 
     //   information about a pixel
-    gLog << "MPixGeom:  x= " << fX
+    *fLog << all << "MPixGeom:  x= " << fX
         << "  y= " << fY
         << "  r= " << fR
Index: trunk/MagicSoft/Mars/mgui/MHexagon.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MHexagon.cc	(revision 1076)
+++ trunk/MagicSoft/Mars/mgui/MHexagon.cc	(revision 1082)
@@ -16,6 +16,6 @@
 !
 !
-!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
-!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
+!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Harald Kornmayer 1/2001
 !
 !   Copyright: MAGIC Software Development, 2000-2001
