66 pluginManager =
gROOT->GetPluginManager();
69 if(jobName==
"" && methodTitle==
"") {
70 myMethodTitle = theOption.
Copy();
73 myMethodTitle.
Remove(firstPoint,myMethodTitle.
Length() - firstPoint);
74 myMethodTitle.
Remove(0,firstUnderscore-1);
76 else myMethodTitle = methodTitle;
77 pluginHandler = pluginManager->FindHandler(
"TMVA@@MethodBase", myMethodTitle);
80 std::cerr <<
"Couldn't find plugin handler for TMVA@@MethodBase and " << methodTitle << std::endl;
84 if (pluginHandler->LoadPlugin() == 0) {
85 if(jobName==
"" && methodTitle==
"") {
87 return (
TMVA::IMethod*) pluginHandler->ExecPlugin(2, &theData, &theOption);
91 return (
TMVA::IMethod*) pluginHandler->ExecPlugin(4, &jobName, &methodTitle, &theData, &theOption);
99 Register(
"Plugins", CreateMethodPlugins);
static ClassifierFactory & Instance()
access to the ClassifierFactory singleton creates the instance if needed
Ssiz_t Last(char c) const
Find last occurrence of a character c.
TString Copy() const
Copy a string.
static Types & Instance()
the the single instance of "Types" if existin already, or create it (Signleton)
Bool_t AddTypeMapping(Types::EMVA method, const TString &methodname)
This class implements a plugin library manager.
TString & Remove(Ssiz_t pos)
Ssiz_t First(char c) const
Find first occurrence of a character c.