18 #ifndef PARTICLEPROPERTIES_H
19 #define PARTICLEPROPERTIES_H
21 #include <boost/bimap.hpp>
static ParticleType getParticleType(const std::string &str)
static const std::map< ParticleType, double > particleMass_m
static const std::map< ParticleType, double > particleCharge_m
static double getParticleCharge(const ParticleType &type)
static double getParticleChargeInCoulomb(const ParticleType &type)
static double getParticleMass(const ParticleType &type)
static const boost::bimap< ParticleType, std::string > bmParticleType_s
static std::string getParticleTypeString(const ParticleType &type)