Jpp  master_rocky-37-gf0c5bc59d
the software that should make you happy
w2list_genhen.hh
Go to the documentation of this file.
1 #ifndef __w2list_genhen__
2 #define __w2list_genhen__
3 
4 /**
5  * KM3NeT Data Definitions v3.4.0-8-ge14cb17
6  * https://git.km3net.de/common/km3net-dataformat
7  */
8 
9 /**
10  * w2list_genhen
11  */
12 static const int W2LIST_GENHEN_GLOBAL_GEN_WEIGHT = 0; //!< Constant factor in the weight (global generation weight)
13 static const int W2LIST_GENHEN_EG = 1; //!< E gamma
14 static const int W2LIST_GENHEN_SIG = 2; //!< Cross section of the neutrion interaction
15 static const int W2LIST_GENHEN_COLUMN_DEPTH = 3; //!< Line integrated column density through the Earth for the neutrino direction
16 static const int W2LIST_GENHEN_P_EARTH = 4; //!< Transmission probability in the Earth
17 static const int W2LIST_GENHEN_REFF = 5; //!< Effective muon range
18 static const int W2LIST_GENHEN_BX = 7; //!< Bjorken x
19 static const int W2LIST_GENHEN_BY = 8; //!< Bjorken y
20 static const int W2LIST_GENHEN_ICHAN = 9; //!< Interaction channel
21 static const int W2LIST_GENHEN_CC = 10; //!< Charged current interaction flag
22 #endif
static const int W2LIST_GENHEN_REFF
Effective muon range.
static const int W2LIST_GENHEN_CC
Charged current interaction flag.
static const int W2LIST_GENHEN_BX
Bjorken x.
static const int W2LIST_GENHEN_SIG
Cross section of the neutrion interaction.
static const int W2LIST_GENHEN_COLUMN_DEPTH
Line integrated column density through the Earth for the neutrino direction.
static const int W2LIST_GENHEN_BY
Bjorken y.
static const int W2LIST_GENHEN_P_EARTH
Transmission probability in the Earth.
static const int W2LIST_GENHEN_ICHAN
Interaction channel.
static const int W2LIST_GENHEN_EG
E gamma.
static const int W2LIST_GENHEN_GLOBAL_GEN_WEIGHT
KM3NeT Data Definitions v3.4.0-8-ge14cb17 https://git.km3net.de/common/km3net-dataformat.