Belle II Software
development
__init__.py
1
8
9
# Loading some common libraries
10
from
ROOT
import
std
# noqa
11
from
ROOT
import
Belle2
# noqa: 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'
)
tracking
trackFindingCDC
scripts
trackfindingcdc
__init__.py
Generated on Thu Nov 14 2024 02:46:41 for Belle II Software by
1.9.6