Jpp 20.0.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
w2list_km3neut.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2"""
3KM3NeT Data Definitions v3.6.1-2-g905a24d
4https://git.km3net.de/common/km3net-dataformat
5"""
6
7# w2list_km3neut
8data = dict(
9 W2LIST_KM3NEUT_PS=0,
10 W2LIST_KM3NEUT_EG=1,
11 W2LIST_KM3NEUT_XSEC_MEAN=2,
12 W2LIST_KM3NEUT_COLUMN_DEPTH=3,
13 W2LIST_KM3NEUT_P_EARTH=4,
14 W2LIST_KM3NEUT_WATER_INT_LEN=5,
15 W2LIST_KM3NEUT_P_SCALE=6,
16 W2LIST_KM3NEUT_BX=7,
17 W2LIST_KM3NEUT_BY=8,
18 W2LIST_KM3NEUT_ICHAN=9,
19 W2LIST_KM3NEUT_CC=10,
20 W2LIST_KM3NEUT_WATERXSEC=12,
21 W2LIST_KM3NEUT_XSEC=13,
22 W2LIST_KM3NEUT_DXSEC=14,
23 W2LIST_KM3NEUT_TARGETA=15,
24 W2LIST_KM3NEUT_TARGETZ=16,
25 W2LIST_KM3NEUT_VERINCAN=17,
26 W2LIST_KM3NEUT_LEPINCAN=18,
27 W2LIST_KM3NEUT_MODE=19,
28)