Changeset 307 in Sophya for trunk/SophyaLib/NTools/generalfit.h
- Timestamp:
- May 19, 1999, 5:58:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/generalfit.h
r244 r307 8 8 #include "generaldata.h" 9 9 10 namespace PlanckDPC { 11 10 12 //================================================================ 11 13 // GeneralFunction 12 14 //================================================================ 13 15 14 class GeneralFunction EXC_AWARE{16 class GeneralFunction { 15 17 public: 16 18 GeneralFunction(unsigned int nVar, unsigned int nPar); … … 61 63 class GeneralFitData; 62 64 63 class GeneralXi2 EXC_AWARE{65 class GeneralXi2 { 64 66 public: 65 67 GeneralXi2(unsigned int nPar); … … 85 87 //================================================================ 86 88 87 class GeneralFit EXC_AWARE{89 class GeneralFit { 88 90 public: 89 91 GeneralFit(GeneralFunction* f); … … 152 154 int Fit(); 153 155 double ReCalChi2(int& nddl, double* par = NULL); 154 GeneralFitData *DataResidus(bool clean=true);155 GeneralFitData *DataFunction(bool clean=true);156 GeneralFitData DataResidus(bool clean=true); 157 GeneralFitData DataFunction(bool clean=true); 156 158 void PrintFitErr(int rc); 157 159 … … 227 229 }; 228 230 231 } // Fin du namespace 232 229 233 #endif
Note:
See TracChangeset
for help on using the changeset viewer.