Changeset 2866
- Timestamp:
- 01/21/04 12:46:42 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
r2862 r2866 160 160 161 161 Bool_t MRanForestCalc::Grow(MHMatrix *matrixg,MHMatrix *matrixh,Int_t ntree, 162 Int_t numtry,Int_t ndsize,const char* treefile =0,163 const char* treename =0,const char* contname=0,164 const char* hgininame =0)162 Int_t numtry,Int_t ndsize,const char* treefile, 163 const char* treename,const char* contname, 164 const char* hgininame) 165 165 { 166 166 … … 219 219 } 220 220 221 Bool_t MRanForestCalc::Fill(Int_t ntree,const char* treefile =0,const char* treename=0)221 Bool_t MRanForestCalc::Fill(Int_t ntree,const char* treefile,const char* treename) 222 222 { 223 223 treefile = treefile ? treefile : "RF.root";
Note:
See TracChangeset
for help on using the changeset viewer.