Changeset 3958 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 05/04/04 16:25:34 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r3951 r3958 240 240 while (pixel.Next()) 241 241 { 242 Int_t sumhi ;243 Byte_t sathi ;242 Int_t sumhi = 0; 243 Byte_t sathi = 0; 244 244 245 245 FindSignalHiGain(pixel.GetHiGainSamples()+fHiGainFirst, pixel.GetLoGainSamples(), sumhi, sathi);
Note:
See TracChangeset
for help on using the changeset viewer.