Changeset 7014
- Timestamp:
- 05/11/05 19:16:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.cc
r7013 r7014 429 429 { 430 430 for (Int_t j=0; j<nareas; j++) 431 GetAverageHiGainArea(j).CheckOverflow(hist);431 CheckOverflow(GetAverageHiGainArea(j)); 432 432 433 433 for (Int_t j=0; j<fAverageHiGainSectors->GetSize(); j++) 434 GetAverageHiGainSector(j).CheckOverflow(hist);434 CheckOverflow(GetAverageHiGainSector(j)); 435 435 } 436 436 … … 457 457 { 458 458 for (Int_t j=0; j<nareas; j++) 459 GetAverageLoGainArea(j).CheckOverflow(hist);459 CheckOverflow(GetAverageLoGainArea(j)); 460 460 461 461 for (Int_t j=0; j<nsectors; j++) 462 GetAverageLoGainSector(j).CheckOverflow(hist);462 CheckOverflow(GetAverageLoGainSector(j)); 463 463 } 464 464
Note:
See TracChangeset
for help on using the changeset viewer.