Changeset 3587 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Mar 5, 2009, 2:26:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.cc
r3572 r3587 1069 1069 if( ii != nLowHigh ) throw ParmError(PExcLongMessage("")); 1070 1070 Poly pol(degree); 1071 TRY { 1072 pol.Fit(xFit, yFit, e2Fit, degree, errcoef); 1073 if (debug>1) cout << "resultat fit = " << pol << endl; 1074 pol.Derivate(); 1075 } CATCHALL { 1076 THROW_SAME; 1077 } ENDTRY 1071 pol.Fit(xFit, yFit, e2Fit, degree, errcoef); 1072 if (debug>1) cout << "resultat fit = " << pol << endl; 1073 pol.Derivate(); 1078 1074 1079 1075 int_4 DPolDeg = pol.Degre();
Note:
See TracChangeset
for help on using the changeset viewer.