Changeset 2477 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 11/05/03 18:26:02 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2476 r2477 3 3 2003/11/05: Wolfgang Wittek 4 4 5 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C 5 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C: 6 6 - current versions of the macros for the analysis of CT1 data 7 7 8 * manalysis/MMarquardt.[h,cc] 8 * manalysis/MMarquardt.[h,cc]: 9 9 - very pleliminary version of a class performing a minimization 10 10 using the Marquardt method … … 14 14 to the shower image using the maximum likelihood method 15 15 16 * mimage/M2dimFunction.[h,cc] 16 * mimage/M2dimFunction.[h,cc]: 17 17 - very pleliminary version of a container which contains the 18 18 parameters of the 2-dim function describing the shower image … … 58 58 - removed some obsolete IsUsed(idx) checks when filling the histogram 59 59 - ExecuteEvent now plots in the same canvas all the time 60 61 * mmain/MStatusDisplay.[h,cc]: 62 - added new data member fUserFrame 63 - added new member function AddUserFrame 64 - made call to ProcessEvent() and similar thread safe by 65 checking whether we run in the main thread or not. 66 - Set the progress bar range to (0,1) 67 - Added member function to set progress bar position 68 - updated comments 69 - added some workarounds for root bugs in TCanvas (sometimes 70 they call gPad->cd() indirectly when gPad==NULL) 71 - Fixed thread safety of UpdateTab() 72 - Fixed some crashes in case fTab==NULL 73 - Tried to make HandleConfigureNotify more flexible to allow 74 the new fUserFrame to work correctly - needs still some 75 investigations 76 - made fList a protected data member 77 - added new member function Update() 60 78 61 79
Note:
See TracChangeset
for help on using the changeset viewer.