Changeset 3819 for trunk/MagicSoft/Mars
- Timestamp:
- 04/23/04 10:40:01 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3817 r3819 18 18 19 19 -*-*- 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 20 30 2004/04/23: Thomas Bretz 21 31 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc
r3774 r3819 442 442 fAverageSectorNum. Set(nsectors); 443 443 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 444 450 for (Int_t i=0; i<npixels; i++) 445 451 {
Note:
See TracChangeset
for help on using the changeset viewer.