Changeset 1296


Ignore:
Timestamp:
04/24/02 15:21:18 (23 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1295 r1296  
    11                                                                  -*-*- END -*-*-
     2 2002/04/24: Wolfgang Wittek
     3
     4   * Work was done on the calculation of photon fluxes as a function of
     5     Theta and as a function of time. The work is still in progress.
     6
     7   * macros/wowflux.C
     8     - the macr was added (extended and improved version of flux.C)
     9     - the macro steers the calculation of photon fluxes as a function
     10       of Theta and time
     11     - the macro is not yet complete; testing and developing is going on
     12
     13   * mhist/MHAlphaEnergyTheta
     14           MHAlphaEnergyTime
     15           MHEffOnTimeTheta
     16           MHEffOnTimeTime
     17           MHTimeDiffTheta
     18           MHTimeDiffTime
     19
     20     - documentation was added
     21     - histogram axes were labeled
     22     - in addition :
     23          in MHEffOnTimeTheta
     24             - range in which the fit of the distribution of time differences
     25               is to be performed has been calculated
     26             - new histograms were added (chi2/NDF, lambda, N0del)
     27           
     28
     29   * mhist/MHThetabarTheta          calculation of <Theta> as a function of
     30                                    Theta
     31           MHThetabarTime           calculation of <Theta> as a function of
     32                                    time
     33
     34     - these classes were added;
     35       they are needed in the flux calculation in
     36       order to select for a given bin in Theta (or time) the appropriate
     37       effective collection area, which is assumed to be given as a function
     38       of Theta and the true energy
     39
     40
     41   * mhist/MHMcEnergyMigration      calculation of the migration matrix in
     42                                    the energy
     43     - this class was added;
     44       the migration matrix describes the migration from the true (E_true)
     45       to the estimated energy (E_est); it is needed to determine the
     46       distribution of E_true from the measured distribution of E_est
     47       by unfolding
     48
     49
    250 2002/04/23: Thomas Bretz
    351
     
    277325
    278326
    279  2002/04/24: Wolfgang Wittek
    280 
    281    * Work was done on the calculation of photon fluxes as a function of
    282      Theta and as a function of time. The work is still in progress.
    283 
    284    * macros/wowflux.C
    285      - the macr was added (extended and improved version of flux.C)
    286      - the macro steers the calculation of photon fluxes as a function
    287        of Theta and time
    288      - the macro is not yet complete; testing and developing is going on
    289 
    290    * mhist/MHAlphaEnergyTheta
    291            MHAlphaEnergyTime
    292            MHEffOnTimeTheta
    293            MHEffOnTimeTime
    294            MHTimeDiffTheta
    295            MHTimeDiffTime
    296 
    297      - documentation was added
    298      - histogram axes were labeled
    299      - in addition :
    300           in MHEffOnTimeTheta
    301              - range in which the fit of the distribution of time differences
    302                is to be performed has been calculated
    303              - new histograms were added (chi2/NDF, lambda, N0del)
    304            
    305 
    306    * mhist/MHThetabarTheta          calculation of <Theta> as a function of
    307                                     Theta
    308            MHThetabarTime           calculation of <Theta> as a function of
    309                                     time
    310 
    311      - these classes were added;
    312        they are needed in the flux calculation in
    313        order to select for a given bin in Theta (or time) the appropriate
    314        effective collection area, which is assumed to be given as a function
    315        of Theta and the true energy
    316 
    317 
    318    * mhist/MHMcEnergyMigration      calculation of the migration matrix in
    319                                     the energy
    320      - this class was added;
    321        the migration matrix describes the migration from the true (E_true)
    322        to the estimated energy (E_est); it is needed to determine the
    323        distribution of E_true from the measured distribution of E_est
    324        by unfolding
    325327
    326328
Note: See TracChangeset for help on using the changeset viewer.