Changeset 7804 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 07/26/06 11:46:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
r7384 r7804 396 396 397 397 if (fHiGainArray) 398 { fHiGainArray-> ForEach(MHCalibrationPix,Reset)(); }398 { fHiGainArray->R__FOR_EACH(MHCalibrationPix,Reset)(); } 399 399 400 400 if (IsAverageing()) 401 401 { 402 402 if (fAverageHiGainAreas) 403 { fAverageHiGainAreas-> ForEach(MHCalibrationPix,Reset)(); }403 { fAverageHiGainAreas->R__FOR_EACH(MHCalibrationPix,Reset)(); } 404 404 if (fAverageHiGainSectors) 405 { fAverageHiGainSectors-> ForEach(MHCalibrationPix,Reset)(); }405 { fAverageHiGainSectors->R__FOR_EACH(MHCalibrationPix,Reset)(); } 406 406 } 407 407 … … 410 410 411 411 if (fLoGainArray) 412 { fLoGainArray-> ForEach(MHCalibrationPix,Reset)(); }412 { fLoGainArray->R__FOR_EACH(MHCalibrationPix,Reset)(); } 413 413 if (IsAverageing()) 414 414 { 415 415 if (fAverageLoGainAreas) 416 { fAverageLoGainAreas-> ForEach(MHCalibrationPix,Reset)(); }416 { fAverageLoGainAreas->R__FOR_EACH(MHCalibrationPix,Reset)(); } 417 417 if (fAverageLoGainSectors) 418 { fAverageLoGainSectors-> ForEach(MHCalibrationPix,Reset)(); }418 { fAverageLoGainSectors->R__FOR_EACH(MHCalibrationPix,Reset)(); } 419 419 } 420 420 }
Note:
See TracChangeset
for help on using the changeset viewer.