Changeset 9044 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 07/27/08 15:09:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9041 r9044 19 19 -*-*- END OF LINE -*-*- 20 20 21 2008/07/27 Thomas Bretz 22 23 * merpp.cc: 24 - added include of TClass to work with root 5.20 25 26 * mbase/MParEmulated.[h,cc]: 27 - for root 5.20/00 we have to use TVirtualStreamer instead 28 of TStremaer 29 30 * mbase/MStatusDisplay.cc: 31 - the workaround had to be fixed because since we don't change 32 gPad for printing anymore all following line and text drawings 33 reffered to the wrong gPad 34 35 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots: 36 - also antialias text 37 - save as interlaced png 38 39 * mbase/MThread.h: 40 - use a reinterpret_cast when returning the Thresd's result 41 (this gave a correct warning on 32bit systems) 42 43 * mhbase/MH3.h: 44 - when available return the histogram title as title (without axis) 45 - implemented GetFullTitle member function to return the full title 46 47 48 21 49 2008/07/25 Thomas Bretz 22 50 … … 40 68 * mtools/MTFillMatrix.[h,cc]: 41 69 - added a maximum number the eventloop is running over 70 71 * mjobs/MSequence.cc: 72 - replaced gFile by gDirectory 42 73 43 74
Note:
See TracChangeset
for help on using the changeset viewer.