Jpp  master_rocky-37-gf0c5bc59d
the software that should make you happy
applications.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 """
3 KM3NeT Data Definitions v3.4.0-8-ge14cb17
4 https://git.km3net.de/common/km3net-dataformat
5 """
6 
7 # applications
8 data = 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 )