Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3191)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3192)
@@ -12,4 +12,7 @@
    * manalysis/MPedCalcPedRun.h 
      - changed type of fNumSamplesTot from ULong_t to UInt_t 
+
+   * mcalib/MHGausEvents.h
+     - changed type of fCurrentSize from ULong_t to UInt_t 
     
    * mcalib/MCalibrationConfig.h
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationConfig.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationConfig.h	(revision 3191)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationConfig.h	(revision 3192)
@@ -11,9 +11,4 @@
 //
 /////////////////////////////////////////////////////////////////////////////
-
-// The conversion factor between High Gain and Low Gain
-const Float_t gkConversionHiLo      = 10.;
-const Float_t gkConversionHiLoError = 2.5;
-
 // ----- BLIND PIXEL ----------------------//
 
Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3191)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3192)
@@ -53,5 +53,5 @@
   Byte_t fFlags;                       //   Byte to hold the bits fit result bits
   
-  ULong_t  fCurrentSize;               //   Current size of the array fEvents
+  UInt_t fCurrentSize;                 //   Current size of the array fEvents
   
 protected:
