Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
weightlist.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2"""
3KM3NeT Data Definitions v3.5.1-1-gd514d72
4https://git.km3net.de/common/km3net-dataformat
5"""
6
7# weightlist
8data = 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)