Index: trunk/MagicSoft/Mars/macros/readCT1.C
===================================================================
--- trunk/MagicSoft/Mars/macros/readCT1.C	(revision 601)
+++ trunk/MagicSoft/Mars/macros/readCT1.C	(revision 602)
@@ -9,5 +9,5 @@
   //
   
-  MNphotEvent *phevt = new MNphotEvent() ; 
+  MCerPhotEvt *phevt = new MCerPhotEvt() ; 
 
   plist->AddToList( phevt ) ; 
Index: trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 601)
+++ trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 602)
@@ -11,5 +11,5 @@
 #include "MCamGeom.h"
 
-#include "MNphotEvent.h" 
+#include "MCerPhotEvt.h" 
 
 
@@ -123,8 +123,8 @@
 }  
 
-void MCamDisplay::Draw( MNphotEvent *event) 
-{
-
-  // loop over all pixels in the MNphotEvent and
+void MCamDisplay::Draw( MCerPhotEvt *event) 
+{
+
+  // loop over all pixels in the MCerPhotEvt and
   // determine the Pixel Id and the content
 
@@ -158,9 +158,9 @@
 }  
 
-void MCamDisplay::DrawError( MNphotEvent *event) 
+void MCamDisplay::DrawError( MCerPhotEvt *event) 
 {
   // 
 
-  // loop over all pixels in the MNphotEvent and
+  // loop over all pixels in the MCerPhotEvt and
   // determine the Pixel Id and the content
   Reset() ; 
Index: trunk/MagicSoft/Mars/mgui/MCamDisplay.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MCamDisplay.h	(revision 601)
+++ trunk/MagicSoft/Mars/mgui/MCamDisplay.h	(revision 602)
@@ -9,5 +9,5 @@
 
 class TClonesArray ; 
-class MNphotEvent  ; 
+class MCerPhotEvt  ; 
 
 class MCamDisplay : public TObject
@@ -35,6 +35,6 @@
   void Draw(Option_t *option = "" ) ; 
 
-  void Draw( MNphotEvent *event) ; 
-  void DrawError( MNphotEvent *event) ; 
+  void Draw( MCerPhotEvt *event) ; 
+  void DrawError( MCerPhotEvt *event) ; 
 
   void Reset() ; 
Index: trunk/MagicSoft/Mars/mgui/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mgui/Makefile	(revision 601)
+++ trunk/MagicSoft/Mars/mgui/Makefile	(revision 602)
@@ -59,5 +59,6 @@
            MHexagon.cc \
 	   MCamGeom.cc \
-	   MCamNeighbor.cc 
+	   MCamNeighbor.cc \
+	   MCamDisplay.cc
 
 
