Changeset 3538 for trunk/MagicSoft
- Timestamp:
- 03/17/04 17:40:45 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3537 r3538 38 38 accelerated and fixed (the first slice was compared to itself 39 39 and the last slice was not taken into account) 40 41 * manalysis/MCerPhotAnal2.cc: 42 - fixed a bug in the new treatment of lo-gains 40 43 41 44 -
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.