Jpp
master_rocky-40-g5f0272dcd
the software that should make you happy
externals
km3net-dataformat
definitions
daqdatatypes.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
"""
3
KM3NeT Data Definitions v3.4.0-8-ge14cb17
4
https://git.km3net.de/common/km3net-dataformat
5
"""
6
7
# daqdatatypes
8
data = dict(
9
DAQSUPERFRAME=101,
10
DAQSUMMARYFRAME=201,
11
DAQTIMESLICE=1001,
12
DAQTIMESLICEL0=1002,
13
DAQTIMESLICEL1=1003,
14
DAQTIMESLICEL2=1004,
15
DAQTIMESLICESN=1005,
16
DAQSUMMARYSLICE=2001,
17
DAQEVENT=10001,
18
)
Generated by
1.9.1