Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3235)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3236)
@@ -13,4 +13,7 @@
       - calculate the F-Factor method already in the post-Process
 
+    * mcalib/MCalibrationPix.h
+      - move CalcFFactorMethod to public
+ 
 
  2004/01/18: Abelardo Moralejo
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h	(revision 3235)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h	(revision 3236)
@@ -97,5 +97,4 @@
   Bool_t CheckChargeValidity();
   Bool_t CheckTimeFitValidity();
-  Bool_t CalcFFactorMethod();
   
 public:
@@ -222,4 +221,5 @@
   void  ApplyLoGainConversion();
   void  CheckOscillations();  
+  Bool_t CalcFFactorMethod();
 
   ClassDef(MCalibrationPix, 1)	// Container for Calibration of one pixel
