#ifndef __trigger__ #define __trigger__ /** * KM3NeT Data Definitions v3.0.0-5-gcddadc1 * https://git.km3net.de/common/km3net-dataformat */ /** * trigger */ static const int JTRIGGER3DSHOWER = 1; //!< Shower trigger static const int JTRIGGERMXSHOWER = 2; //!< Shower trigger L0/L1 static const int JTRIGGER3DMUON = 4; //!< Muon trigger static const int JTRIGGERNB = 5; //!< Nano-beacon trigger static const int FACTORY_LIMIT = 31; //!< Bit indicating max nhits reached in trigger #endif