18#ifndef PARTICLEPROPERTIES_H
19#define PARTICLEPROPERTIES_H
60 static const std::array<std::pair<ParticleType, std::string_view>, 15>
particleTypeMap;
static ParticleType getParticleType(std::string_view str) noexcept
static double getParticleMass(const ParticleType &type)
static const std::map< ParticleType, double > particleCharge_m
static std::string getParticleTypeString(const ParticleType &type) noexcept
static double getParticleCharge(const ParticleType &type)
static const std::array< std::pair< ParticleType, std::string_view >, 15 > particleTypeMap
static const std::map< ParticleType, double > particleMass_m
static double getParticleChargeInCoulomb(const ParticleType &type)