Ignore:
Timestamp:
11/05/03 18:26:02 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2476 r2477  
    33  2003/11/05: Wolfgang Wittek
    44
    5    * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
     5   * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C:
    66     - current versions of the macros for the analysis of CT1 data
    77 
    8    * manalysis/MMarquardt.[h,cc]
     8   * manalysis/MMarquardt.[h,cc]:
    99     - very pleliminary version of a class performing a minimization
    1010       using the Marquardt method
     
    1414       to the shower image using the maximum likelihood method
    1515
    16    * mimage/M2dimFunction.[h,cc]
     16   * mimage/M2dimFunction.[h,cc]:
    1717     - very pleliminary version of a container which contains the
    1818       parameters of the 2-dim function describing the shower image
     
    5858     - removed some obsolete IsUsed(idx) checks when filling the histogram
    5959     - 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()
    6078
    6179
Note: See TracChangeset for help on using the changeset viewer.