Index: trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc	(revision 6231)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc	(revision 6242)
@@ -339,5 +339,6 @@
 
     SetPulserColor ( MCalibrationCam::kNONE );
-    
+
+    fStrength    = 0.;
     fBlindPixelFlags.Set(0);
     fPINDiodeFlags  .Set(0);
@@ -1389,5 +1390,5 @@
       *fLog << inf << GetDescriptor() 
             << ": Average total phes for area idx " << aidx << ": "
-            << Form("%7.2f +- 6.2f",areaphes[aidx],TMath::Sqrt(areaweights[aidx])) << endl;
+            << Form("%7.2f +- %6.2f",areaphes[aidx],TMath::Sqrt(areaweights[aidx])) << endl;
                     
       apix.SetPheFFactorMethod   ( areaphes[aidx] );
@@ -1461,4 +1462,5 @@
           pix.SetPheFFactorMethod   ( apix.GetPheFFactorMethod()    );
           pix.SetPheFFactorMethodVar( apix.GetPheFFactorMethodVar() );
+
           if (!pix.CalcConvFFactor())
             {
@@ -1471,4 +1473,5 @@
                 bad.SetUnsuitable  ( MBadPixelsPix::kUnsuitableRun    );
             }
+
         }
     }
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc	(revision 6231)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc	(revision 6242)
@@ -92,5 +92,5 @@
 //
 MCalibrationRelTimeCalc::MCalibrationRelTimeCalc(const char *name, const char *title)
-    : fGeom(NULL)
+    : fGeom(NULL), fFlags(0)
 {
         
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationTestCam.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationTestCam.h	(revision 6231)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationTestCam.h	(revision 6242)
@@ -34,4 +34,6 @@
 	                                            const MGeomCam &cam, Int_t type=0) const;
   
+  void  InitAverageAreas       ( const UInt_t i);
+
   // Prints
   void  Print (Option_t *o="") const;
