Changeset 2942 for trunk/MagicSoft/Mars/manalysis/MCerPhotAnal.cc
- Timestamp:
- 01/28/04 13:43:54 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotAnal.cc
r2237 r2942 191 191 const UInt_t pixid = pixel.GetPixelId(); 192 192 193 //194 // sanity check (old MC files sometimes have pixids>577)195 //196 if (fPedestals && !fPedestals->CheckBounds(pixid))197 {198 *fLog << inf << "Pixel ID larger than camera... skipping event." << endl;199 return kCONTINUE;200 }201 202 193 fCerPhotEvt->AddPixel(pixid, nphot, sigmaped/2.236); 203 194
Note:
See TracChangeset
for help on using the changeset viewer.