Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7301)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7302)
@@ -23,4 +23,7 @@
    * macros/tutorials/threshold.C:
      - added new example how to calculate the threshold
+
+   * mhflux/MHThreshold.cc:
+     - updated some comments
 
 
Index: trunk/MagicSoft/Mars/mhflux/MHThreshold.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHThreshold.cc	(revision 7301)
+++ trunk/MagicSoft/Mars/mhflux/MHThreshold.cc	(revision 7302)
@@ -71,5 +71,5 @@
     //
     fName  = name  ? name  : "MHThreshold";
-    fTitle = title ? title : "Collection Area vs. Energy/Theta";
+    fTitle = title ? title : "Histogram to determin the threshold";
 
     fHEnergy.SetName("Threshold");
