Ignore:
Timestamp:
10/26/09 15:24:53 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9511 r9520  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2009/10/26 Thomas Bretz
     22
     23   * Makefile:
     24     - moved definition of OSTYPE to Makefile.conf.general
     25     - removed mreflector
     26
     27   * Makefile.conf.general:
     28     - added definition of OSTYPE
     29
     30   * callisto.cc:
     31     - added option for test mode
     32
     33   * ceres.rc:
     34     - fixed a typo
     35     - added a line for the cone transmission
     36
     37   * condor/program.submit:
     38     - Out shell be Output
     39     - Log is now set automatically by condor
     40
     41   * mastro/MAstroCatalog.cc:
     42     - added a trailing / to the default path
     43
     44   * mbase/MAGIC.cc:
     45     - added a warning when using root versions which contain a projection
     46        bug which doesn't allow to reuse plotted histograms as expected
     47
     48   * mbase/MEnv.h:
     49     - added a default to GetValue
     50
     51   * mbase/MLut.cc:
     52     - added a validity check for the line data
     53
     54   * mbase/MParSpline.[h,cc]:
     55     - added RecursiveRemove
     56     - added destructor
     57
     58   * mbase/MSpline3.[h,cc]:
     59     - renamed overloaded Integral to avoid confusions in the interpreter
     60
     61   * mcalib/MCalibrationChargeCalc.cc:
     62     - tiny cosmetics (a/=b instead of a=a/b)
     63
     64   * mcorsika/MCorsikaRead.h, mdata/MDataMember.h,
     65     mhbase/MFillH.h, msim/MSimMMCS.h:
     66     - excluded pointers from I/O, this causes some (the last) event
     67       to be stored, which could be quite large
     68
     69   * mfilter/MFSoftwareTrigger.cc:
     70     - added some informal output to the log-stream
     71
     72   * mhbase/MH3.cc:
     73     - added a sanity if when deleting fHist
     74
     75   * mhbase/MHn.[h,cc]:
     76     - added RecursiveRemove
     77
     78   * mhist/MHCamEvent.cc:
     79     - check for fSum in RecursiveRemove
     80
     81   * mjobs/MJCalibration.cc:
     82     - write commandline to output
     83
     84   * mpointing/MPointingDevCalc.cc:
     85     - added new pointing informations
     86
     87   * msimcamera/MSimAPD.cc:
     88     - added the 3600 cell APD type
     89
     90   * msimcamera/MSimBundlePhotons.cc:
     91     - improved a comment
     92
     93   * msimcamera/MSimExcessNoise.[h,cc]:
     94     - changed size of excess noise to be variable
     95
     96   * msimcamera/MSimTrigger.cc:
     97     - print some information if electronics is "switched off"
     98
     99   * msimreflector/MReflector.cc:
     100     - improved a comment
     101
     102   * mbase/MStatusArray.[h,cc]:
     103     - tried to improved stability by a completely self made deletion
     104       scheme for the canvases
     105
     106   * mgeom/MGeomPix.h:
     107     - replaced tan(60)/2 by sin(60)
     108
     109   * mjobs/MJCalibrateSignal.[h,cc]:
     110     - added test mode to allow calibration of calibration files
     111
     112   * Makefile, */Makefile:
     113     - brought includes in the correct order
     114
     115   * msimcamera/MSimRandomPhotons.cc:
     116     - added the Cone transmission
     117     - added a lot of comments
     118
     119
    20120
    21121 2009/09/11 Daniela Dorner
Note: See TracChangeset for help on using the changeset viewer.