Changeset 3763 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 04/16/04 10:54:41 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedPhotCalc.cc
r3761 r3763 159 159 const MCerPhotPix &pix = (*fCerPhot)[i]; 160 160 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; 172 165 } 173 166
Note:
See TracChangeset
for help on using the changeset viewer.