Changeset 2173 for trunk/MagicSoft/Mars/mranforest
- Timestamp:
- 06/13/03 16:42:37 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mranforest
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MHRanForest.cc
r2071 r2173 50 50 51 51 ClassImp(MHRanForest); 52 53 using namespace std; 52 54 53 55 // -------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
r2071 r2173 48 48 49 49 ClassImp(MHRanForestGini); 50 51 using namespace std; 50 52 51 53 // -------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/mranforest/MRanForest.cc
r2114 r2173 53 53 ClassImp(MRanForest); 54 54 55 using namespace std; 56 55 57 // -------------------------------------------------------------------------- 56 58 // -
trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
r2115 r2173 50 50 51 51 ClassImp(MRanForestCalc); 52 53 using namespace std; 52 54 53 55 static const TString gsDefName = "MRanForestCalc"; -
trunk/MagicSoft/Mars/mranforest/MRanForestFill.cc
r2071 r2173 44 44 45 45 ClassImp(MRanForestFill); 46 47 using namespace std; 46 48 47 49 static const TString gsDefName = "MRanForestFill"; -
trunk/MagicSoft/Mars/mranforest/MRanForestGrow.cc
r2071 r2173 43 43 44 44 ClassImp(MRanForestGrow); 45 46 using namespace std; 45 47 46 48 static const TString gsDefName = "MRanForestGrow"; -
trunk/MagicSoft/Mars/mranforest/MRanTree.cc
r2114 r2173 33 33 #include "MRanTree.h" 34 34 35 #include <iostream .h>35 #include <iostream> 36 36 37 37 #include <TVector.h> … … 45 45 46 46 ClassImp(MRanTree); 47 48 using namespace std; 47 49 48 50 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.