Belle II Software  release-08-01-10
__init__.py
1 
8 
9 # Loading some common libraries
10 from ROOT import std # noqa
11 from ROOT import Belle2 # make Belle2 namespace available # noqa
12 import basf2 # noqa
13 from ROOT import gSystem
14 gSystem.Load('libcdc')
15 gSystem.Load('libtracking')
16 gSystem.Load('libtracking_trackFindingCDC')
17 gSystem.Load('libgenfit2')