Jpp  18.0.1-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
weightlist.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 """
3 KM3NeT Data Definitions v3.1.0
4 https://git.km3net.de/common/km3net-dataformat
5 """
6 
7 # weightlist
8 data = dict(
9  WEIGHTLIST_GENERATION_AREA=0,
10  WEIGHTLIST_GENERATION_VOLUME=0,
11  WEIGHTLIST_DIFFERENTIAL_EVENT_RATE=1,
12  WEIGHTLIST_EVENT_RATE=2,
13  WEIGHTLIST_NORMALISATION=3,
14  WEIGHTLIST_RESCALED_EVENT_RATE=4,
15  WEIGHTLIST_RUN_BY_RUN_WEIGHT=5,
16 )