Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2791)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2792)
@@ -13,8 +13,11 @@
      - add Function DrawClone()
      - fix bug in calculation of integral (GetIntegral("width"))
-     - fit now with fixed normalization
      - restrict parameters tighter
      - declare fit as not valid, if less than 100 events 
        in single photo-electron peak
+
+   * mcalib/MCalibrationFits.h
+   * mcalib/MHCalibrationBlindPixel.[h.cc]
+     - fit now with fixed normalization
 
    * mcalib/MHCalibrationPixel.[h.cc]
Index: trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h	(revision 2791)
+++ trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h	(revision 2792)
@@ -67,6 +67,4 @@
   Int_t   fChargeNbinsLoGain;
 
-  Bool_t fFitOK;
-
   Double_t fChargeChisquare;
   Double_t fChargeProb;
@@ -91,4 +89,5 @@
   
   Bool_t fUseLoGain;
+  Bool_t fFitOK;
 
   Double_t fOffset;
@@ -178,4 +177,6 @@
 
   Bool_t IsFitOK()                           {  return fFitOK;          }
+  Bool_t IsEmpty()                           {  return !( (fHChargeHiGain->GetEntries())
+                                                     || (fHChargeLoGain->GetEntries()) ); }  
   
   ClassDef(MHCalibrationPixel, 1) 
