Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3921)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3922)
@@ -39,4 +39,11 @@
 
  2004/04/30: Markus Gaug
+
+   * mcalib/MCalibrationRelTimeCalc.[h,cc]
+     - new class to treat rel. times after fits
+
+   * mcalib/MCalibrationChargeCalc.[h,cc]
+     - search for outliers in the total F-Factor and set a flag in 
+       MBadPixelsPix
 
    * mcalib/MCalibrationRelTimeCam.h
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h	(revision 3921)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h	(revision 3922)
@@ -43,11 +43,12 @@
 private:
 
-  static const Float_t fgChargeLimit;          //! Default for fChargeLimit       (now set to: 3.)
-  static const Float_t fgChargeErrLimit;       //! Default for fChargeErrLimit    (now set to: 0.)
-  static const Float_t fgChargeRelErrLimit;    //! Default for fChargeRelErrLimit (now set to: 1.)
-  static const Float_t fgLambdaCheckLimit;     //! Default for fLambdaCheckLimit  (now set to: 0.2)
-  static const Float_t fgLambdaErrLimit;       //! Default for fLabmdaErrLimit    (now set to: 0.2)
-  static const Float_t fgPheErrLimit;          //! Default for fPheErrLimit       (now set to: 5.)
-
+  static const Float_t fgChargeLimit;            //! Default for fChargeLimit            (now set to: 3.)
+  static const Float_t fgChargeErrLimit;         //! Default for fChargeErrLimit         (now set to: 0.)
+  static const Float_t fgChargeRelErrLimit;      //! Default for fChargeRelErrLimit      (now set to: 1.)
+  static const Float_t fgLambdaCheckLimit;       //! Default for fLambdaCheckLimit       (now set to: 0.2)
+  static const Float_t fgLambdaErrLimit;         //! Default for fLabmdaErrLimit         (now set to: 0.2)
+  static const Float_t fgPheErrLimit;            //! Default for fPheErrLimit            (now set to: 4.)
+  static const Float_t fgFFactorErrLimit;        //! Default for fFFactorErrLimit        (now set to: 3.)
+ 
   // Variables
   Float_t fChargeLimit;                        // Limit acceptance mean charge  (in units of PedRMS)
@@ -60,4 +61,5 @@
   Float_t fNumLoGainSamples;                   // Number Low -Gain FADC slices used by extractor
   Float_t fPheErrLimit;                        // Limit acceptance nr. phe's w.r.t. area idx mean (in sigmas)
+  Float_t fFFactorErrLimit;                    // Limit acceptance F-Factor w.r.t. area idx mean 
   Float_t fSqrtHiGainSamples;                  // Square root nr. High-Gain FADC slices used by extractor
   Float_t fSqrtLoGainSamples;                  // Square root nr. Low -Gain FADC slices used by extractor 
@@ -105,4 +107,5 @@
   void SetChargeErrLimit    ( const Float_t f=fgChargeErrLimit         ) { fChargeErrLimit    = f;   }
   void SetChargeRelErrLimit ( const Float_t f=fgChargeRelErrLimit      ) { fChargeRelErrLimit = f;   }
+  void SetFFactorErrLimit   ( const Float_t f=fgFFactorErrLimit        ) { fFFactorErrLimit   = f;   }
   void SetLambdaErrLimit    ( const Float_t f=fgLambdaErrLimit         ) { fLambdaErrLimit    = f;   }
   void SetLambdaCheckLimit  ( const Float_t f=fgLambdaCheckLimit       ) { fLambdaCheckLimit  = f;   }
