Index: trunk/Mars/Changelog
===================================================================
--- trunk/Mars/Changelog	(revision 9930)
+++ trunk/Mars/Changelog	(revision 9931)
@@ -18,4 +18,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2010/09/22 Thomas Bretz
+
+   * mjobs/MJSimulation.cc:
+     - slight improvement of debug output
+     - call SetAllowEmpty for the three ContEmpty filters
+     - changed binning of camera histograms
+
+
 
  2010/09/21 Thomas Bretz
Index: trunk/Mars/mjobs/MJSimulation.cc
===================================================================
--- trunk/Mars/mjobs/MJSimulation.cc	(revision 9930)
+++ trunk/Mars/mjobs/MJSimulation.cc	(revision 9931)
@@ -266,5 +266,5 @@
         *fLog << fSequence.GetFileName() << endl;
     else
-        *fLog << args.GetNumArguments() << "-files" << endl;
+        *fLog << "Input: " << args.GetNumArguments() << "-files" << endl;
     *fLog << endl;
 
@@ -408,4 +408,7 @@
     MContinue cont2("MPhotonEvent.GetNumPhotons<1", "ContEmpty2");
     MContinue cont3("MPhotonEvent.GetNumPhotons<2", "ContEmpty3");
+    cont1.SetAllowEmpty();
+    cont2.SetAllowEmpty();
+    cont3.SetAllowEmpty();
 
     // -------------------------------------------------------------------
@@ -481,6 +484,6 @@
     MHPhotonEvent plane3(2, "HMirrorPlane3");
     MHPhotonEvent plane4(2, "HMirrorPlane4");
-    MHPhotonEvent planeF1(5, "HPhotonEventCamera");   // Get from MGeomCam
-    MHPhotonEvent planeF2(header.IsPointRun()?4:5, "HPhotonEventCones"); // Get from MGeomCam
+    MHPhotonEvent planeF1(6, "HPhotonEventCamera");   // Get from MGeomCam
+    MHPhotonEvent planeF2(header.IsPointRun()?4:6, "HPhotonEventCones"); // Get from MGeomCam
 
     plist.AddToList(&planeG);
