Jpp 20.0.0-rc.8
the software that should make you happy
Loading...
Searching...
No Matches
daqdatatypes.hh
Go to the documentation of this file.
1#ifndef __daqdatatypes__
2#define __daqdatatypes__
3
4/**
5 * ␌ile
6 * KM3NeT Data Definitions v3.6.1-27-ge2759ac
7 * https://git.km3net.de/common/km3net-dataformat
8 */
9
10/**
11 * daqdatatypes
12 */
13static const int DAQSUPERFRAME = 101; //!< Super frame
14static const int DAQSUMMARYFRAME = 201; //!< Summary frame
15static const int DAQTIMESLICE = 1001; //!< Erroneous timeslice
16static const int DAQTIMESLICEL0 = 1002; //!< L0 timeslice
17static const int DAQTIMESLICEL1 = 1003; //!< L1 timeslice
18static const int DAQTIMESLICEL2 = 1004; //!< L2 timeslice
19static const int DAQTIMESLICESN = 1005; //!< Supernova timeslice
20static const int DAQSUMMARYSLICE = 2001; //!< Summaryslice
21static const int DAQEVENT = 10001; //!< DAQ event
22#endif
static const int DAQTIMESLICEL1
L1 timeslice.
static const int DAQTIMESLICEL0
L0 timeslice.
static const int DAQSUPERFRAME
ile KM3NeT Data Definitions v3.6.1-27-ge2759ac https://git.km3net.de/common/km3net-dataformat
static const int DAQTIMESLICE
Erroneous timeslice.
static const int DAQTIMESLICESN
Supernova timeslice.
static const int DAQEVENT
DAQ event.
static const int DAQSUMMARYFRAME
Summary frame.
static const int DAQSUMMARYSLICE
Summaryslice.
static const int DAQTIMESLICEL2
L2 timeslice.