Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6468)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6469)
@@ -28,4 +28,7 @@
        0.02 to 0.05. 
 
+   * msignal/MExtractTimeAndCharge.cc
+     - lowered default low-gain switch from 150 to 120. (for calibration 
+       events which saturate more than 5% of the events).
 
  2005/02/14 Thomas Bretz
Index: /trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
===================================================================
--- /trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc	(revision 6468)
+++ /trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc	(revision 6469)
@@ -86,5 +86,5 @@
 
 const Float_t MExtractTimeAndCharge::fgLoGainStartShift = -2.8; 
-const Byte_t  MExtractTimeAndCharge::fgLoGainSwitch = 150; 
+const Byte_t  MExtractTimeAndCharge::fgLoGainSwitch = 120; 
 // --------------------------------------------------------------------------
 //
