Ignore:
Timestamp:
02/28/04 20:43:30 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc

    r3355 r3356  
    3131//
    3232// MHCalibrationChargeHiGainPix, MHCalibrationChargeLoGainPix for each pixel
    33 // and additionally two classes containing an average of the inner and the outer
    34 // pixels, respectively
     33// and additionally for an average of the inner and the outer pixels, respectively.
    3534//
    3635// By default, subsequently the hi-gain classes are treated unless
     
    4443// its errors and the fit probability are extracted. If none of these values are
    4544// NaN's and if the probability is bigger than fProbLimit (default: 0.5%), the fit
    46 // is declared valid. Otherwise, histogram means and RMS's are taken directly, but the
    47 // flag kFitValid is set to FALSE. Outliers of more than fPickUpLimit (default: 5) sigmas
     45// is declared valid. Otherwise, the fit is repeated within ranges of the previous mean
     46// +- 5 sigma. In case that this does not help, the histogram means and RMS's are taken directly,
     47// but the flag kFitValid is set to FALSE. Outliers of more than fPickUpLimit (default: 5) sigmas
    4848// from the mean are counted as PickUp events.
    4949//
    5050// Additionally, the slice number with the highest value is stored and a corresponding
    51 // histogram is filled. This histogram serves only for a rought cross-check if the
     51// histogram is filled. This histogram serves only for a rough cross-check if the
    5252// signal does not lie at the edges of chose extraction window.
    5353//
Note: See TracChangeset for help on using the changeset viewer.