Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 1316)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 1317)
@@ -1,4 +1,4 @@
                                                                   -*-*- END -*-*-
- 2002/04/29: Oscar Blanch
+ 2002/04/29: Thomas Bretz
 
    * macros/tar.C:
@@ -15,4 +15,6 @@
      - description of variables that have been introduced in the second
        version of this Containers.
+
+
 
  2002/04/26: Thomas Bretz
@@ -110,44 +112,25 @@
 
    * macros/wowflux.C
-     - the macr was added (extended and improved version of flux.C)
+     - the macr0 was added (extended and improved version of flux.C)
      - the macro steers the calculation of photon fluxes as a function
        of Theta and time
      - the macro is not yet complete; testing and developing is going on
 
-   * mhist/MHAlphaEnergyTheta
-           MHAlphaEnergyTime
-           MHEffOnTimeTheta
-           MHEffOnTimeTime
-           MHTimeDiffTheta
-           MHTimeDiffTime
-
+   * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
+     mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
+     mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
      - documentation was added 
      - histogram axes were labeled
-     - in addition :
-          in MHEffOnTimeTheta
-             - range in which the fit of the distribution of time differences
-               is to be performed has been calculated
-             - new histograms were added (chi2/NDF, lambda, N0del)
-            
-
-   * mhist/MHThetabarTheta          calculation of <Theta> as a function of 
-                                    Theta 
-           MHThetabarTime           calculation of <Theta> as a function of
-                                    time
-
-     - these classes were added; 
-       they are needed in the flux calculation in 
-       order to select for a given bin in Theta (or time) the appropriate 
-       effective collection area, which is assumed to be given as a function 
-       of Theta and the true energy
-
-
-   * mhist/MHMcEnergyMigration      calculation of the migration matrix in
-                                    the energy
-     - this class was added;
-       the migration matrix describes the migration from the true (E_true)
-       to the estimated energy (E_est); it is needed to determine the
-       distribution of E_true from the measured distribution of E_est 
-       by unfolding
+
+   * mhist/MHEffOnTimeTheta.cc:
+     - range in which the fit of the distribution of time differences
+       is to be performed has been calculated
+     - new histograms were added (chi2/NDF, lambda, N0del)
+
+   * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
+     - added
+
+   * mhist/MHMcEnergyMigration.[h,cc]:
+     - added
 
 
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 1316)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 1317)
@@ -59,4 +59,20 @@
      data members in either a one-, two- or three-dimensional histogram, eg:
      MH3 mh3("MHillas.fWidth", "MHillas.fLength");
+
+   - Added:
+       * calculation of <Theta> as a function of Theta (MHThetabarTheta)
+       * calculation of <Theta> as a function of time (MHThetabarTime)
+     they are needed in the flux calculation in 
+     order to select for a given bin in Theta (or time) the appropriate 
+     effective collection area, which is assumed to be given as a function 
+     of Theta and the true energy
+
+   - Added calculation of the migration matrix in the energy 
+     (MHMcEnergyMigration):
+     the migration matrix describes the migration from the true (E_true)
+     to the estimated energy (E_est); it is needed to determine the
+     distribution of E_true from the measured distribution of E_est 
+     by unfolding
+
 
 
