Index: trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h	(revision 3673)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h	(revision 3674)
@@ -84,4 +84,6 @@
 
   void SetPedestal              ( const Float_t ped, const Float_t pedrms, const Float_t pederr);
+  void SetPheFFactorMethod      ( const Float_t f)                          { fPheFFactorMethod       = f; }
+  void SetPheFFactorMethodVar   ( const Float_t f)                          { fPheFFactorMethodVar    = f; }  
   void SetPheFFactorMethodLimit ( const Float_t f=fgPheFFactorMethodLimit ) { fPheFFactorMethodLimit  = f; }
   void SetTotalFFactorFFactorMethod       ( const Float_t f)  { fTotalFFactorFFactorMethod       = f; }
@@ -119,4 +121,5 @@
   Float_t GetPheFFactorMethod   ()             const { return fPheFFactorMethod;                 }    
   Float_t GetPheFFactorMethodErr()             const;
+  Float_t GetPheFFactorMethodVar()             const { return fPheFFactorMethodVar;              }
   Float_t GetRSigma             ()             const;
   Float_t GetRSigmaErr          ()             const;
