Changeset 4047 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 05/11/04 15:25:34 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractFixedWindow.cc
r3959 r4047 174 174 175 175 Byte_t *end = ptr + fHiGainLast - fHiGainFirst + 1; 176 176 177 177 while (ptr<end) 178 178 { 179 179 sum += *ptr; 180 181 180 if (*ptr++ >= fSaturationLimit) 182 181 sat++; … … 192 191 193 192 if (*logain++ >= fSaturationLimit) 194 193 sat++; 195 194 } 196 195 -
trunk/MagicSoft/Mars/msignal/MExtractor.h
r3924 r4047 56 56 57 57 public: 58 58 59 MExtractor(const char *name=NULL, const char *title=NULL); 59 60
Note:
See TracChangeset
for help on using the changeset viewer.