Jpp
test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
externals
km3net-dataformat
definitions
daqdatatypes.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
"""
3
KM3NeT Data Definitions v3.6.0
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.12.0