Ignore:
Timestamp:
06/26/03 20:28:20 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc

    r2237 r2239  
    336336
    337337        const Float_t entry = pix.GetNumPhotons();
    338         const Float_t noise = (*fPed)[idx].GetSigma();
     338        const Float_t noise = (*fPed)[idx].GetPedestalRms();
    339339
    340340        //
     
    496496    //
    497497    const Float_t entry = pix.GetNumPhotons();
    498     const Float_t noise = (*fPed)[idx].GetSigma();
     498    const Float_t noise = (*fPed)[idx].GetPedestalRms();
    499499
    500500    //
Note: See TracChangeset for help on using the changeset viewer.