Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3552)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3553)
@@ -40,5 +40,7 @@
      - included MCalibrationQECam to be initialized
 
-
+   * mcalib/MCalibrationChargePix.[h,cc]
+   * mcalib/MCalibrationQEPix.[h,cc]
+     - replace DefinePixId by SetPixId
  2004/03/18: Raquel de los Reyes
 
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h	(revision 3552)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h	(revision 3553)
@@ -131,4 +131,6 @@
 
   // Setter
+  void SetPixId( const Int_t i )                                    { fPixId = i; }
+
   void SetPedestal(const Float_t ped, const Float_t pedrms, const Float_t pederr);
 
@@ -280,6 +282,4 @@
   Bool_t IsCombinedMethodValid()               const;
 
-  void   DefinePixId(Int_t i);
-
   // Miscellaneous
   void  ApplyLoGainConversion();
