Index: trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.cxx	(revision 792)
+++ trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.cxx	(revision 793)
@@ -20,3 +20,16 @@
 #include "CORParticle.hxx"
 
+void 
+CORParticle::print(void) {
+
+  cout << "  w:" << w << 
+"  x: " << x <<
+"  y: " << y << 
+"  u: " << u << 
+"  v: " << v << 
+"  t: " << t << 
+"  h: " << h << endl ;
+
+}
+
 // @endcode
