Ignore:
Timestamp:
10/17/06 18:18:40 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7369 r8106  
    11/* ======================================================================== *\
     2! $Name: not supported by cvs2svn $:$Id: MHSingleMuon.cc,v 1.13 2006-10-17 17:16:00 tbretz Exp $
     3! --------------------------------------------------------------------------
    24!
    35! *
     
    289291}
    290292
     293Bool_t MHSingleMuon::AsciiWrite(ostream &out) const
     294{
     295    out << fTxtMuon;;
     296    return kTRUE;
     297}
     298
    291299// --------------------------------------------------------------------------
    292300//
     
    419427    chi = f1.GetChisquare()/f1.GetNDF();
    420428
    421     Double_t err;
    422     gMinuit->GetParameter(2, width, err); // get the sigma value
     429    Double_t ferr;
     430    gMinuit->GetParameter(2, width, ferr); // get the sigma value
    423431
    424432    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.