Changeset 8106 for trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc
- Timestamp:
- 10/17/06 18:18:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc
r7369 r8106 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.13 2006-10-17 17:16:00 tbretz Exp $ 3 ! -------------------------------------------------------------------------- 2 4 ! 3 5 ! * … … 289 291 } 290 292 293 Bool_t MHSingleMuon::AsciiWrite(ostream &out) const 294 { 295 out << fTxtMuon;; 296 return kTRUE; 297 } 298 291 299 // -------------------------------------------------------------------------- 292 300 // … … 419 427 chi = f1.GetChisquare()/f1.GetNDF(); 420 428 421 Double_t err;422 gMinuit->GetParameter(2, width, err); // get the sigma value429 Double_t ferr; 430 gMinuit->GetParameter(2, width, ferr); // get the sigma value 423 431 424 432 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.