source: trunk/Mars/mranforest/RanForestLinkDef.h

Last change on this file was 7413, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 349 bytes
Line 
1#ifdef __CINT__
2
3#pragma link off all globals;
4#pragma link off all classes;
5#pragma link off all functions;
6
7#pragma link C++ class MRanTree+;
8#pragma link C++ class MRanForest+;
9#pragma link C++ class MRanForestGrow+;
10#pragma link C++ class MRanForestCalc+;
11
12#pragma link C++ class MHRanForest+;
13#pragma link C++ class MHRanForestGini+;
14
15#endif
Note: See TracBrowser for help on using the repository browser.