Index: trunk/MagicSoft/Mars/mjobs/MJSimulation.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJSimulation.cc	(revision 9425)
+++ trunk/MagicSoft/Mars/mjobs/MJSimulation.cc	(revision 9428)
@@ -430,12 +430,20 @@
     filled.SetNameTab("MedDev",     "Time between first and last photon hitting a detector");
 
-    MHPhotonEvent planeG(1);     // Get from MaxImpact
-    MHPhotonEvent plane0(2);     // Get from MReflector
-    MHPhotonEvent plane1(2);
-    MHPhotonEvent plane2(2);
-    MHPhotonEvent plane3(2);
-    MHPhotonEvent plane4(2);
-    MHPhotonEvent planeF1(3);   // Get from MGeomCam
-    MHPhotonEvent planeF2(header.IsPointRun()?4:3); // Get from MGeomCam
+    MHPhotonEvent planeG(1, "HPhotonEventGround");     // Get from MaxImpact
+    MHPhotonEvent plane0(2, "HMirrorPlane0");     // Get from MReflector
+    //MHPhotonEvent plane1(2, "HMirrorPlane1");
+    MHPhotonEvent plane2(2, "HMirrorPlane2");
+    MHPhotonEvent plane3(2, "HMirrorPlane3");
+    MHPhotonEvent plane4(2, "HMirrorPlane4");
+    MHPhotonEvent planeF1(3, "HPhotonEventCamera");   // Get from MGeomCam
+    MHPhotonEvent planeF2(header.IsPointRun()?4:3, "HPhotonEventCones"); // Get from MGeomCam
+
+    plist.AddToList(&planeG);
+    plist.AddToList(&plane0);
+    plist.AddToList(&plane2);
+    plist.AddToList(&plane3);
+    plist.AddToList(&plane4);
+    plist.AddToList(&planeF1);
+    plist.AddToList(&planeF2);;
 
     //MHPSF psf;
