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