Belle II Software development
linkdef.h
1#ifdef __CINT__
2
3// Remember to include your headers in methods/include/MVA.h, otherwise cling will not find them.
4
5#pragma link off all globals;
6#pragma link off all classes;
7#pragma link off all functions;
8#pragma link off all namespaces;
9#pragma link C++ nestedclasses;
10
11#pragma link C++ class Belle2::MVA::FastBDTOptions-;
12#pragma link C++ class Belle2::MVA::PDFOptions-;
13#pragma link C++ class Belle2::MVA::RegressionFastBDTOptions-;
14#pragma link C++ class Belle2::MVA::CombinationOptions-;
15#pragma link C++ class Belle2::MVA::FANNOptions-;
16#pragma link C++ class Belle2::MVA::TMVAOptions-;
17#pragma link C++ class Belle2::MVA::TMVAOptionsClassification-;
18#pragma link C++ class Belle2::MVA::TMVAOptionsRegression-;
19#pragma link C++ class Belle2::MVA::TMVAOptionsMulticlass-;
20#pragma link C++ class Belle2::MVA::PythonOptions-;
21#pragma link C++ class Belle2::MVA::TrivialOptions-;
22#pragma link C++ class Belle2::MVA::ReweighterOptions-;
23
24#endif