Jpp 20.0.0-rc.7
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 * ␌ile
6 * KM3NeT Data Definitions v3.6.1-27-ge2759ac
7 * https://git.km3net.de/common/km3net-dataformat
8 */
9
10/**
11 * trigger
12 */
13static const int JTRIGGER3DSHOWER = 1; //!< Shower trigger
14static const int JTRIGGERMXSHOWER = 2; //!< Shower trigger L0/L1
15static const int JTRIGGER3DMUON = 4; //!< Muon trigger
16static const int JTRIGGERNB = 5; //!< Nano-beacon trigger
17static const int FACTORY_LIMIT = 31; //!< Bit indicating max nhits reached in trigger
18#endif
static const int FACTORY_LIMIT
Bit indicating max nhits reached in trigger.
Definition trigger.hh:17
static const int JTRIGGER3DSHOWER
ile KM3NeT Data Definitions v3.6.1-27-ge2759ac https://git.km3net.de/common/km3net-dataformat
Definition trigger.hh:13
static const int JTRIGGER3DMUON
Muon trigger.
Definition trigger.hh:15
static const int JTRIGGERNB
Nano-beacon trigger.
Definition trigger.hh:16
static const int JTRIGGERMXSHOWER
Shower trigger L0/L1.
Definition trigger.hh:14