Jpp  18.0.0-rc.4
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
trigger.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 """
3 KM3NeT Data Definitions v3.0.0-5-gcddadc1
4 https://git.km3net.de/common/km3net-dataformat
5 """
6 
7 # trigger
8 data = dict(
9  JTRIGGER3DSHOWER=1,
10  JTRIGGERMXSHOWER=2,
11  JTRIGGER3DMUON=4,
12  JTRIGGERNB=5,
13  FACTORY_LIMIT=31,
14 )