source: trunk/Mars/mjtrain/TrainLinkDef.h@ 9855

Last change on this file since 9855 was 9846, checked in by tbretz, 14 years ago
Added new class MJTrainImpact to estimate the impact parameter by use of a random forest.
File size: 318 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 MJTrainRanForest+;
8#pragma link C++ class MJTrainEnergy+;
9#pragma link C++ class MJTrainDisp+;
10#pragma link C++ class MJTrainImpact+;
11#pragma link C++ class MJTrainSeparation+;
12
13#endif
Note: See TracBrowser for help on using the repository browser.