Jpp  18.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
w2list_gseagen.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 """
3 KM3NeT Data Definitions v3.2.0-6-ge33aafe
4 https://git.km3net.de/common/km3net-dataformat
5 """
6 
7 # w2list_gseagen
8 data = dict(
9  W2LIST_GSEAGEN_PS=0,
10  W2LIST_GSEAGEN_EG=1,
11  W2LIST_GSEAGEN_XSEC_MEAN=2,
12  W2LIST_GSEAGEN_COLUMN_DEPTH=3,
13  W2LIST_GSEAGEN_P_EARTH=4,
14  W2LIST_GSEAGEN_WATER_INT_LEN=5,
15  W2LIST_GSEAGEN_P_SCALE=6,
16  W2LIST_GSEAGEN_BX=7,
17  W2LIST_GSEAGEN_BY=8,
18  W2LIST_GSEAGEN_ICHAN=9,
19  W2LIST_GSEAGEN_CC=10,
20  W2LIST_GSEAGEN_DISTAMAX=11,
21  W2LIST_GSEAGEN_WATERXSEC=12,
22  W2LIST_GSEAGEN_XSEC=13,
23  W2LIST_GSEAGEN_DXSEC=14,
24  W2LIST_GSEAGEN_TARGETA=15,
25  W2LIST_GSEAGEN_TARGETZ=16,
26  W2LIST_GSEAGEN_VERINCAN=17,
27  W2LIST_GSEAGEN_LEPINCAN=18,
28  W2LIST_GSEAGEN_N_RETRIES=19,
29  W2LIST_GSEAGEN_CUSTOM_YAW=20,
30  W2LIST_GSEAGEN_CUSTOM_PITCH=21,
31  W2LIST_GSEAGEN_CUSTOM_ROLL=22,
32 )