Belle II Software development
weightfile.py
1
8
9'''
10Wrappers around interfaces defined within the Belle2::MVA namespace.
11'''
12
13
14def 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()