Index: trunk/MagicSoft/Mars/macros/mccalibrate.C
===================================================================
--- trunk/MagicSoft/Mars/macros/mccalibrate.C	(revision 3730)
+++ trunk/MagicSoft/Mars/macros/mccalibrate.C	(revision 3734)
@@ -101,4 +101,5 @@
 
   MCalibrate calib; // Transforms signals from ADC counts into photons.
+  calib.SetCalibrationMethod(MCalibrate::kDummy);
 
   //    MBlindPixelCalc   blind;
@@ -169,4 +170,6 @@
     }
 
+  calib.SetCalibrationMethod(MCalibrate::kFfactor);
+
   //
   // Second loop: analysis loop
