Ignore:
Timestamp:
03/31/03 10:37:56 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MRanForest.cc

    r1871 r1880  
    288288
    289289    // give running output
    290     TString str=Form("%.2f",100.*fErr);
    291     cout.width(5);  cout<<fTreeNo;
    292     cout.width(15); cout<<str<<endl;
     290    cout << setw(5) << fTreeNo << setw(15) << Form("%.2f",100.*fErr) << endl;
    293291
    294292    // adding tree to forest
Note: See TracChangeset for help on using the changeset viewer.