Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
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.5.1-1-gd514d72
6 * https://git.km3net.de/common/km3net-dataformat
7 */
8
9/**
10 * w2list_genhen
11 */
12static const int W2LIST_GENHEN_GLOBAL_GEN_WEIGHT = 0; //!< Constant factor in the weight (global generation weight)
13static const int W2LIST_GENHEN_EG = 1; //!< E gamma
14static const int W2LIST_GENHEN_SIG = 2; //!< Cross section of the neutrion interaction
15static const int W2LIST_GENHEN_COLUMN_DEPTH = 3; //!< Line integrated column density through the Earth for the neutrino direction
16static const int W2LIST_GENHEN_P_EARTH = 4; //!< Transmission probability in the Earth
17static const int W2LIST_GENHEN_REFF = 5; //!< Effective muon range
18static const int W2LIST_GENHEN_BX = 7; //!< Bjorken x
19static const int W2LIST_GENHEN_BY = 8; //!< Bjorken y
20static const int W2LIST_GENHEN_ICHAN = 9; //!< Interaction channel
21static 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.5.1-1-gd514d72 https://git.km3net.de/common/km3net-dataformat.