Belle II Software
release-05-01-25
RecvCOPPER.py
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
19
20
from
basf2
import
*
21
22
# Set the log level to show only error and fatal messages
23
set_log_level(LogLevel.ERROR)
24
set_log_level(LogLevel.INFO)
25
26
# Modules
27
reader = register_module(
'DeSerializerCOPPER'
)
28
29
# Create main path
30
main = create_path()
31
32
# Add modules to main path
33
main.add_module(reader)
34
35
# Process all events
36
process(main)
daq
rawdata
examples
RecvCOPPER.py
Generated on Fri Nov 5 2021 03:49:21 for Belle II Software by
1.8.17