Changeset 7642


Ignore:
Timestamp:
04/21/06 17:03:48 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7640 r7642  
    2424     - adapted to new DAQ format version 6
    2525     - increased class version number
     26
     27   * mtools/MTFillMatrix.cc:
     28     - added accelerator for executing the tasklist as in MJCut
    2629
    2730
  • trunk/MagicSoft/Mars/NEWS

    r7641 r7642  
    22
    33 *** Version  <cvs>
     4
     5   - general: accelerated MTFillMatrix (used for eample in all training
     6     and optimization macros) by skipping some obsolete calles in the
     7     eventloop the first and second loop could be accelerated by ~20%
    48
    59   - merpp: Adapted to new raw data file format version 6
     
    105109   - ganymed: New cuts for on/off and wobble mode
    106110
    107    - ganymed: The smearing of the False Source plot has been increased to 0.06
    108 
    109    - ganymed: The starguider calibration can now be changed from the resource file.
     111   - ganymed: The smearing of the False Source plot has been increased
     112     to 0.06
     113
     114   - ganymed: The starguider calibration can now be changed from the
     115     resource file.
    110116      See the examples in ganymed*.rc for more details.
    111117
  • trunk/MagicSoft/Mars/mtools/MTFillMatrix.cc

    r7413 r7642  
    343343    }
    344344
     345    tlist.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime);
     346
    345347    //
    346348    // Execute the eventloop
Note: See TracChangeset for help on using the changeset viewer.