Jpp  17.0.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
trigger.hh
Go to the documentation of this file.
1 #ifndef __trigger__
2 #define __trigger__
3 
4 /**
5  * KM3NeT Data Definitions v2.2.0-8-gd3297a8
6  * https://git.km3net.de/common/km3net-dataformat
7  */
8 
9 /**
10  * trigger
11  */
12 static const int JTRIGGER3DSHOWER = 1; //!< Shower trigger
13 static const int JTRIGGERMXSHOWER = 2; //!< Shower trigger L0/L1
14 static const int JTRIGGER3DMUON = 4; //!< Muon trigger
15 static const int JTRIGGERNB = 5; //!< Nano-beacon trigger
16 static const int FACTORY_LIMIT = 31; //!< Bit indicating max nhits reached in trigger
17 #endif
static const int JTRIGGER3DSHOWER
KM3NeT Data Definitions v2.2.0-8-gd3297a8 https://git.km3net.de/common/km3net-dataformat.
Definition: trigger.hh:12
static const int FACTORY_LIMIT
Bit indicating max nhits reached in trigger.
Definition: trigger.hh:16
static const int JTRIGGERMXSHOWER
Shower trigger L0/L1.
Definition: trigger.hh:13
static const int JTRIGGER3DMUON
Muon trigger.
Definition: trigger.hh:14
static const int JTRIGGERNB
Nano-beacon trigger.
Definition: trigger.hh:15