Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4181)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4182)
@@ -43,4 +43,9 @@
    * mjobs/MJExtractCalibTest.[h,cc]
      - implement switch to use or not the cosmics filter
+
+ 
+   * mcalib/MHCalibrationTestPix.cc
+     - enlarged the dynamic range of the histograms for the high-int. 
+       pulses
 
 
Index: trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc	(revision 4181)
+++ trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc	(revision 4182)
@@ -50,7 +50,7 @@
 using namespace std;
 
-const Int_t   MHCalibrationTestPix::fgChargeNbins     = 500;
+const Int_t   MHCalibrationTestPix::fgChargeNbins     = 4000;
 const Axis_t  MHCalibrationTestPix::fgChargeFirst     = -0.5;
-const Axis_t  MHCalibrationTestPix::fgChargeLast      = 1999.5;
+const Axis_t  MHCalibrationTestPix::fgChargeLast      = 39999.5;
 // --------------------------------------------------------------------------
 //
@@ -81,5 +81,5 @@
 
   fHGausHist.SetName("HCalibrationTest");
-  fHGausHist.SetTitle("Distribution of calibrated Photons Pixel");  
+  fHGausHist.SetTitle("Distribution of calibrated Photons Pixel ");  
   fHGausHist.SetXTitle("Nr. Photons");
   fHGausHist.SetYTitle("Nr. of events");
