Index: trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx	(revision 416)
+++ trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx	(revision 417)
@@ -251,4 +251,21 @@
   }
 
+  void Print () {
+    //
+    //  Print the important content on the screen
+    //
+
+    cout << endl ; 
+    cout << " **********" << endl ; 
+    cout << " EventNb: " << EvtNumber << " Particle " << PrimaryID << endl ; 
+    cout << " Energy: " << Etotal 
+	 << " Theta: "  << Theta 
+	 << " Phi: " << Phi
+	 << endl ; 
+    cout << " Core(x/y): (" << get_coreX() <<"/"<< get_coreY() << ")" 
+	 << endl ;  
+    
+    cout << endl ; 
+  }
 };
 // @endcode
Index: trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx	(revision 416)
+++ trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx	(revision 417)
@@ -101,8 +101,10 @@
   inline void print()
     {
-      cout << "Id: " << get_particle()  
+      cout << "      PartId: " << get_particle()  
 	   << " Pos: " << x << "/" << y 
 	   << " lam: " << w - 1000.*((int)floor(w/1000.))
 	   << " hei: " << h
+	   << " tim: " << t 
+	   << " dir: " << u << "/" << v 
 	   << endl ; 
     }
