Index: trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.cc	(revision 3612)
+++ trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.cc	(revision 3613)
@@ -27,5 +27,5 @@
 //  MHCalibrationChargeHiGainPix
 //
-//  Performs all the necessary fits to extract the mean number of summed FADC slices
+//  Store the histogrammed Hi Gain summed FADC slices and the arrival times
 //
 //////////////////////////////////////////////////////////////////////////////
@@ -59,4 +59,18 @@
 // Default Constructor. 
 //
+// Sets: 
+// - the default number for fChargeNbins  (fgChargeNbins)
+// - the default number for fChargeFirst  (fgChargeFirst)
+// - the default number for fChargeLast   (fgChargeLast)
+// - the default number for fAbsTimeNbins (fgAbstTimeNbins)
+// - the default number for fAbsTimeFirst (fgAbsTimeFirst)
+// - the default number for fAbsTimeLast  (fgAbsTimeLast)
+//
+// - the default name of the  fHGausHist ("HCalibrationChargeHiGainPix")
+// - the default title of the fHGausHist ("Distribution of Summed Hi Gain FADC slices Pixel ")
+//
+// - the default name of the  fHAbsTime ("HAbsTimeHiGainPix")
+// - the default title of the fHAbsTime ("Distribution of Absolute Arrival Times Hi Gain Pixel ")
+//
 MHCalibrationChargeHiGainPix::MHCalibrationChargeHiGainPix(const char *name, const char *title)
 {
@@ -79,12 +93,2 @@
   fHAbsTime.SetTitle("Distribution of Absolute Arrival Times Hi Gain Pixel ");  
 }
-
-
-
-
-
-
-
-
-
-
Index: trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.h	(revision 3612)
+++ trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.h	(revision 3613)
@@ -12,11 +12,10 @@
 private:
 
-  static const Int_t   fgChargeNbins;
-  static const Axis_t  fgChargeFirst;
-  static const Axis_t  fgChargeLast;  
-
-  static const Int_t   fgAbsTimeNbins;
-  static const Axis_t  fgAbsTimeFirst;
-  static const Axis_t  fgAbsTimeLast;
+  static const Int_t   fgChargeNbins;     // Default for fChargeNBins  (now set to: 2000  )
+  static const Axis_t  fgChargeFirst;     // Default for fChargeFirst  (now set to: -0.5  )
+  static const Axis_t  fgChargeLast;      // Default for fChargeLast   (now set to: 1999.5)
+  static const Int_t   fgAbsTimeNbins;    // Default for fAbsTimeNbins (now set to: 20    )
+  static const Axis_t  fgAbsTimeFirst;    // Default for fAbsTimeFirst (now set to: -0.5  )
+  static const Axis_t  fgAbsTimeLast;     // Default for fAbsTimeLast  (now set to: 19.5  )
 
 public:
@@ -34,5 +33,5 @@
   void SetAbsTimeLast (const Axis_t last =fgAbsTimeLast)         { fAbsTimeLast  = last;    }
 
-  ClassDef(MHCalibrationChargeHiGainPix, 1)  // Histogram class for a Calibration Pixel with extracted Hi Gain 
+  ClassDef(MHCalibrationChargeHiGainPix, 1)  // Histogram class for High Gain part of Calibration Pixel 
 };
 
