Changeset 3819 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/23/04 10:40:01 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3817 r3819  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21
     22
     23 2004/04/23: Markus Gaug
     24
     25  * mcalib/MHCalibrationCam.cc
     26    - fixed a bug in the ReInit() for the number of average events in
     27      each area index and sector
     28
     29
    2030 2004/04/23: Thomas Bretz
    2131
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc

    r3774 r3819  
    442442  fAverageSectorNum.      Set(nsectors);
    443443
     444  for (Int_t aidx=0; aidx<nareas; aidx++)
     445      fAverageAreaNum[aidx] = 0;
     446
     447  for (Int_t sector=0; sector<nsectors; sector++)
     448      fAverageSectorNum[sector] = 0;
     449
    444450  for (Int_t i=0; i<npixels; i++)
    445451    {
Note: See TracChangeset for help on using the changeset viewer.