Changeset 4606 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/12/04 22:05:02 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractBlindPixel.cc

    r4605 r4606  
    2929//  Extracts the signal from a fixed window in a given range.
    3030//
    31 //  Before run 31693 (gkModificationRun):
    32 //
    3331//    Call: SetRange(fHiGainFirst, fHiGainLast, fLoGainFirst, fLoGainLast)
    3432//    to modify the ranges. The "low-gain" ranges are used for the NSB rejection
     
    4341//     fLoGainLast  =  fgLoGainLast  =  7
    4442//
    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
    5450//
    5551//////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.