Changeset 6354


Ignore:
Timestamp:
02/10/05 15:10:06 (20 years ago)
Author:
mazin
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mmpi/SupercutsONOFFClasses/MFindSupercutsONOFFThetaLoop.cc

    r6232 r6354  
    15441544
    15451545
     1546        // Degree of polynomials used to fit ON and OFF alpha
     1547        // distributions is set
     1548
     1549        FindSupercuts.SetDegreeON(fDegreeON);
     1550        FindSupercuts.SetDegreeOFF(fDegreeOFF);
     1551
     1552
     1553
     1554
    15461555        // bining for alpha plots is set
    15471556       
     
    20542063    const Double_t alphabkgmax = fAlphaBkgMax;
    20552064   
    2056     // degree of polynomial function used to fit ON data in background region
    2057     const Int_t    degree   =    2;
    2058    
    2059     // degree of polynomial function used to fit OFF data in all alpha region (0-90)
    2060     const Int_t    degreeOFF   =    2;
    2061    
     2065       
    20622066    const Bool_t   drawpoly  = kFALSE;
    20632067    const Bool_t   fitgauss  = kFALSE;
     
    24712475                                       NormalizationFactor,
    24722476                                       alphabkgmin, alphabkgmax,
    2473                                        degree, degreeOFF,
     2477                                       fDegreeON, fDegreeOFF,
    24742478                                       alphasig,
    24752479                                       drawpoly, fitgauss, print,
     
    27682772                                       NormalizationFactor,
    27692773                                       alphabkgmin, alphabkgmax,
    2770                                        degree, degreeOFF,
     2774                                       fDegreeON, fDegreeOFF,
    27712775                                       alphasig,
    27722776                                       drawpoly, fitgauss, print,
     
    41074111        const Double_t alphabkgmax = fAlphaBkgMax;
    41084112       
    4109         // degree of polynomial function used to fit ON data in background region
    4110         const Int_t    degree   =    2;
    4111 
    4112         // degree of polynomial function used to fit OFF data in all alpha region (0-90)
    4113         const Int_t    degreeOFF   =    2;
    4114 
     4113       
    41154114        const Bool_t   drawpoly  = kTRUE;
    41164115        const Bool_t   fitgauss  = kTRUE;
     
    41404139                                   MeanNormFactorTrain,
    41414140                                   alphabkgmin, alphabkgmax,
    4142                                    degree, degreeOFF,
     4141                                   fDegreeON, fDegreeOFF,
    41434142                                   alphasig,
    41444143                                   drawpoly, fitgauss, print,
     
    41684167                                   MeanNormFactorTest,
    41694168                                   alphabkgmin, alphabkgmax,
    4170                                    degree, degreeOFF,
     4169                                   fDegreeON, fDegreeOFF,
    41714170                                   alphasig,
    41724171                                   drawpoly, fitgauss, print,
Note: See TracChangeset for help on using the changeset viewer.