Ignore:
Timestamp:
03/24/03 15:13:14 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1859 r1866  
    3232/////////////////////////////////////////////////////////////////////////////
    3333#include "MRanTree.h"
    34 #include <iostream>
     34
     35#include <ostream.h>
     36
     37#include <TVector.h>
     38#include <TMatrix.h>
     39#include <TRandom.h>
     40
     41#include "MDataArray.h"
     42
    3543ClassImp(MRanTree);
    3644
     
    4957    // minimum nodesize of terminal nodes
    5058    fNdSize=TMath::Max(1,n);//at least 1 event per node
    51 
    52     return;
    5359}
    5460
     
    6167    if(fData)
    6268        fNumTry=TMath::Min(fData->GetNumEntries(),n);
    63 
    64     return;
    6569}
    6670
     
    128132    fTreeMap2.Set(fNumNodes);
    129133    fBestSplit.Set(fNumNodes);
    130 
    131     return;
    132134}
    133135
     
    450452{
    451453    fData=rules;
    452 
    453     return;
    454454}
    455455
Note: See TracChangeset for help on using the changeset viewer.