Changeset 4606 for trunk/MagicSoft/Mars
- Timestamp:
- 08/12/04 22:05:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractBlindPixel.cc
r4605 r4606 29 29 // Extracts the signal from a fixed window in a given range. 30 30 // 31 // Before run 31693 (gkModificationRun):32 //33 31 // Call: SetRange(fHiGainFirst, fHiGainLast, fLoGainFirst, fLoGainLast) 34 32 // to modify the ranges. The "low-gain" ranges are used for the NSB rejection … … 43 41 // fLoGainLast = fgLoGainLast = 7 44 42 // 45 // After run 31693 (gkModificationRun): 46 // 47 // Call: SetFirst(), SetLast() to modify the ranges. No filter is applied, 48 // but instead the signal amplitude is extracted using Cubic spline. 49 // 50 // Defaults are: 51 // 52 // fHiGainFirst = fgFirst = 0 53 // fHiGainLast = fgLast = 7 43 // The switches: 44 // - SetExtractionType ( kAmplitude ) and SetExtractionType ( kIntegral ) 45 // can be used to choose between amplitude extraction (using a spline) and 46 // summed integral. 47 // - SetExtractionType ( kFilter ) 48 // can be used to apply a filter discarding events passing over a threshold 49 // defined in fNSBFilterLimit 54 50 // 55 51 //////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.