Ignore:
Timestamp:
01/25/09 14:39:15 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9254 r9262  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2009/01/25 Thomas Bretz
     22
     23   * mbase/Makefile, mbase/BaseLinkDef.h:
     24     - added MLut
     25
     26   * mbase/MLut.[h,cc]:
     27     - added
     28
     29   * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
     30     msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
     31     msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
     32     msimcamera/SimCameraIncl,h:
     33     - added
     34
     35   * mjobs/MJob.cc:
     36     - included TClass for newer root versions
     37
     38   * mreflector/MRflEvtData.cc:
     39     - repaced a use of MHexagon by a direct use of MGeomCam
     40
     41   * melectronics/MAvalanchePhotoDiode.[h,cc]:
     42     - added some getters
     43     - remobved some obsolete comment
     44     - set entries to 1 by default
     45
     46   * mgeom/MGeomCam.[h,cc]:
     47     - split the Get[Max,Min]Radius into two member functions
     48     - added the HitDetector based on the maximum radius calculated
     49
     50   * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
     51     - removed overloading of the new HitDetector
     52
     53   * mgeom/MGeomPix.[h,cc]:
     54     - reset fUserBits in constructor according to a suggestion by valgrind
     55     - added GetT member function
     56
     57   * mjobs/MJSpectrum.cc:
     58     - replaced some Form calls for sanity by MString::Format
     59     - check the result of CheckEnv
     60
     61   * mjobs/MJStar.cc:
     62     - check the result of CheckEnv
     63
     64   * mjobs/MJob.cc:
     65     - fixed a typo in the name for the seed value resource
     66
     67   * mraw/MRawRunHeader.h:
     68     - added a getter for run type point run
     69
     70   * msignal/MSignalCalc.cc:
     71     - don't execute Process at all if fPedestal==NULL
     72
     73   * msignal/MSignalCam.cc:
     74     - aded case 10 and 11 to GetPixelContent
     75
     76   * msim/MHPhotonEvent.cc:
     77     - replaced case 4 by using the traversal distance in the 0-pixel
     78
     79   * msimcamera/MSimSignalCam.cc:
     80     - set pixel only to used if contents>0
     81
     82   * msimcamera/MSimTrigger.[h,cc]:
     83     - added ReadEnv for setup from a resource file
     84
     85   * msimreflector/MReflector.[h,cc]:
     86     - store file name in title
     87     - added ReadEnv for setup from a resource file
     88
     89   * msimreflector/MSimReflector.[h,cc]:
     90     - changed copyright notice
     91     - added fDetectorMargin
     92
     93
    2094
    2195 2009/01/24 Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.