Index: trunk/MagicSoft/Mars/macros/readCT1.C
===================================================================
--- trunk/MagicSoft/Mars/macros/readCT1.C	(revision 596)
+++ trunk/MagicSoft/Mars/macros/readCT1.C	(revision 597)
@@ -11,8 +11,6 @@
   MNphotEvent *phevt = new MNphotEvent() ; 
 
-
   plist->AddToList( phevt ) ; 
   
-
   //MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/MCCT1_99_ga20.dat") ; 
 
@@ -22,5 +20,4 @@
 
   Int_t icount = 0 ; 
-
   MCamDisplay display(0) ; 
 
@@ -31,15 +28,22 @@
       cout << "Event: " << icount++  << endl  ;
       
-      if ( icount == 3 ) { 
-	phevt->Print() ;
-      } 
-
+      
+      phevt->Print() ;
+      
       display->Draw( phevt )  ; 
-      // display->DrawError( phevt )  ; 
-
       gClient->HandleInput();   
-      
       if(getchar()=='q')
        	break;
+      
+      phevt->CleanLevel1() ; 
+      
+      phevt->CleanLevel2() ; 
+      
+      display->Draw( phevt )  ; 
+      gClient->HandleInput();   
+      if(getchar()=='q')
+       	break;
+      
+
     } 
 
