Jpp  test_elongated_shower_pde
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
weightlist.hh
Go to the documentation of this file.
1 #ifndef __weightlist__
2 #define __weightlist__
3 
4 /**
5  * KM3NeT Data Definitions v2.2.0
6  * https://git.km3net.de/common/km3net-dataformat
7  */
8 
9 /**
10  * weightlist
11  */
12 static const int WEIGHTLIST_GENERATION_AREA = 0; //!< Generation area (c.f. taglist document) [m2]
13 static const int WEIGHTLIST_GENERATION_VOLUME = 0; //!< Generation volume (c.f. taglist document) [m3]
14 static const int WEIGHTLIST_DIFFERENTIAL_EVENT_RATE = 1; //!< Event rate per unit of flux (c.f. taglist document) [GeV m2 sr]
15 static const int WEIGHTLIST_EVENT_RATE = 2; //!< Event rate [s-1]
16 static const int WEIGHTLIST_RESCALED_EVENT_RATE1 = 3; //!< Rescaled event rate [s-1]
17 static const int WEIGHTLIST_RESCALED_EVENT_RATE2 = 4; //!< Rescaled event rate [s-1]
18 static const int WEIGHTLIST_RUN_BY_RUN_WEIGHT = 5; //!< w[1]*DAQ_livetime / MC_evts_summary::n_gen (gseagen; [GeV m2 sr s]) or DAQ_livetime/MC_evts_summary::livetime_sim (mupage; [-])
19 #endif
static const int WEIGHTLIST_RESCALED_EVENT_RATE2
Rescaled event rate [s-1].
Definition: weightlist.hh:17
static const int WEIGHTLIST_EVENT_RATE
Event rate [s-1].
Definition: weightlist.hh:15
static const int WEIGHTLIST_RUN_BY_RUN_WEIGHT
w[1]*DAQ_livetime / MC_evts_summary::n_gen (gseagen; [GeV m2 sr s]) or DAQ_livetime/MC_evts_summary::...
Definition: weightlist.hh:18
static const int WEIGHTLIST_GENERATION_AREA
KM3NeT Data Definitions v2.2.0 https://git.km3net.de/common/km3net-dataformat.
Definition: weightlist.hh:12
static const int WEIGHTLIST_RESCALED_EVENT_RATE1
Rescaled event rate [s-1].
Definition: weightlist.hh:16
static const int WEIGHTLIST_DIFFERENTIAL_EVENT_RATE
Event rate per unit of flux (c.f. taglist document) [GeV m2 sr].
Definition: weightlist.hh:14
static const int WEIGHTLIST_GENERATION_VOLUME
Generation volume (c.f. taglist document) [m3].
Definition: weightlist.hh:13