Analysis Software
Documentation for sPHENIX simulation 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 constexpr int32_t kParticlesPdgNumber [kParticlesCount]
 
static constexpr int8_t kParticlesThreeCharge [kParticlesCount]
 
static constexpr float kParticlesMassMeV [kParticlesCount]
 
static constexpr const char * 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

constexpr float kParticlesMassMeV[kParticlesCount]
static

Definition at line 136 of file ParticleDataTable.hpp.

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

Referenced by Acts::findMass(), and Acts::findParticleData().

constexpr const char* kParticlesName[kParticlesCount]
static

Definition at line 247 of file ParticleDataTable.hpp.

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

Referenced by Acts::findName(), and Acts::findParticleData().

constexpr int32_t kParticlesPdgNumber[kParticlesCount]
static

Definition at line 24 of file ParticleDataTable.hpp.

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

constexpr int8_t kParticlesThreeCharge[kParticlesCount]
static

Definition at line 104 of file ParticleDataTable.hpp.

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

Referenced by Acts::findCharge(), and Acts::findParticleData().