Jpp
trigger.hh
Go to the documentation of this file.
1 #ifndef __trigger__
2 #define __trigger__
3 
4 /**
5  * KM3NeT Data Definitions v1.0.1-4-gf2937b0
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 #endif
JTRIGGERNB
static const int JTRIGGERNB
Nano-beacon trigger.
Definition: trigger.hh:15
JTRIGGER3DMUON
static const int JTRIGGER3DMUON
Muon trigger.
Definition: trigger.hh:14
JTRIGGERMXSHOWER
static const int JTRIGGERMXSHOWER
Shower trigger L0/L1.
Definition: trigger.hh:13
JTRIGGER3DSHOWER
static const int JTRIGGER3DSHOWER
KM3NeT Data Definitions v1.0.1-4-gf2937b0 https://git.km3net.de/common/km3net-dataformat.
Definition: trigger.hh:12