Changeset 7642 for trunk/MagicSoft/Mars
- Timestamp:
- 04/21/06 17:03:48 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7640 r7642 24 24 - adapted to new DAQ format version 6 25 25 - increased class version number 26 27 * mtools/MTFillMatrix.cc: 28 - added accelerator for executing the tasklist as in MJCut 26 29 27 30 -
trunk/MagicSoft/Mars/NEWS
r7641 r7642 2 2 3 3 *** 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% 4 8 5 9 - merpp: Adapted to new raw data file format version 6 … … 105 109 - ganymed: New cuts for on/off and wobble mode 106 110 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. 110 116 See the examples in ganymed*.rc for more details. 111 117 -
trunk/MagicSoft/Mars/mtools/MTFillMatrix.cc
r7413 r7642 343 343 } 344 344 345 tlist.SetAccelerator(MTask::kAccDontReset|MTask::kAccDontTime); 346 345 347 // 346 348 // Execute the eventloop
Note:
See TracChangeset
for help on using the changeset viewer.