Changeset 1317 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/29/02 11:34:39 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1316 r1317  
    11                                                                  -*-*- END -*-*-
    2  2002/04/29: Oscar Blanch
     2 2002/04/29: Thomas Bretz
    33
    44   * macros/tar.C:
     
    1515     - description of variables that have been introduced in the second
    1616       version of this Containers.
     17
     18
    1719
    1820 2002/04/26: Thomas Bretz
     
    110112
    111113   * macros/wowflux.C
    112      - the macr was added (extended and improved version of flux.C)
     114     - the macr0 was added (extended and improved version of flux.C)
    113115     - the macro steers the calculation of photon fluxes as a function
    114116       of Theta and time
    115117     - the macro is not yet complete; testing and developing is going on
    116118
    117    * mhist/MHAlphaEnergyTheta
    118            MHAlphaEnergyTime
    119            MHEffOnTimeTheta
    120            MHEffOnTimeTime
    121            MHTimeDiffTheta
    122            MHTimeDiffTime
    123 
     119   * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
     120     mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
     121     mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
    124122     - documentation was added
    125123     - histogram axes were labeled
    126      - in addition :
    127           in MHEffOnTimeTheta
    128              - range in which the fit of the distribution of time differences
    129                is to be performed has been calculated
    130              - new histograms were added (chi2/NDF, lambda, N0del)
    131            
    132 
    133    * mhist/MHThetabarTheta          calculation of <Theta> as a function of
    134                                     Theta
    135            MHThetabarTime           calculation of <Theta> as a function of
    136                                     time
    137 
    138      - these classes were added;
    139        they are needed in the flux calculation in
    140        order to select for a given bin in Theta (or time) the appropriate
    141        effective collection area, which is assumed to be given as a function
    142        of Theta and the true energy
    143 
    144 
    145    * mhist/MHMcEnergyMigration      calculation of the migration matrix in
    146                                     the energy
    147      - this class was added;
    148        the migration matrix describes the migration from the true (E_true)
    149        to the estimated energy (E_est); it is needed to determine the
    150        distribution of E_true from the measured distribution of E_est
    151        by unfolding
     124
     125   * mhist/MHEffOnTimeTheta.cc:
     126     - range in which the fit of the distribution of time differences
     127       is to be performed has been calculated
     128     - new histograms were added (chi2/NDF, lambda, N0del)
     129
     130   * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
     131     - added
     132
     133   * mhist/MHMcEnergyMigration.[h,cc]:
     134     - added
    152135
    153136
  • trunk/MagicSoft/Mars/NEWS

    r1301 r1317  
    5959     data members in either a one-, two- or three-dimensional histogram, eg:
    6060     MH3 mh3("MHillas.fWidth", "MHillas.fLength");
     61
     62   - Added:
     63       * calculation of <Theta> as a function of Theta (MHThetabarTheta)
     64       * calculation of <Theta> as a function of time (MHThetabarTime)
     65     they are needed in the flux calculation in
     66     order to select for a given bin in Theta (or time) the appropriate
     67     effective collection area, which is assumed to be given as a function
     68     of Theta and the true energy
     69
     70   - Added calculation of the migration matrix in the energy
     71     (MHMcEnergyMigration):
     72     the migration matrix describes the migration from the true (E_true)
     73     to the estimated energy (E_est); it is needed to determine the
     74     distribution of E_true from the measured distribution of E_est
     75     by unfolding
     76
    6177
    6278
Note: See TracChangeset for help on using the changeset viewer.