Index: /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc	(revision 3432)
+++ /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc	(revision 3433)
@@ -44,5 +44,5 @@
 //
 MBadPixelsPix::MBadPixelsPix(const char* name, const char* title)
-    : fInfo(0)
+    : fInfo(2)
 {
     fName  = name  ? name  : "MBadPixelsPix";
@@ -81,5 +81,5 @@
 
     for (int i=0; i<n; i++)
-        fInfo[i] |= pix.fInfo[n];
+        fInfo[i] |= pix.fInfo[i];
 }
 
Index: /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
===================================================================
--- /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h	(revision 3432)
+++ /trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h	(revision 3433)
@@ -151,5 +151,5 @@
     Bool_t IsCalibrationCombinedMethodOK() const  { return ( IsCalibrationResultOK()
                                                             && (fInfo[1]&kCombinedMethodValid)) ; }
-    
+
     void Merge(const MBadPixelsPix &pix);
 
Index: /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc	(revision 3432)
+++ /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc	(revision 3433)
@@ -554,7 +554,4 @@
     fCam->GetAverageOuterPix()->SetSigmaChargeErr(fCam->GetAverageOuterPix()->GetSigmaChargeErr()*TMath::Sqrt((Float_t)fNumOuterPixels));
     
-    *fLog << err << TMath::Sqrt((Float_t)fNumInnerPixels) << endl;
-    *fLog << err << TMath::Sqrt((Float_t)fNumOuterPixels) << endl;
-
     return kTRUE;
 }
