Changeset 2040


Ignore:
Timestamp:
04/29/03 11:13:47 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2039 r2040  
    33 2003/04/29: Wolfgang Wittek
    44
    5    * mhist/MHSigmaTheta.[h,cc]
     5   * mhist/MHSigmaTheta.[h,cc]:
    66     - ClassDef( ,0) -> ClassDef( , 1)
    77     - minor corrections in Draw()
     8
    89
    910
     
    2425   * manalysis/MImgCleanStd.[h,cc]:
    2526     - added Nadia to the list of authors
     27     - added pngs for the formulars
     28     
     29   * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
     30     - added
    2631
    2732   * manalysis/MCT1SupercutsCalc.[h,cc]:
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc

    r2038 r2040  
    7272// SetMethod(MImgCleanStd::kDemocratic) and SetCleanRings(UShort_t n).
    7373//
    74 // MImgCleanStd:CleanStep1 -------------------------------------------- ---
     74// MImgCleanStd:CleanStep1 -----------------------------------------------
    7575//
    7676// The first step of cleaning defines the CORE pixels. The CORE pixels are
     
    8686// the object MCerPhotPix.
    8787// If (default method = kStandard)
    88 //
    89 //         S_i > L_1 * Prms_i / sqrt(A_0/A_i)
    90 //
    91 // the pixel is set as CORE pixel. L_1 is called "first level of cleaning"
    92 // (default: fCleanLvl1 = 3).
     88//Begin_Html
     89//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="MImgCleanStd-f1.png">
     90//End_Html
     91// the pixel is set as CORE pixel. L_1 (n=1) is called "first level of
     92// cleaning" (default: fCleanLvl1 = 3).
    9393// All the other pixels are set as UNUSED and belong to RING 0.
    9494// After this point, only the CORE pixels are set as USED, with RING
     
    108108// If the content of the analyzed pixel survives at the second level of
    109109// cleaning, i.e. if
    110 //
    111 //          S_i > L_2 * Prms_i /  sqrt(A_0/A_i)
    112 //
    113 // the pixel is set as USED. L_2 is called "second level of cleaning"
     110//Begin_Html
     111//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="MImgCleanStd-f1.png">
     112//End_Html
     113// the pixel is set as USED. L_2 (n=2) is called "second level of cleaning"
    114114// (default:fCleanLvl2 = 2.5).
    115115//
     
    145145//                  this weight can give wrong results!!
    146146// If
    147 //
    148 //           S_i > L_n * Prms_i / sqrt(A_0/A_i)
    149 //
     147//Begin_Html
     148//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="MImgCleanStd-f1.png">
     149//End_Html
    150150// the pixel survives the cleaning and it is set as CORE (when L_n is the
    151 // first level of cleaning, fCleanLvl1) or USED ((when L_n is the second
     151// first level of cleaning, fCleanLvl1) or USED (when L_n is the second
    152152// level of cleaning, fCleanLvl2).
    153153//
     
    166166// (fInnerNoise = fSgb->GetSigmabarInner()) of the inner pixels (for the
    167167// MAGIC camera they are the smaller ones):
    168 //
    169 //  S_i > L_n * fInnerNoise / (A_0/A_i)
    170 //
     168//Begin_Html
     169//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="MImgCleanStd-f2.png">
     170//End_Html
    171171// In this case, the simple ratio (A_0/A_i) is used to weight the level of
    172172// cleaning, because both the inner and the outer pixels (that in MAGIC
Note: See TracChangeset for help on using the changeset viewer.