Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 905)
+++ trunk/MagicSoft/Mars/Changelog	(revision 906)
@@ -1,3 +1,16 @@
                                                                   -*-*- END -*-*-
+ 2001/08/02: Thomas Bretz
+
+   * macros/getRate.C:
+     - make use of new stylish lists of containers
+
+   * macros/CT1Hillas.C, macros/getCollArea.C:
+     - make use of return value of Eventloop
+
+   * macros/merpp.C:
+     - changed return type to void
+
+
+
  2001/07/23: Thomas Bretz
  
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 905)
+++ trunk/MagicSoft/Mars/NEWS	(revision 906)
@@ -2,4 +2,6 @@
                                                                
  *** Version 0.4
+
+    - Fixed a bug which causes MReadTree to read the first file only
 
     - Added a task to compute the trigger rate (MMcTriggerRateCalc)
Index: trunk/MagicSoft/Mars/macros/getRate.C
===================================================================
--- trunk/MagicSoft/Mars/macros/getRate.C	(revision 905)
+++ trunk/MagicSoft/Mars/macros/getRate.C	(revision 906)
@@ -27,7 +27,13 @@
     //    file or a multyple trigger option, a MHMcRate or an array of 
     //    MHMcRate are needed.
-    
+    //
     parlist.AddToList(&tasklist);
 
+    //
+    // You don't have to add the MHMcRate container here by hand.
+    // But if you want to print or display these containers later on
+    // it is necessary (Rem: No printing or displaying is done in this
+    // macro yet)
+    //
     TObjArray *hists = new TObjArray(MParList::CreateObjList("MHMcRate", dim));
 
