Ignore:
Timestamp:
10/11/06 08:55:36 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8046 r8047  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/10/11 Thomas Bretz
     21
     22   * mhbase/MH.[h,cc]:
     23     - added a function to calculate binomial errors including weights
     24       (this was added in root 5.13/04, but necessary for older versions)
     25
     26   * mhflux/MHCollectionArea.[h,cc]:
     27     - added Sumw2() to the constructor so that the weights array gets
     28       correctly initialize
     29     - replaced the calculation of the binomial errors by the
     30       corresponding root-function and the new MH function
     31     - made sure that in all histogram operations the errors are
     32       properly propagated
     33     - let ReInit determine fMcRadius from MMcRunHeader
     34
     35   * mhflux/MHEnergyEst.cc, mhflux/MHThreshold.cc
     36     - fixed the order in the constructor such that the Sumw2() does
     37       correctly initialize the weights array
     38
     39   * mhflux/MMcSpectrumWeight.cc:
     40     - a minor code reordering
     41
     42   * mjobs/MJSpectrum.cc:
     43     - made sure that the histogram with the corsika spectrum has
     44       the errors initialized and thus takes the weights correctly
     45       into account
     46     - corresponding to this changed some draw option to get the
     47       same plots (hist) as before
     48     - added a lot of comments to the code
     49     - when the zenith angle weights are applied to the MC distribution
     50       make sure that also the errors are correctly treated.
     51
     52
     53
    2054 2006/10/10 Thomas Bretz
    2155
Note: See TracChangeset for help on using the changeset viewer.