Belle II Software  release-08-01-10
weightfile.py
1 
8 
9 '''
10 Wrappers around interfaces defined within the Belle2::MVA namespace.
11 '''
12 
13 
14 def Weightfile():
15  '''
16  Wrapper around Weightfile Belle2::MVA:Weightfile().
17  '''
18  # Always avoid the top-level 'import ROOT'.
19  import ROOT # noqa
20  return ROOT.Belle2.MVA.Weightfile()