Changeset 4379 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 07/14/04 19:28:57 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractBlindPixel.h
r4376 r4379 44 44 Byte_t fExtractionType; 45 45 46 enum ExtractionType_t { kAmplitude, kIntegral, kFilter }; 46 public: 47 enum ExtractionType_t { kAmplitude, kIntegral }; 47 48 49 50 private: 48 51 void FindAmplitude (Byte_t *firstused, Byte_t *lowgain, Float_t &sum, Byte_t &sat); 49 52 void FindIntegral (Byte_t *firstused, Byte_t *lowgain, Float_t &sum, Byte_t &sat);
Note:
See TracChangeset
for help on using the changeset viewer.