Index: trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx	(revision 405)
+++ trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.hxx	(revision 406)
@@ -97,4 +97,15 @@
     }
 
+
+  // print content of one particle
+  inline void print()
+    {
+      cout << "Id: " << get_particle()  
+	   << " Pos: " << x << "/" << y 
+	   << " lam: " << w - 1000.*((int)floor(w/1000.))
+	   << " hei: " << h
+	   << endl ; 
+    }
+
   // get information about the photon
   inline Float_t get_wl( void ) { 
