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