Ignore:
Timestamp:
11/08/01 10:57:01 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1043 r1052  
    11                                                                  -*-*- END -*-*-
     2 2001/11/08: Thomas Bretz
     3
     4   * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
     5     mhist/MHFadcCam.cc:
     6     - removed 'Fadc' from function names
     7
     8   * manalysis/MCerPhotEvt.[h,cc]:
     9     - made AddPixel inline
     10   
     11   * manalysis/MMcPedestalCopy.cc:
     12     - added output
     13
     14   * manalysis/MPedestalCam.cc:
     15     - removed FIXME
     16
     17   * Makefile's:
     18     - some reordering
     19     - changed to the output
     20
     21   * mbase/MReadTree.cc:
     22     - removed setting of AutoDel-flag (this was not intended and doesn't
     23       work for a TChain, yet)
     24
     25   * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
     26     - moved SetWMSizeHints to base class
     27
     28   * meventdisp/MGEvtDisplay.cc:
     29     - added a random move and the SetWMSizeHints
     30
     31   * mhist/MHHillas.cc:
     32     - replaced some text by Latex-formulas
     33
     34   * mmain/MBrowser.cc:
     35     - added a menu entry for opening a TBrowser
     36     - added a random move
     37
     38   * mmain/MMars.[h,cc]:
     39     - changed enums to root style
     40     - moved size specification from header to source
     41     - changed SetWMSizeHints call
     42
     43   * mraw/MrawEvtPixelIter.[h,cc]:
     44     - added fNum[Hi,Lo]GainSamples to make GetSum* faster
     45     - removed 'Fadc' from function names
     46
     47
     48
     49 2001/11/07: Thomas Bretz
     50
     51   * Makefile:
     52     - changed order in 'mrproper'
     53
     54   * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
     55     - added InitSize
     56
     57   * manalysis/MCerPhotEvt.[h,cc]:
     58     - introduces InitSize to speed up things
     59     - changed []-operator to an unchecked access
     60
     61   * manalysis/MPedestalCam.h:
     62     - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
     63     - changed []-operator to an unchecked access
     64
     65   * mbase/MEvtLoop.cc:
     66     - changed 'total' to 'real' time.
     67
     68   * mgui/MGeomCam.[h,cc]:
     69     - moved []-operator code back to class definition, due to runtime speed
     70     - changed []-operator to an unchecked access
     71
     72   * mhist/MHHillas.cc:
     73     - changed 'degree' to Latex-style
     74
     75   * manalysis/MImgCleanStd.cc:
     76     - we are now initialising an array holding the used pixel to prevent
     77       looping through all pixel thousands of times
     78       (MCerPhotEvt::IsPixelUsed)
     79
     80   * mbase/MWriteAsciiFile.cc:
     81     - enhanced the documentation
     82
     83   * mmain/MBrowser.[h,cc]:
     84     - enhanced the functionality to display the filename
     85     - improved the layout
     86
     87   * mmain/MMars.cc:
     88     - added calling of 'netscape' for the two picture buttons
     89
     90
     91
    292 2001/11/06: Thomas Bretz
    393
     
    33123     - changed so, that the arrays are dreed and allocated only
    34124       as less as possible
    35      - removed (by comment) AddPixel
    36125
    37126   * mraw/MRawFileRead.[h,cc]:
Note: See TracChangeset for help on using the changeset viewer.