Changeset 9574 for trunk/MagicSoft/Mars/mmuon
- Timestamp:
- 04/21/10 16:46:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc
r9573 r9574 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.2 0 2010-04-19 12:40:16tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.21 2010-04-21 15:42:24 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 433 433 // Q quiet mode 434 434 // fHistWidth.Fit(&f1, "QRO"); 435 fHistWidth.Fit(&f1, "QRN"); 436 437 if (!gMinuit) 435 if (fHistWidth.Fit(&f1, "QRN")) 438 436 return kFALSE; 439 437
Note:
See TracChangeset
for help on using the changeset viewer.