Jpp  18.3.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
trkmembers.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 # KM3NeT Data Definitions v3.2.0-6-ge33aafe
3 # https://git.km3net.de/common/km3net-dataformat
4 
5 export TRK_MOTHER_UNDEFINED=-1
6 export TRK_MOTHER_NONE=-2
7 export TRK_ST_UNDEFINED=0
8 export TRK_ST_FINALSTATE=1
9 export TRK_ST_PRIMARYNEUTRINO=100
10 export TRK_ST_PRIMARYCOSMIC=200
11 export TRK_ST_MUONBUNDLE=300
12 export TRK_ST_ININUCLEI=5
13 export TRK_ST_INTERSTATE=2
14 export TRK_ST_DECSTATE=3
15 export TRK_ST_NUCTGT=11
16 export TRK_ST_PREHAD=12
17 export TRK_ST_PRERES=13
18 export TRK_ST_HADNUC=14
19 export TRK_ST_NUCLREM=15
20 export TRK_ST_NUCLCLT=16
21 export TRK_ST_FAKECORSIKA=21
29 export TRK_ST_PROPLEPTON=1001
30 export TRK_ST_PROPDECLEPTON=2001
31 export PDG_MUONBUNDLE=81
static const int TRK_ST_NUCLCLT
For composite nucleons before phase space decay (gseagen)
Definition: trkmembers.hh:27
static const int TRK_ST_FAKECORSIKA_DEC_MU_START
fake particle from CORSIKA: decaying mu at start (gseagen)
Definition: trkmembers.hh:29
static const int TRK_ST_FAKECORSIKA_CHERENKOV_GAMMA
fake particle from CORSIKA: Cherenkov photons on particle output file (gseagen)
Definition: trkmembers.hh:35
static const int TRK_ST_HADNUC
Hadrons inside the nucleus before FSI (gseagen)
Definition: trkmembers.hh:25
static const int TRK_MOTHER_NONE
mother id of a particle if it has no parent
Definition: trkmembers.hh:13
static const int TRK_ST_PRERES
resonant pre-decayed state (gseagen)
Definition: trkmembers.hh:24
static const int TRK_ST_PROPDECLEPTON
lepton propagated and decayed before got to the can (gseagen)
Definition: trkmembers.hh:37
static const int TRK_ST_NUCTGT
Nucleon target (gseagen)
Definition: trkmembers.hh:22
static const int TRK_ST_FAKECORSIKA_DEC_MU_END
fake particle from CORSIKA: decaying mu at end (gseagen)
Definition: trkmembers.hh:30
static const int TRK_ST_FAKECORSIKA_ETA_2GAMMA
fake particle from CORSIKA: eta -> 2 gamma (gseagen)
Definition: trkmembers.hh:31
static const int TRK_ST_DECSTATE
Short-lived particles that are forced to decay.
Definition: trkmembers.hh:21
static const int TRK_ST_PREHAD
DIS pre-fragmentation hadronic state (gseagen)
Definition: trkmembers.hh:23
static const int PDG_MUONBUNDLE
muon bundle reached the can level (mupage)
Definition: trkmembers.hh:38
static const int TRK_ST_FAKECORSIKA
fake particle from corant/CORSIKA to add parent information (gseagen)
Definition: trkmembers.hh:28
static const int TRK_ST_FAKECORSIKA_ETA_PIP_PIM_PI0
fake particle from CORSIKA: eta -> pi+ pi- pi0 (gseagen)
Definition: trkmembers.hh:33
static const int TRK_ST_PRIMARYNEUTRINO
initial state neutrino ('neutrino' tag in evt files from gseagen and genhen).
Definition: trkmembers.hh:16
static const int TRK_ST_MUONBUNDLE
initial state muon bundle (mupage)
Definition: trkmembers.hh:18
static const int TRK_ST_ININUCLEI
Initial state nuclei (gseagen)
Definition: trkmembers.hh:19
static const int TRK_ST_PRIMARYCOSMIC
initial state cosmic ray ('track_primary' tag in evt files from corant).
Definition: trkmembers.hh:17
static const int TRK_ST_INTERSTATE
Intermediate state particles produced in hadronic showers (gseagen)
Definition: trkmembers.hh:20
static const int TRK_ST_UNDEFINED
status was not defined for this MC track (all reco tracks have this value)
Definition: trkmembers.hh:14
static const int TRK_ST_FAKECORSIKA_ETA_2PI_GAMMA
fake particle from CORSIKA: eta -> pi+ pi- gamma (gseagen)
Definition: trkmembers.hh:34
static const int TRK_MOTHER_UNDEFINED
KM3NeT Data Definitions v3.2.0-6-ge33aafe https://git.km3net.de/common/km3net-dataformat.
Definition: trkmembers.hh:12
static const int TRK_ST_NUCLREM
Low energy nuclear fragments (gseagen)
Definition: trkmembers.hh:26
static const int TRK_ST_FINALSTATE
for MC: the particle must be processed by detector simulation ('track_in' tag in evt files)...
Definition: trkmembers.hh:15
static const int TRK_ST_PROPLEPTON
lepton propagated that reaches the can (gseagen)
Definition: trkmembers.hh:36
static const int TRK_ST_FAKECORSIKA_ETA_3PI0
fake particle from CORSIKA: eta -> 3 pi0 (gseagen)
Definition: trkmembers.hh:32