Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3818)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3819)
@@ -18,4 +18,14 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+
+
+ 2004/04/23: Markus Gaug
+
+  * mcalib/MHCalibrationCam.cc
+    - fixed a bug in the ReInit() for the number of average events in 
+      each area index and sector
+
+
  2004/04/23: Thomas Bretz
 
Index: /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc	(revision 3818)
+++ /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc	(revision 3819)
@@ -442,4 +442,10 @@
   fAverageSectorNum.      Set(nsectors);
 
+  for (Int_t aidx=0; aidx<nareas; aidx++)
+      fAverageAreaNum[aidx] = 0;
+
+  for (Int_t sector=0; sector<nsectors; sector++)
+      fAverageSectorNum[sector] = 0;
+
   for (Int_t i=0; i<npixels; i++)
     {
