Ignore:
Timestamp:
04/21/10 16:46:18 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc

    r9573 r9574  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.20 2010-04-19 12:40:16 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.21 2010-04-21 15:42:24 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    433433    //           Q  quiet mode
    434434//    fHistWidth.Fit(&f1, "QRO");
    435     fHistWidth.Fit(&f1, "QRN");
    436 
    437     if (!gMinuit)
     435    if (fHistWidth.Fit(&f1, "QRN"))
    438436        return kFALSE;
    439437
Note: See TracChangeset for help on using the changeset viewer.