Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5370)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5371)
@@ -21,4 +21,9 @@
                                                  -*-*- END OF LINE -*-*-
  2004/11/10: Markus Gaug
+
+   * mhcalib/MHCalibrationRelTimeCam.cc
+     - reduced nr of bins from 900 to 200 which is sufficient. 
+       Apparently, Nadia had got some problems with the high memory 
+       needed. 
 
    * msignal/MExtractTimeAndChargeDigitalFilter.cc
Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 5370)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 5371)
@@ -126,5 +126,5 @@
 const Float_t MHCalibrationRelTimeCam::fgNumHiGainSaturationLimit = 0.25;
 const UInt_t  MHCalibrationRelTimeCam::fgReferencePixel = 1;
-const Int_t   MHCalibrationRelTimeCam::fgNbins    = 900;
+const Int_t   MHCalibrationRelTimeCam::fgNbins    = 200;
 const Axis_t  MHCalibrationRelTimeCam::fgFirst    = -5.;
 const Axis_t  MHCalibrationRelTimeCam::fgLast     =  5.;
@@ -333,5 +333,5 @@
   const MArrivalTimePix &refpix = (*arrtime)[fReferencePixel];
   const Float_t reftime = refpix.IsLoGainUsed() 
-    ? refpix.GetArrivalTimeLoGain() : refpix.GetArrivalTimeHiGain();
+     ? refpix.GetArrivalTimeLoGain() : refpix.GetArrivalTimeHiGain();
 
   for (Int_t i=0; i<npixels; i++)
