Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3987)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3988)
@@ -20,4 +20,7 @@
 
  2004/05/05: Markus Gaug
+
+   * mcalib/MCalibrationChargePix.cc
+     - loosened the limits somewhat for calibration with the low-gain
 
    * mpedestal/MPedCalcPedRun.cc
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc	(revision 3987)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc	(revision 3988)
@@ -80,5 +80,5 @@
 
 const Float_t MCalibrationChargePix::gkElectronicPedRms         = 1.5;
-const Float_t MCalibrationChargePix::gkElectronicPedRmsErr      = 0.3;
+const Float_t MCalibrationChargePix::gkElectronicPedRmsErr      = 0.1;
 const Float_t MCalibrationChargePix::gkFFactor                  = 1.15;
 const Float_t MCalibrationChargePix::gkFFactorErr               = 0.02;
@@ -87,5 +87,5 @@
 const Float_t MCalibrationChargePix::fgConversionHiLoErr        = 2.5;
 const Float_t MCalibrationChargePix::fgPheFFactorMethodLimit    = 5.;
-const Float_t MCalibrationChargePix::fgConvFFactorRelErrLimit   = 0.35;
+const Float_t MCalibrationChargePix::fgConvFFactorRelErrLimit   = 0.5;
 // --------------------------------------------------------------------------
 //
@@ -815,4 +815,5 @@
   fLoGainPedRmsSquare    = logainNsbSquare    + elecRmsSquare;
   fLoGainPedRmsSquareVar = logainNsbSquareVar + elecRmsSquareVar;
+
 }
  
