Changeset 3538 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 03/17/04 17:40:45 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotAnal2.cc
r3487 r3538 185 185 // Area: x9 186 186 ptr = pixel.GetLoGainSamples(); 187 max = ptr+pixel.GetIdxMaxLoGainSample();188 187 end = ptr+fRawEvt->GetNumLoGainSamples(); 189 188 … … 198 197 sqb += *ptr* *ptr; 199 198 nb++; 199 ptr++; 200 200 } 201 201 }
Note:
See TracChangeset
for help on using the changeset viewer.