Thermal-FIST  1.3
Package for hadron resonance gas model applications
Public Types | Static Public Attributes | List of all members
thermalfist::ParticleDecayType Struct Reference

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
 

Detailed Description

An auxiliary struct containing the list of decay types.

Definition at line 49 of file ParticleDecay.h.

Member Enumeration Documentation

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 60 of file ParticleDecay.h.

Member Data Documentation

const int thermalfist::ParticleDecayType::NumberOfDecayTypes = 5
static

Definition at line 67 of file ParticleDecay.h.


The documentation for this struct was generated from the following file: