Ignore:
Timestamp:
01/12/05 13:33:46 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.cc

    r5803 r5807  
    289289        *fLog << warn << "MTime not found... ignored." << endl;
    290290
    291     fResult = (MParameterD*)const_cast<MParList*>(pl)->FindCreateObj("MParameterD", "Significance");
     291    fResult = (MParameterD*)const_cast<MParList*>(pl)->FindCreateObj("MParameterD", "MinimizationValue");
    292292    if (!fResult)
    293293        return kFALSE;
     
    824824
    825825    if (fResult)
    826         fResult->SetVal(fFit.GetSignificance());
     826        fResult->SetVal(-fFit.GetSignificance());
    827827
    828828    if (!fSkipHistEnergy)
Note: See TracChangeset for help on using the changeset viewer.