Changeset 5807 for trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
- Timestamp:
- 01/12/05 13:33:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r5803 r5807 289 289 *fLog << warn << "MTime not found... ignored." << endl; 290 290 291 fResult = (MParameterD*)const_cast<MParList*>(pl)->FindCreateObj("MParameterD", " Significance");291 fResult = (MParameterD*)const_cast<MParList*>(pl)->FindCreateObj("MParameterD", "MinimizationValue"); 292 292 if (!fResult) 293 293 return kFALSE; … … 824 824 825 825 if (fResult) 826 fResult->SetVal( fFit.GetSignificance());826 fResult->SetVal(-fFit.GetSignificance()); 827 827 828 828 if (!fSkipHistEnergy)
Note:
See TracChangeset
for help on using the changeset viewer.