Ignore:
Timestamp:
11/22/05 17:40:37 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7424 r7425  
    201201}
    202202
     203MRanTree *MRanForest::GetTree(Int_t i) const
     204{
     205    return static_cast<MRanTree*>(fForest->UncheckedAt(i));
     206}
     207
    203208Int_t MRanForest::GetNumDim() const
    204209{
     
    372377        return kFALSE;
    373378    }
    374     fRanTree->SetName(target_rule);
     379    //fRanTree->SetName(target_rule); // Is not stored anyhow
    375380
    376381    const Int_t tryest = TMath::Nint(TMath::Sqrt(dim));
Note: See TracChangeset for help on using the changeset viewer.