Jpp
19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
externals
km3net-dataformat
definitions
pmt_status.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
"""
3
KM3NeT Data Definitions v3.5.1-1-gd514d72
4
https://git.km3net.de/common/km3net-dataformat
5
"""
6
7
# pmt_status
8
data = dict(
9
PMT_DISABLE= 0,
10
HIGH_RATE_VETO_DISABLE= 1,
11
FIFO_FULL_DISABLE= 2,
12
UDP_COUNTER_DISABLE= 3,
13
UDP_TRAILER_DISABLE= 4,
14
OUT_OF_SYNC= 5,
15
)
Generated by
1.12.0