Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7641)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7642)
@@ -24,4 +24,7 @@
      - adapted to new DAQ format version 6
      - increased class version number
+
+   * mtools/MTFillMatrix.cc:
+     - added accelerator for executing the tasklist as in MJCut
 
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 7641)
+++ trunk/MagicSoft/Mars/NEWS	(revision 7642)
@@ -2,4 +2,8 @@
 
  *** Version  <cvs>
+
+   - general: accelerated MTFillMatrix (used for eample in all training
+     and optimization macros) by skipping some obsolete calles in the
+     eventloop the first and second loop could be accelerated by ~20%
 
    - merpp: Adapted to new raw data file format version 6
@@ -105,7 +109,9 @@
    - ganymed: New cuts for on/off and wobble mode
 
-   - ganymed: The smearing of the False Source plot has been increased to 0.06
-
-   - ganymed: The starguider calibration can now be changed from the resource file.
+   - ganymed: The smearing of the False Source plot has been increased 
+     to 0.06
+
+   - ganymed: The starguider calibration can now be changed from the 
+     resource file.
       See the examples in ganymed*.rc for more details.
 
Index: trunk/MagicSoft/Mars/mtools/MTFillMatrix.cc
===================================================================
--- trunk/MagicSoft/Mars/mtools/MTFillMatrix.cc	(revision 7641)
+++ trunk/MagicSoft/Mars/mtools/MTFillMatrix.cc	(revision 7642)
@@ -343,4 +343,6 @@
     }
 
+    tlist.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime);
+
     //
     // Execute the eventloop
