Ignore:
Timestamp:
11/19/03 00:03:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2528 r2529  
    33
    44                                                 -*-*- END OF LINE -*-*-
     5 2003/11/18: Thomas Bretz
     6
     7   * mars.cc:
     8     - changed Usage to standard Usage
     9     
     10   * merpp.cc, mona.cc, readraw.cc, star.cc, status.cc,
     11     mbase/MArgs.[h,cc]:
     12     - removed const-qualifier for argv
     13     
     14   * mbase/MTask.cc:
     15     - fixed a bug in PrintStatistics (setfill was not set)
     16     
     17   * mbase/MTaskList.cc:
     18     - simplified PrintStatistics
     19   
     20   * mbase/MTime.h:
     21     - added Getter
     22     
     23   * mfileio/MReadTree.cc:
     24     - remove a leading "*" when checking whether a branch which
     25       should be enabled exists
     26       
     27   * mfileio/MWriteRootFile.cc:
     28     - fixed a crash when Print is called and GetTree() returns NULL
     29     
     30   * mhist/MHEvent.cc:
     31     - implemented more levels (MeV, GeV, etc) for energy display
     32     
     33   * mraw/MRawSocketRead.cc:
     34     - removed some obsolete comment
     35     
     36   * mreport/MReport.[h,cc]:
     37     - added FindTime
     38     - removed an invalid line (ReadAngle) in the header file
     39     - Set class version to 1
     40     - do not write fTime '//!'
     41     
     42   * mreport/MReportFileRead.cc:
     43     - fixed handling of MTimes
     44
     45
     46
    547 2003/11/18: Abelardo Moralejo
    648
     
    850     - Fixed missing initialization of fLongitmax
    951
     52
     53
    1054 2003/11/18: Markus Gaug
    1155
    1256   * manalysis/MCalibrationCalc:
    13         - performs the eventloop and fills the calibration classes
     57     - performs the eventloop and fills the calibration classes
    1458
    1559   * manalysis/MCalibrationCam:
    16         - holds the classes: MCalibrationPix and MCalibrationBlindPix and MCalibrationPINDiode
    17         - one MCalibrationPix per pixel
     60     - holds the classes: MCalibrationPix and MCalibrationBlindPix
     61       and MCalibrationPINDiode
     62     - one MCalibrationPix per pixel
    1863
    1964   * manalysis/MCalibrationPix:
    20         - holds the fit results and conversion factors, etc per pixel
    21         - hold histograms MHCalibrationPixel
     65     - holds the fit results and conversion factors, etc per pixel
     66     - hold histograms MHCalibrationPixel
    2267
    2368   * manalysis/MCalibrationBlindPix:
    24         - holds fit results and derived number of photons, etc
    25         - hold histogram MHCalibrationBlindPixel
     69     - holds fit results and derived number of photons, etc
     70     - hold histogram MHCalibrationBlindPixel
    2671
    2772   * manalysis/MCalibrationPINDiode:
    28         - holds fit results and derived number of photons, etc
    29         - hold histogram MHCalibrationPINDiode
     73     - holds fit results and derived number of photons, etc
     74     - hold histogram MHCalibrationPINDiode
    3075
    3176   * mhist/MHCalibrationPix:
    32         - histograms with sum of charges, time slices and reduced charges vs. event number
    33         - fit functions
     77     - histograms with sum of charges, time slices and reduced
     78       charges vs. event number
     79     - fit functions
    3480
    3581   * mhist/MHCalibrationPixel:
    36         - histograms with sum of charges, time slices and reduced charges vs. event number
    37         - fit functions
     82     - histograms with sum of charges, time slices and reduced
     83       charges vs. event number
     84     - fit functions
    3885
    3986   * mhist/MHCalibrationBlindPixel:
    40         - histograms with sum of charges, time slices and reduced charges vs. event number
    41         - fit functions
     87     - histograms with sum of charges, time slices and reduced
     88       charges vs. event number
     89     - fit functions
    4290
    4391   * mhist/MHCalibrationPINDiode:
    44         - histograms with sum of charges, time slices and reduced charges vs. event number
    45         - fit functions
    46 
    47    *mhist/MH:
    48         - new function: CutEdges
    49 
    50    *macros/calibration.C
    51         - simple macro showing the functionning
    52 
    53  
     92     - histograms with sum of charges, time slices and reduced
     93       charges vs. event number
     94     - fit functions
     95
     96   * mhist/MH:
     97     - new function: CutEdges
     98
     99   * macros/calibration.C
     100     - simple macro showing the functionning
     101
     102
     103
    54104 2003/11/17: Thomas Bretz
    55105 
Note: See TracChangeset for help on using the changeset viewer.