Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8589)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8590)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2007/06/21 Thomas Bretz
+
+   * mjobs/MJCut.cc:
+     - fixed a problem with the Wobble MCs (the could not be processed
+       anymore because they needed MTime for MHSrcPos)
+
+
 
  2007/06/20 Thomas Bretz
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 8589)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 8590)
@@ -16,4 +16,6 @@
      and must be set to 0/49 instead of 15/64 in callisto_mux.rc until
      the first and last 15 slices have been removed from all MUX data.
+
+   - callisto: was broken for MCs... fixed.
 
    - callisto: improved calculation of spline coefficients a lot. This
@@ -33,4 +35,6 @@
      pixel treatment is now in units of nanoseconds, which leads to 3.0ns
      for both, old FADC and MUX-FADC, data.
+
+   - ganymed: was broken for Wobble-MCs... fixed.
 
 
Index: /trunk/MagicSoft/Mars/mjobs/MJCut.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCut.cc	(revision 8589)
+++ /trunk/MagicSoft/Mars/mjobs/MJCut.cc	(revision 8590)
@@ -931,5 +931,5 @@
     MFillH fillsrc(&hsrcpos, "MSrcPosCam", "FillSrcPosCam");
     fillsrc.SetNameTab("SrcPos");
-    if (set.IsWobbleMode())
+    if (set.IsWobbleMode() & !set.IsMonteCarlo())
         tlist2.AddToListBefore(&fillsrc, &hcalc);
 
