Ignore:
Timestamp:
07/26/06 11:46:55 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7384 r7804  
    396396
    397397  if (fHiGainArray)
    398     { fHiGainArray->ForEach(MHCalibrationPix,Reset)();  }
     398    { fHiGainArray->R__FOR_EACH(MHCalibrationPix,Reset)();  }
    399399
    400400  if (IsAverageing())
    401401    {
    402402      if (fAverageHiGainAreas)
    403         { fAverageHiGainAreas->ForEach(MHCalibrationPix,Reset)();  }
     403        { fAverageHiGainAreas->R__FOR_EACH(MHCalibrationPix,Reset)();  }
    404404      if (fAverageHiGainSectors)
    405         { fAverageHiGainSectors->ForEach(MHCalibrationPix,Reset)();  }
     405        { fAverageHiGainSectors->R__FOR_EACH(MHCalibrationPix,Reset)();  }
    406406    }
    407407
     
    410410
    411411  if (fLoGainArray)
    412     { fLoGainArray->ForEach(MHCalibrationPix,Reset)();  }
     412    { fLoGainArray->R__FOR_EACH(MHCalibrationPix,Reset)();  }
    413413  if (IsAverageing())
    414414    {
    415415      if (fAverageLoGainAreas)
    416         { fAverageLoGainAreas->ForEach(MHCalibrationPix,Reset)();  }
     416        { fAverageLoGainAreas->R__FOR_EACH(MHCalibrationPix,Reset)();  }
    417417      if (fAverageLoGainSectors)
    418         { fAverageLoGainSectors->ForEach(MHCalibrationPix,Reset)();  }
     418        { fAverageLoGainSectors->R__FOR_EACH(MHCalibrationPix,Reset)();  }
    419419    }
    420420}
Note: See TracChangeset for help on using the changeset viewer.