Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <PoPs.h>
Public Attributes | |
int | index |
int | properIndex |
int | aliasIndex |
enum PoPs_genre | genre |
char const * | name |
int | Z |
int | A |
int | l |
double | mass |
char const * | massUnit |
int PoP_s::A |
Definition at line 49 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_initialize(), PoP_setZ_A_l(), PoPs_getZ_A_l_atIndex(), PoPs_particleLoadInfo(), PoPs_particleReadDatabase(), and PoPs_write().
int PoP_s::aliasIndex |
Definition at line 46 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_initialize(), PoP_makeAlias(), PoPs_addParticleIfNeeded(), and PoPs_write().
enum PoPs_genre PoP_s::genre |
Definition at line 47 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_initialize(), PoP_makeAlias(), PoP_makeParticle(), PoPs_addParticleIfNeeded(), PoPs_getAtomsIndex_atIndex(), PoPs_getGenre(), PoPs_getGenre_atIndex(), PoPs_hasNucleus_atIndex(), PoPs_particleLoadInfo(), PoPs_particleReadDatabase(), and PoPs_write().
int PoP_s::index |
Definition at line 46 of file PoPs.h.
Referenced by lPoPs_addParticleIfNeeded(), PoP_copyParticle(), PoP_getIndex(), PoP_initialize(), PoPs_addAliasIfNeeded(), PoPs_addParticleIfNeeded(), PoPs_particleIndex(), and PoPs_write().
int PoP_s::l |
Definition at line 49 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_setZ_A_l(), PoPs_particleLoadInfo(), and PoPs_write().
double PoP_s::mass |
Definition at line 50 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_getMassInUnitOf(), PoP_initialize(), PoP_makeParticle(), PoPs_particleLoadInfo(), and PoPs_write().
char const* PoP_s::massUnit |
Definition at line 51 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_getMassInUnitOf(), PoP_initialize(), PoP_makeParticle(), PoPs_particleLoadInfo(), and PoPs_write().
char const* PoP_s::name |
Definition at line 48 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_getName(), PoP_initialize(), PoP_makeAlias(), PoP_makeParticle(), PoP_release(), PoPs_addParticleIfNeeded(), PoPs_copyAddParticleIfNeeded(), PoPs_getAtomsIndex_atIndex(), PoPs_getAtomsName_atIndex(), PoPs_getName_atIndex(), PoPs_hasNucleus_atIndex(), PoPs_particleLoadInfo(), and PoPs_write().
int PoP_s::properIndex |
Definition at line 46 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_initialize(), PoP_makeAlias(), and PoPs_addParticleIfNeeded().
int PoP_s::Z |
Definition at line 49 of file PoPs.h.
Referenced by PoP_copyParticle(), PoP_initialize(), PoP_setZ_A_l(), PoPs_getZ_A_l_atIndex(), PoPs_particleLoadInfo(), PoPs_particleReadDatabase(), and PoPs_write().