15 from ROOT
import PyConfig
16 PyConfig.IgnoreCommandLineOptions =
True
20 PyConfig.StartGuiThread =
False
23 from ROOT
import gSystem
24 from ROOT
import Belle2
25 gSystem.Load(
'libmva.so')
26 gSystem.Load(
'libframework.so')
27 gSystem.Load(
'libanalysis.so')
36 """ Class which forwards lookups to the Belle2.MVA namespace,
37 this makes the access to C++ functions/classes of the mva package more convenient """
40 """ Return attribute with the given name in the Belle2.MVA namespace """
44 """ Create an std::vector containing the passed args """
45 v = ROOT.std.vector(type(args[0]))()
52 ROOT.gROOT.SetBatch(
True)
static void initSupportedInterfaces()
Static function which initliazes all supported interfaces, has to be called once before getSupportedI...
Global list of available variables.
static Manager & Instance()
get singleton instance.
def __getattr__(self, name)