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));
 
