Jpp
18.2.0-rc.1
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
externals
km3net-dataformat
definitions
daqdatatypes.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
"""
3
KM3NeT Data Definitions v3.1.0-13-g917945e
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.8.5