Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3491)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3492)
@@ -18,4 +18,9 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2004/03/13: Markus Gaug 
+   * mcalib/MHGausEvents.cc
+   - changed default fit prob. limit from 0.005 to 0.001
+
+
  2004/03/12: Sebastian Raducci
 
@@ -64,4 +69,7 @@
    * mjobs/MJCalibration.cc
      - updated call in displays to the corr. Cams.
+
+   * macros/calibrate_data.C
+     - macro to study calibrate and study data used in Munich and IFAE
 
 
Index: /trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 3491)
+++ /trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 3492)
@@ -91,5 +91,5 @@
 using namespace std;
 
-const Float_t  MHGausEvents::fgProbLimit            = 0.005;
+const Float_t  MHGausEvents::fgProbLimit            = 0.001;
 const Int_t    MHGausEvents::fgNDFLimit             = 2;
 const Int_t    MHGausEvents::fgPowerProbabilityBins = 20;
