![]() |
Thermal-FIST 1.6
Package for hadron resonance gas model applications
|
An auxiliary struct containing the list of decay types. More...
#include <ParticleDecay.h>
Public Types | |
| enum | DecayType { Stable = 0 , Default = 1 , Weak = 2 , Electromagnetic = 3 , Strong = 4 } |
| Type of particle's decay. More... | |
Static Public Attributes | |
| static const int | NumberOfDecayTypes = 5 |
An auxiliary struct containing the list of decay types.
Definition at line 53 of file ParticleDecay.h.
Type of particle's decay.
Stable – does not decay. Default – not used. Weak – weakly decaying. Electromagnetic – electromagnetically decaying. Strong – strongly decaying.
| Enumerator | |
|---|---|
| Stable | Does not decay. |
| Default | Not used. |
| Weak | Weakly decaying. |
| Electromagnetic | Electromagnetically decaying. |
| Strong | Strongly decaying. |
Definition at line 64 of file ParticleDecay.h.
|
static |
Definition at line 71 of file ParticleDecay.h.