Changeset 2744 for trunk/MagicSoft/Mars/mtools/MChisqEval.cc
- Timestamp:
- 12/22/03 20:35:39 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MChisqEval.cc
r2208 r2744 32 32 33 33 #include "MDataChain.h" 34 #include "MParameters.h" // MParameterD 35 36 #include "MParList.h" 34 37 35 38 ClassImp(MChisqEval); … … 120 123 return kFALSE; 121 124 125 fResult = (MParameterD*)plist->FindCreateObj("MParameterD", "MFitResult"); 126 if (!fResult) 127 return kFALSE; 128 122 129 return kTRUE; 123 130 } … … 138 145 { 139 146 fChisq /= GetNumExecutions(); 147 148 fResult->SetVal(fChisq); 149 140 150 return kTRUE; 141 151 }
Note:
See TracChangeset
for help on using the changeset viewer.