Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
trigger.hh
Go to the documentation of this file.
1#ifndef __trigger__
2#define __trigger__
3
4/**
5 * KM3NeT Data Definitions v3.5.1-1-gd514d72
6 * https://git.km3net.de/common/km3net-dataformat
7 */
8
9/**
10 * trigger
11 */
12static const int JTRIGGER3DSHOWER = 1; //!< Shower trigger
13static const int JTRIGGERMXSHOWER = 2; //!< Shower trigger L0/L1
14static const int JTRIGGER3DMUON = 4; //!< Muon trigger
15static const int JTRIGGERNB = 5; //!< Nano-beacon trigger
16static const int FACTORY_LIMIT = 31; //!< Bit indicating max nhits reached in trigger
17#endif
static const int FACTORY_LIMIT
Bit indicating max nhits reached in trigger.
Definition trigger.hh:16
static const int JTRIGGER3DSHOWER
KM3NeT Data Definitions v3.5.1-1-gd514d72 https://git.km3net.de/common/km3net-dataformat.
Definition trigger.hh:12
static const int JTRIGGER3DMUON
Muon trigger.
Definition trigger.hh:14
static const int JTRIGGERNB
Nano-beacon trigger.
Definition trigger.hh:15
static const int JTRIGGERMXSHOWER
Shower trigger L0/L1.
Definition trigger.hh:13