Changeset 6354 for trunk/MagicSoft/Mars/mtemp/mmpi/SupercutsONOFFClasses/MFindSupercutsONOFFThetaLoop.cc
- Timestamp:
- 02/10/05 15:10:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mmpi/SupercutsONOFFClasses/MFindSupercutsONOFFThetaLoop.cc
r6232 r6354 1544 1544 1545 1545 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 1546 1555 // bining for alpha plots is set 1547 1556 … … 2054 2063 const Double_t alphabkgmax = fAlphaBkgMax; 2055 2064 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 2062 2066 const Bool_t drawpoly = kFALSE; 2063 2067 const Bool_t fitgauss = kFALSE; … … 2471 2475 NormalizationFactor, 2472 2476 alphabkgmin, alphabkgmax, 2473 degree, degreeOFF,2477 fDegreeON, fDegreeOFF, 2474 2478 alphasig, 2475 2479 drawpoly, fitgauss, print, … … 2768 2772 NormalizationFactor, 2769 2773 alphabkgmin, alphabkgmax, 2770 degree, degreeOFF,2774 fDegreeON, fDegreeOFF, 2771 2775 alphasig, 2772 2776 drawpoly, fitgauss, print, … … 4107 4111 const Double_t alphabkgmax = fAlphaBkgMax; 4108 4112 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 4115 4114 const Bool_t drawpoly = kTRUE; 4116 4115 const Bool_t fitgauss = kTRUE; … … 4140 4139 MeanNormFactorTrain, 4141 4140 alphabkgmin, alphabkgmax, 4142 degree, degreeOFF,4141 fDegreeON, fDegreeOFF, 4143 4142 alphasig, 4144 4143 drawpoly, fitgauss, print, … … 4168 4167 MeanNormFactorTest, 4169 4168 alphabkgmin, alphabkgmax, 4170 degree, degreeOFF,4169 fDegreeON, fDegreeOFF, 4171 4170 alphasig, 4172 4171 drawpoly, fitgauss, print,
Note:
See TracChangeset
for help on using the changeset viewer.