Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1640)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1641)
@@ -1,3 +1,15 @@
                                                                   -*-*- END -*-*-
+
+ 2002/11/18: Abelardo Moralejo
+
+   * manalysis/MImgCleanStd.cc:
+     - implemented "democratic cleaning" (cut value proportional to square
+       root of pixel area) according to Wolfgang's suggestion.
+
+   * macros/MagicHillas.C:
+     - added missing declaration MHillasSrcCalc csrc2;
+
+   * mgeom/MGeomPix.cc:
+     - fixed some typos in comments
 
  2002/11/18: Thomas Bretz
Index: trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc	(revision 1640)
+++ trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc	(revision 1641)
@@ -93,4 +93,9 @@
 //  (std: 3 sigma, clean level 1)
 //
+//
+//  AM 18/11/2002: now cut levels are proportional to the square root
+//  of the pixel area. In this way the cut corresponds to a fixed 
+//  phe-density (otherwise, it would bias the images).
+//
 //  Returns the maximum Pixel Id (used for ispixused in CleanStep2)
 //
