Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2960)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2961)
@@ -9,5 +9,5 @@
      - added missing declaration of ReInit
 
-   * mcalib/MMcCalibrationUpdate.cc
+   * manalysis/MMcCalibrationUpdate.cc
      - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE) 
        to adapt to recent changes in MCalibrate.
Index: trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc	(revision 2960)
+++ trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc	(revision 2961)
@@ -29,6 +29,8 @@
 //  This task looks for the ìnformation about FADC pedestals in
 //  MMcFadcHeader and translates it to the pedestal mean and rms (in adc counts).
-//  The conversion factor between photons and ADC counts is written in 
-//  MCalibrationCam, using the user input (through the procedure SetADC2PhInner).
+//  If not already existing in the parameter list, an MCalibrationCam object
+//  is created, with the conversion factor between photons and ADC counts is 
+//  set to 1 to allow the analysis to proceed.
+//
 //  Then it creates and fills also the MPedPhotCam object containing the pedestal
 //  mean and rms in units of photons.
@@ -217,4 +219,6 @@
     const int num = fCalCam->GetSize();
 
+    fCalCam->SetBlindPixelMethodValid(kTRUE);
+
     for (int i=0; i<num; i++)
     {
