Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Classes | |
struct | unitsDB_s |
struct | PoPs_s |
Typedefs | |
typedef struct unitsDB_s | unitsDB |
typedef struct PoPs_s | PoPs |
Functions | |
int | PoPs_releasePrivate (statusMessageReporting *smr) |
char const * | unitsDB_addUnitIfNeeded (statusMessageReporting *smr, char const *unit) |
int | unitsDB_index (statusMessageReporting *smr, char const *unit) |
char const * | unitsDB_stringFromIndex (statusMessageReporting *smr, int index) |
Definition at line 15 of file PoPs_private.h.
Definition at line 14 of file PoPs_private.h.
int PoPs_releasePrivate | ( | statusMessageReporting * | smr | ) |
Definition at line 98 of file PoPs.cc.
Referenced by PoPs_release().
char const * unitsDB_addUnitIfNeeded | ( | statusMessageReporting * | smr, |
char const * | unit ) |
Definition at line 700 of file PoPs.cc.
Referenced by PoP_makeParticle(), and PoPs_particleLoadInfo().
int unitsDB_index | ( | statusMessageReporting * | smr, |
char const * | unit ) |
char const * unitsDB_stringFromIndex | ( | statusMessageReporting * | smr, |
int | index ) |
Definition at line 737 of file PoPs.cc.