Changeset 4376 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 07/14/04 18:37:40 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractBlindPixel.cc
r4374 r4376 255 255 { 256 256 fBlindPixel->SetBlindPixelIdx(fBlindPixelIdx.At(0)); 257 SetExtractionType(kFilter); 257 258 } 258 259 -
trunk/MagicSoft/Mars/msignal/MExtractBlindPixel.h
r4374 r4376 44 44 Byte_t fExtractionType; 45 45 46 enum ExtractionType_t { kAmplitude, kIntegral };46 enum ExtractionType_t { kAmplitude, kIntegral, kFilter }; 47 47 48 48 void FindAmplitude (Byte_t *firstused, Byte_t *lowgain, Float_t &sum, Byte_t &sat);
Note:
See TracChangeset
for help on using the changeset viewer.