Index: trunk/MagicSoft/Mars/macros/readCT1.C
===================================================================
--- trunk/MagicSoft/Mars/macros/readCT1.C	(revision 594)
+++ trunk/MagicSoft/Mars/macros/readCT1.C	(revision 595)
@@ -19,13 +19,21 @@
   // MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/CT1_99_on1.dat") ; 
 
-
-  
   cout << readct1->PreProcess(plist) << endl ; 
 
   Int_t icount = 0 ; 
+
+  MCamDisplay display(0) ; 
+
   while ( readct1->Process() == kTRUE )
     {
       cout << "Event: " << icount++  << endl  ;
-      //      phevt->Print() ;  
+      
+      if ( icount == 3 ) 
+	phevt->Print() ;
+      
+      display->Draw( phevt )  ; 
+
+      gClient->HandleInput();   
+      if(getchar()=='e') break;  
     } 
 
