Changeset 13398 for trunk


Ignore:
Timestamp:
04/20/12 12:19:14 (13 years ago)
Author:
tbretz
Message:
Update the statistics box with fit information if a gauss fit is done.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhist/MHCamEvent.cc

    r13393 r13398  
    356356                if (s1->GetOptStat()==1111)
    357357                    s1->SetOptStat(1000000001);
    358                 if (s1->GetOptFit()==1)
    359                     s1->SetOptFit(1111);
     358                s1->SetOptFit(1);
    360359            }
    361 
    362360        }
    363361    }
Note: See TracChangeset for help on using the changeset viewer.