Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
w2list_km3buu.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2"""
3KM3NeT Data Definitions v3.6.0
4https://git.km3net.de/common/km3net-dataformat
5"""
6
7# w2list_km3buu
8data = dict(
9 W2LIST_KM3BUU_PS=0,
10 W2LIST_KM3BUU_EG=1,
11 W2LIST_KM3BUU_XSEC_MEAN=2,
12 W2LIST_KM3BUU_COLUMN_DEPTH=3,
13 W2LIST_KM3BUU_P_EARTH=4,
14 W2LIST_KM3BUU_WATER_INT_LEN=5,
15 W2LIST_KM3BUU_BX=7,
16 W2LIST_KM3BUU_BY=8,
17 W2LIST_KM3BUU_ICHAN=9,
18 W2LIST_KM3BUU_CC=10,
19 W2LIST_KM3BUU_XSEC=13,
20 W2LIST_KM3BUU_DXSEC=14,
21 W2LIST_KM3BUU_TARGETA=15,
22 W2LIST_KM3BUU_TARGETZ=16,
23 W2LIST_KM3BUU_VERINCAN=17,
24 W2LIST_KM3BUU_LEPINCAN=18,
25 W2LIST_KM3BUU_GIBUU_WEIGHT=23,
26 W2LIST_KM3BUU_GIBUU_SCAT_TYPE=24,
27 W2LIST_KM3BUU_LEPPROP_SAMPLES=25,
28)