Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
daqdatatypes.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2"""
3KM3NeT Data Definitions v3.6.0
4https://git.km3net.de/common/km3net-dataformat
5"""
6
7# daqdatatypes
8data = 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)