Changeset 9153 for trunk/MagicSoft/Mars/mranforest
- Timestamp:
- 11/11/08 11:49:49 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mranforest
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MHRanForest.cc
r8907 r9153 111 111 // 112 112 // 113 Bool_t MHRanForest::Fill(const MParContainer *par, const Stat_t w)113 Int_t MHRanForest::Fill(const MParContainer *par, const Stat_t w) 114 114 { 115 115 fNumEvent++; -
trunk/MagicSoft/Mars/mranforest/MHRanForest.h
r2071 r9153 33 33 34 34 Bool_t SetupFill(const MParList *plist); 35 Bool_tFill(const MParContainer *par, const Stat_t w=1);35 Int_t Fill(const MParContainer *par, const Stat_t w=1); 36 36 Bool_t Finalize(); 37 37 -
trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
r8907 r9153 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1. 8 2008-06-02 08:46:43tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.9 2008-11-11 11:46:50 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 94 94 { 95 95 *fLog << err << dbginf << "MRanForest not found... aborting." << endl; 96 return k FALSE;96 return kERROR; 97 97 } 98 98 … … 107 107 // 108 108 // 109 Bool_t MHRanForestGini::Fill(const MParContainer *par, const Stat_t w)109 Int_t MHRanForestGini::Fill(const MParContainer *par, const Stat_t w) 110 110 { 111 111 MRanTree *t = fRanForest->GetCurTree(); -
trunk/MagicSoft/Mars/mranforest/MHRanForestGini.h
r7413 r9153 37 37 38 38 Bool_t SetupFill(const MParList *plist); 39 Bool_tFill(const MParContainer *par, const Stat_t w=1);39 Int_t Fill(const MParContainer *par, const Stat_t w=1); 40 40 Bool_t Finalize(); 41 41
Note:
See TracChangeset
for help on using the changeset viewer.