Changeset 7014


Ignore:
Timestamp:
05/11/05 19:16:10 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.cc

    r7013 r7014  
    429429  {
    430430      for (Int_t j=0; j<nareas; j++)
    431           GetAverageHiGainArea(j).CheckOverflow(hist);
     431          CheckOverflow(GetAverageHiGainArea(j));
    432432
    433433      for (Int_t j=0; j<fAverageHiGainSectors->GetSize(); j++)
    434           GetAverageHiGainSector(j).CheckOverflow(hist);
     434          CheckOverflow(GetAverageHiGainSector(j));
    435435  }
    436436
     
    457457  {
    458458      for (Int_t j=0; j<nareas; j++)
    459           GetAverageLoGainArea(j).CheckOverflow(hist);
     459          CheckOverflow(GetAverageLoGainArea(j));
    460460
    461461      for (Int_t j=0; j<nsectors; j++)
    462           GetAverageLoGainSector(j).CheckOverflow(hist);
     462          CheckOverflow(GetAverageLoGainSector(j));
    463463  }
    464464
Note: See TracChangeset for help on using the changeset viewer.