Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
applications.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2"""
3KM3NeT Data Definitions v3.6.0
4https://git.km3net.de/common/km3net-dataformat
5"""
6
7# applications
8data = dict(
9 APPLICATION_GENHEN= "GENHEN" ,
10 APPLICATION_GSEAGEN= "gSeaGen" ,
11 APPLICATION_MUPAGE= "MUPAGE" ,
12 APPLICATION_CORSIKA= "CORSIKA" ,
13 APPLICATION_KM3BUU= "KM3BUU" ,
14 APPLICATION_KM3= "km3" ,
15 APPLICATION_KM3SIM= "KM3Sim" ,
16 APPLICATION_JSIRENE= "JSirene" ,
17)