Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 6951)
+++ trunk/MagicSoft/Mars/Changelog	(revision 6952)
@@ -100,6 +100,6 @@
 
    * mjobs/MJCalibrateSignal.cc:
-     - added all tasks for interleaved calibration events to
-       a third tasklist. Skip all following tasks for these events
+     - moved all tasks for interleaved calibration events to
+       a third tasklist
 
    * mjobs/MJCut.[h,cc]:
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 6951)
+++ trunk/MagicSoft/Mars/NEWS	(revision 6952)
@@ -1,7 +1,4 @@
                                                                -*-*- END -*-*-
  *** Version <cvs>
-
-   - Do NOT further process interleaved calibration events in 
-     MJCalibrateSignal - exspecially do not write them to output!
 
 
Index: trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc	(revision 6951)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc	(revision 6952)
@@ -774,4 +774,6 @@
     if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge"))
         tlist2.AddToList(&caltm);
+    if (fIsInterlaced)
+        tlist2.AddToList(&fill8);
     tlist2.AddToList(&bpcal);
     tlist2.AddToList(&treat);
@@ -781,6 +783,5 @@
     tlist2.AddToList(&fill5);
     if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge"))
-      tlist2.AddToList(&fill7);
-    tlist2.AddToList(&fill8);
+        tlist2.AddToList(&fill7);
     tlist2.AddToList(&fill9);
 
