GGEMS
1.1
GPU GEant4-based Monte Carlo Simulations
|
Class managing the particles in GGEMS. More...
#include <map>
#include "GGEMS/global/GGEMSOpenCLManager.hh"
#include "GGEMS/physics/GGEMSParticleConstants.hh"
Go to the source code of this file.
Classes | |
class | GGEMSParticles |
Class managing the particles in GGEMS. More... | |
Typedefs | |
typedef std::map< GGchar, std::string > | ParticleTypeMap |
typedef std::map< GGchar, std::string > | ParticleStatusMap |
typedef std::map< GGchar, std::string > | ParticleLevelMap |
Class managing the particles in GGEMS.
Definition in file GGEMSParticles.hh.
typedef std::map<GGchar, std::string> ParticleLevelMap |
Map with key: particle index, element: level (primary or secondary)
Definition at line 41 of file GGEMSParticles.hh.
typedef std::map<GGchar, std::string> ParticleStatusMap |
Map with key: particle index, element: status
Definition at line 40 of file GGEMSParticles.hh.
typedef std::map<GGchar, std::string> ParticleTypeMap |
Map with key: particle index, element: name of particle
Definition at line 39 of file GGEMSParticles.hh.