Skip to content
Snippets Groups Projects
Commit b3ffd2e5 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add w2lists

parent acd00b90
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,11 @@ from .mc_header import data as mc_header
from .trigger import data as trigger
from .fitparameters import data as fitparameters
from .reconstruction import data as reconstruction
from .w2list_genhen import data as w2list_genhen
from .w2list_gseagen import data as w2list_gseagen
trigger_idx = {v: k for k, v in trigger.items()}
fitparameters_idx = {v: k for k, v in fitparameters.items()}
reconstruction_idx = {v: k for k, v in reconstruction.items()}
w2list_genhen_idx = {v: k for k, v in w2list_genhen.items()}
w2list_gseagen_idx = {v: k for k, v in w2list_gseagen.items()}
# -*- coding: utf-8 -*-
"""
KM3NeT Data Definitions v1.2.1-7-g30d101f
https://git.km3net.de/common/km3net-dataformat
"""
# w2list_genhen
data = {
"W2LIST_GENHEN_GLOBAL_GEN_WEIGHT": 0,
"W2LIST_GENHEN_EG": 1,
"W2LIST_GENHEN_SIG": 2,
"W2LIST_GENHEN_COLUMN_DEPTH": 3,
"W2LIST_GENHEN_P_EARTH": 4,
"W2LIST_GENHEN_REFF": 5,
"W2LIST_GENHEN_BX": 7,
"W2LIST_GENHEN_BY": 8,
"W2LIST_GENHEN_ICHAN": 9,
"W2LIST_GENHEN_CC": 10,
}
# -*- coding: utf-8 -*-
"""
KM3NeT Data Definitions v1.2.1-7-g30d101f
https://git.km3net.de/common/km3net-dataformat
"""
# w2list_gseagen
data = {
"W2LIST_GSEAGEN_PS": 0,
"W2LIST_GSEAGEN_EG": 1,
"W2LIST_GSEAGEN_XSEC_MEAN": 2,
"W2LIST_GSEAGEN_COLUMN_DEPTH": 3,
"W2LIST_GSEAGEN_P_EARTH": 4,
"W2LIST_GSEAGEN_WATER_INT_LEN": 5,
"W2LIST_GSEAGEN_P_SCALE": 6,
"W2LIST_GSEAGEN_BX": 7,
"W2LIST_GSEAGEN_BY": 8,
"W2LIST_GSEAGEN_ICHAN": 9,
"W2LIST_GSEAGEN_CC": 10,
"W2LIST_GSEAGEN_DISTAMAX": 11,
"W2LIST_GSEAGEN_WATERXSEC": 12,
"W2LIST_GSEAGEN_XSEC": 13,
"W2LIST_GSEAGEN_DXSEC": 14,
"W2LIST_GSEAGEN_TARGETA": 15,
"W2LIST_GSEAGEN_TARGETZ": 16,
"W2LIST_GSEAGEN_VERINCAN": 17,
"W2LIST_GSEAGEN_LEPINCAN": 18,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment