Ignore:
Timestamp:
04/16/04 10:54:41 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPedPhotCalc.cc

    r3761 r3763  
    159159       const MCerPhotPix &pix = (*fCerPhot)[i];
    160160
    161         if (fBadPixels)
    162           {
    163             const MBadPixelsPix &bad = (*fBadPixels)[i];
    164             if (bad.IsBad())
    165               continue;
    166           }
    167 
    168         const Float_t nphot = pix.GetNumPhotons();
    169 
    170         fSumx[i]  += nphot;
    171         fSumx2[i] += nphot*nphot;
     161       const Float_t nphot = pix.GetNumPhotons();
     162       
     163       fSumx[i]  += nphot;
     164       fSumx2[i] += nphot*nphot;
    172165    }
    173166
Note: See TracChangeset for help on using the changeset viewer.