Ignore:
Timestamp:
11/21/05 13:05:58 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7415 r7416  
    367367    }
    368368
    369     const Int_t tryest = TMath::Nint(TMath::Sqrt(dim)+0.5);
     369    const Int_t tryest = TMath::Nint(TMath::Sqrt(dim));
    370370
    371371    *fLog << inf << endl;
     
    382382        fNumTry=tryest;
    383383        *fLog << inf << endl;
    384         *fLog << "Set no. of trials to the recommended value of round("<< TMath::Sqrt(dim) <<") = ";
    385         *fLog << fNumTry << endl;
    386 
    387 
    388     }
     384        *fLog << "Set no. of trials to the recommended value of round(";
     385        *fLog << TMath::Sqrt(dim) << ") = " << fNumTry << endl;
     386    }
     387
    389388    fRanTree->SetNumTry(fNumTry);
    390389    fRanTree->SetClassify(fClassify);
Note: See TracChangeset for help on using the changeset viewer.