Belle II Software
release-08-01-09
test_display.py
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
11
import
basf2
12
13
14
if
__name__ ==
"__main__"
:
15
path = basf2.Path()
16
path.add_module(
"ReceiveEvent"
, Host=
"erctl"
, Port=4002)
17
18
# path.add_module("PrintCollections", printForEvent=0)
19
path.add_module(
"EventInfoPrinter"
)
20
21
basf2.process(path)
daq
hbasf2
examples
full_local_test
ereco
test_display.py
Generated on Tue Sep 17 2024 02:57:33 for Belle II Software by
1.9.1