Jpp
18.5.0
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
externals
km3net-dataformat
definitions
w2list_genhen.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
"""
3
KM3NeT Data Definitions v3.3.0
4
https://git.km3net.de/common/km3net-dataformat
5
"""
6
7
# w2list_genhen
8
data = dict(
9
W2LIST_GENHEN_GLOBAL_GEN_WEIGHT=0,
10
W2LIST_GENHEN_EG=1,
11
W2LIST_GENHEN_SIG=2,
12
W2LIST_GENHEN_COLUMN_DEPTH=3,
13
W2LIST_GENHEN_P_EARTH=4,
14
W2LIST_GENHEN_REFF=5,
15
W2LIST_GENHEN_BX=7,
16
W2LIST_GENHEN_BY=8,
17
W2LIST_GENHEN_ICHAN=9,
18
W2LIST_GENHEN_CC=10,
19
)
Generated by
1.8.5