EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ParticleDataTable.hpp File Reference
#include <cstdint>
+ Include dependency graph for ParticleDataTable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static constexpr uint32_t kParticlesCount = 536u
 
static const int32_t kParticlesPdgNumber [kParticlesCount]
 
static const int8_t kParticlesThreeCharge [kParticlesCount]
 
static const float kParticlesMassMeV [kParticlesCount]
 
static const char *const kParticlesName [kParticlesCount]
 

Variable Documentation

constexpr uint32_t kParticlesCount = 536u
static

Definition at line 22 of file ParticleDataTable.hpp.

View newest version in sPHENIX GitHub at line 22 of file ParticleDataTable.hpp

Referenced by findByPdg().

const float kParticlesMassMeV[kParticlesCount]
static

Definition at line 133 of file ParticleDataTable.hpp.

View newest version in sPHENIX GitHub at line 133 of file ParticleDataTable.hpp

Referenced by ActsFatras::findMass().

const char* const kParticlesName[kParticlesCount]
static

Definition at line 243 of file ParticleDataTable.hpp.

View newest version in sPHENIX GitHub at line 243 of file ParticleDataTable.hpp

Referenced by ActsFatras::findName().

const int32_t kParticlesPdgNumber[kParticlesCount]
static

Definition at line 23 of file ParticleDataTable.hpp.

View newest version in sPHENIX GitHub at line 23 of file ParticleDataTable.hpp

Referenced by findByPdg().

const int8_t kParticlesThreeCharge[kParticlesCount]
static

Definition at line 102 of file ParticleDataTable.hpp.

View newest version in sPHENIX GitHub at line 102 of file ParticleDataTable.hpp

Referenced by ActsFatras::findCharge().