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