Ignore:
Timestamp:
08/18/07 12:04:44 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8673 r8674  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/08/18 Thomas Bretz
     22
     23   * sponde.cc:
     24     - added new option --force-theta
     25
     26   * mbase/MEnv.[h,cc], mjobs/MSequence.[h,cc], mjobs/MDataSet.[h,cc]:
     27     - GetName noe returns only the filename not the whole path. The
     28       old behaviour made it impossible to access the container from
     29       the file.
     30     - GetRcName now returns the whole path/name.
     31     - Print now outputs also path and file-name
     32
     33   * mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
     34     - fixed typos in comments
     35
     36   * mhflux/MHCollectionArea.cc:
     37     - reset fCorsikaVersion to 0 in PreProcess
     38     - print old and new Cosika version if mismatch is found
     39
     40   * mhflux/MMcSpectrumWeight.cc:
     41     - replaced the %.16f by %.16e. This is more accurate in cases
     42       with high exponents
     43     - added some sample/test code to weight the Zenith Angle
     44       according to the sin-distribution produced by Corsika.
     45       Currently not in use
     46
     47   * mjobs/MJSpectrum.cc:
     48     - removed the simple/accurate mode. There is now reason why
     49       the previous "accurate"-mode should be more accurate at all.
     50       It is only slower
     51     - Reading the OriginalMC tree now is done such that the
     52       events are properly weighted by the production area. This
     53       allowes to use different impact paramters from dfferent files.
     54     - a check has been implemented which compared the zenith angle
     55       distribution of the data and the resulting monte carlo data.
     56       Execution of the program can be forced with a new option.
     57     - write more information to output file.
     58
     59
    2060
    2161 2007/08/17 Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.