Changeset 2654 for trunk/MagicSoft
- Timestamp:
- 12/11/03 16:46:34 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc
r2649 r2654 269 269 Byte_t maxi = 0; 270 270 271 if (this .GetMaxHiGainSample() == 255)271 if (this->GetMaxHiGainSample() == 255) 272 272 { 273 if (this .HasLoGain())274 maxi = this .GetIdxMaxLoGainSample();273 if (this->HasLoGain()) 274 maxi = this->GetIdxMaxLoGainSample(); 275 275 } 276 276 else 277 maxi = this .GetIdxMaxHiGainSample();277 maxi = this->GetIdxMaxHiGainSample(); 278 278 279 279 return maxi+1;
Note:
See TracChangeset
for help on using the changeset viewer.