Changeset 1145
- Timestamp:
- 01/09/02 15:49:37 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
r1127 r1145 125 125 { 126 126 127 constUInt_t pixid = pixel.GetPixelId();127 UInt_t pixid = pixel.GetPixelId(); 128 128 129 129 const MPedestalPix &ped = (*fPedestals)[pixid]; 130 131 // 132 // sanity check 133 // 134 if (!fPedestals->CheckBounds(pixid)){ 135 *fLog<<inf<<"Pixel ID larger than camera ... Skip the event"<<endl; 136 return kCONTINUE; 137 } 130 138 131 139 Float_t nphot = (Float_t)pixel.GetSumHiGainSamples(); … … 146 154 return kTRUE; 147 155 } 148
Note:
See TracChangeset
for help on using the changeset viewer.