Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
pmt_status.hh
Go to the documentation of this file.
1#ifndef __pmt_status__
2#define __pmt_status__
3
4/**
5 * KM3NeT Data Definitions v3.5.1-1-gd514d72
6 * https://git.km3net.de/common/km3net-dataformat
7 */
8
9/**
10 * pmt_status
11 */
12static const int PMT_DISABLE = 0; //!< Enable (disable) use of this PMT if this status bit is 0 (1);
13static const int HIGH_RATE_VETO_DISABLE = 1; //!< Enable (disable) use of high-rate veto test if this status bit is 0 (1);
14static const int FIFO_FULL_DISABLE = 2; //!< Enable (disable) use of FIFO (almost) full test if this status bit is 0 (1);
15static const int UDP_COUNTER_DISABLE = 3; //!< Enable (disable) use of UDP packet counter test if this status bit is 0 (1);
16static const int UDP_TRAILER_DISABLE = 4; //!< Enable (disable) use of UDP packet trailer test if this status bit is 0 (1);
17static const int OUT_OF_SYNC = 5; //!< Enable (disable) synchronous signal from this PMT if this status bit is 0 (1);
18#endif
static const int UDP_COUNTER_DISABLE
Enable (disable) use of UDP packet counter test if this status bit is 0 (1);.
Definition pmt_status.hh:15
static const int UDP_TRAILER_DISABLE
Enable (disable) use of UDP packet trailer test if this status bit is 0 (1);.
Definition pmt_status.hh:16
static const int FIFO_FULL_DISABLE
Enable (disable) use of FIFO (almost) full test if this status bit is 0 (1);.
Definition pmt_status.hh:14
static const int OUT_OF_SYNC
Enable (disable) synchronous signal from this PMT if this status bit is 0 (1);.
Definition pmt_status.hh:17
static const int HIGH_RATE_VETO_DISABLE
Enable (disable) use of high-rate veto test if this status bit is 0 (1);.
Definition pmt_status.hh:13
static const int PMT_DISABLE
KM3NeT Data Definitions v3.5.1-1-gd514d72 https://git.km3net.de/common/km3net-dataformat.
Definition pmt_status.hh:12