Ignore:
Timestamp:
10/28/03 14:54:20 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2437 r2438  
    11                                                 -*-*- END OF LINE -*-*-
    22
     3  2003/10/28: Thomas Bretz
     4 
     5   * macros/readCT1.C:
     6     - fixed to work with the correct geometry
     7     
     8   * macros/readMagic.C:
     9     - fixed - was crashing
     10     
     11   * macros/tar.C:
     12     - exclude 'Tag' files from tar
     13     
     14   * manalysis/MGeomApply.[h,cc]:
     15     - replaced constructor by SetGeometry (constructor was
     16       not unique)
     17
     18   * mbase/MEvtLoop.[h,cc]:
     19     - set fProgress already when setting fDisplay (gives the
     20       possibility to overwrite fProgress)
     21     - removed 'entries' from ProcessGuiEvents (moved to fNumEvents)
     22     - Set ProgressBar position in percent instead of event number
     23     - Set progress bar range from 0 to 1
     24     
     25   * mbase/MReadSocket.cc:
     26     - fixed to treat timeout correctly
     27     - replaces usleep() by gSystem->Sleep()
     28
     29   * mbase/MTime.h:
     30     - added SetTime(ULong_t) (support for gSystem->Now())
     31     - added SetTime(Double_t)
     32     - added operator()
     33     - fixed all comparison operators to use time instead of
     34       time lo/hi - will be removed soon
     35       
     36   * mimage/MHHillasSrc.cc:
     37     - delete 3rd Pad
     38     
     39   * mraw/MRawEvtData.cc:
     40     - when drawing print gPad
     41
     42
     43
    344  2003/10/28: Wolfgang Wittek
    445
    5   * manalysis/MCT1PadONOFF.cc
    6     - replace GetMeanRms() by GetPedestalRms()
    7     - replace SetMeanRms() by SetPedestalRms()
    8     - reactivate code which was commented out by tgb
    9                      (no compilation errors on Alpha OSF)
    10 
    11   * manalysis/AnalysisLinkDef.h
    12              /Makefile
    13     - put back MCT1PadONOFF
    14 
    15   * macros/CT1Analysis.C
    16           /ONOFFCT1Analysis.C
    17     - current versions of macros for the analysis of CT1 data
     46   * manalysis/MCT1PadONOFF.cc
     47     - replace GetMeanRms() by GetPedestalRms()
     48     - replace SetMeanRms() by SetPedestalRms()
     49     - reactivate code which was commented out by tgb
     50       (no compilation errors on Alpha OSF)
     51
     52   * manalysis/AnalysisLinkDef.h, manalysis/Makefile
     53     - put back MCT1PadONOFF
     54
     55   * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
     56     - current versions of macros for the analysis of CT1 data
    1857
    1958
     
    2564       that goes with the same value to both FADC gains (fDigitalNoise)
    2665     - Class version has been changed from 2 to 3.
     66
     67
    2768
    2869  2003/10/24: Abelardo Moralejo
     
    3778       class would produce wrong results.
    3879
     80
     81
    3982  2003/10/23: Abelardo Moralejo
    4083
     
    4487       we had in 3.02, and the graphics output had become unreadable.
    4588       Replacing some Draw() calls by DrawCopy() has solved the problem.
     89
    4690
    4791
Note: See TracChangeset for help on using the changeset viewer.