Index: trunk/Mars/msim/MHPhotonEvent.cc
===================================================================
--- trunk/Mars/msim/MHPhotonEvent.cc	(revision 9851)
+++ trunk/Mars/msim/MHPhotonEvent.cc	(revision 9902)
@@ -237,6 +237,6 @@
             }
             // Type 3: Define ~10 bins per pixel
-            xmax = fType==3 ? c->GetMaxRadius() : 4*(*c)[0].GetT()/10;
-            num  = fType==3 ? TMath::Nint(10*(2*c->GetMaxRadius())/(2*(*c)[0].GetT())) : 101;
+            xmax = fType==3 || fType==5 ? c->GetMaxRadius() : 4*(*c)[0].GetT()/10;
+            num  = fType==3 || fType==5 ? TMath::Nint(10*(2*c->GetMaxRadius())/(2*(*c)[0].GetT())) : 101;
 
             if (fType==5)
