Ignore:
Timestamp:
12/20/03 13:46:17 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2727 r2728  
    55                                                 -*-*- END OF LINE -*-*-
    66
     7 2003/12/20: Thomas Bretz
     8
     9   * Makefile:
     10     - added an option to statically link the programs (for
     11       debugging)
     12       
     13   * merpp.cc, readdaq.cc, readraw.cc:
     14     - small changes to the command line options
     15       (the aim is a generalization)
     16
     17   * manalysis/MCalibrate.[h,cc]:
     18     - removed leading '//' from class description
     19     - removed usage of MGeomCam (it is obsolete here)
     20     - small changes to make the output fit the 'standard'
     21     - take the number of pixels from the containers, added a
     22       consistency check
     23     - added many small comment about future development
     24     - added some const-qualifiers
     25     - removed the 'unused/empty' pixels. They are obsolete and not
     26       wanted at all.
     27     - changed pixid to pixidx
     28
     29   * manalysis/MCalibrationPix.h:
     30     - sorted member functions
     31     - added some const qualifiers
     32     - added many small comment about future development
     33
     34   * manalysis/MExtractSignal.cc:
     35     - removed arguments from constructor
     36     - added corresponding member functions
     37       + the convetion is to have only vital arguments in the
     38         construtor and member functions to change the default
     39     - removed obsolete PostProcess
     40     
     41   * manalysis/MExtractedSignalCam.h, manalysis/MExtractedSignalPix.h:
     42     - added corresponding member functions
     43   
     44   * mbase/MArgs.[h,cc]:
     45     - added some comments
     46     - added options/arguments to Print
     47     - added GetNumOptions
     48     - added GetNumEntries
     49     - added HasOnly
     50     - added HasOnlyAndRemove
     51     
     52   * mbase/MEvtLoop.[h,cc]:
     53     - removed leading '//' from class description
     54     - replaced INT_MAX by kMaxUInt
     55     - changed meaning of eventloop argument:
     56       now 0 means all-events instead of -1
     57     - forward tlist-name from Eventloop to PreProcess
     58   
     59   * mbase/MTime.[h,cc]:
     60     - added UpdMagicTime
     61
     62   * mfilter/MFEventSelector2.cc:
     63     - replaced INT_MAX by kMaxUInt
     64     
     65   * mmain/MEventDisplay.[h,cc]:
     66     - make use of MEvtLoop::GetTaskList()
     67     - removed GetReader
     68     
     69   * mmontecarlo/MMcEnergyEst.cc:
     70     - removed leading '//' from class description
     71     
     72   * mranforest/MRanTree.cc:
     73     - removed leading '//' from class description
     74     - replaced 1e20 by FLT_MAX
     75   
     76   * mraw/MRawEvtHeader.[h,cc], mraw/MRawFileRead.cc,
     77     mraw/MRawRead.[h,cc], mraw/MRawRunHeader.cc,
     78     mraw/MRawSocketRead.cc:
     79     - added decoding of time from event header - UNTESTED!
     80     
     81   * mreport/MReportRun.h:
     82     - set class verseion to 0 -- not ment for writing at the
     83       moment
     84
     85
     86
    787 2003/12/19: Markus Gaug, Michele Doro
    888
    9    * manalysis/MExtractSignal.[h,cc]
    10    * manalysis/MCalibrate.[h,cc]
    11    * manalysis/MCalibrationCalc.[h,cc]
    12    * manalysis/MCalibrationPix.[h,cc]
     89   * manalysis/MExtractSignal.[h,cc], manalysis/MCalibrate.[h,cc],
     90     manalysis/MCalibrationCalc.[h,cc], manalysis/MCalibrationPix.[h,cc]:
    1391     - Treatment of the conversion factors between HI Gain and Lo Gain
    1492       is now done in the MCalibrationPix.
Note: See TracChangeset for help on using the changeset viewer.