Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <statusMessageReporting.h>
Go to the source code of this file.
Classes | |
struct | PoP_s |
Macros | |
#define | POPS_VERSION_MAJOR 1 |
#define | POPS_VERSION_MINOR 0 |
#define | POPS_VERSION_PATCHLEVEL 5 |
#define | PoPs_packageSymbol "PoPs (properties of particles)" |
#define | PoPs_packageName PoPs_packageSymbol " (properties of particles)" |
Typedefs | |
typedef struct PoP_s | PoP |
Variables | |
int | PoPs_smr_ID |
#define PoPs_packageName PoPs_packageSymbol " (properties of particles)" |
#define POPS_VERSION_MAJOR 1 |
Definition at line 27 of file PoPs.h.
Referenced by PoPs_version(), and PoPs_versionMajor().
#define POPS_VERSION_MINOR 0 |
Definition at line 28 of file PoPs.h.
Referenced by PoPs_version(), and PoPs_versionMinor().
#define POPS_VERSION_PATCHLEVEL 5 |
Definition at line 29 of file PoPs.h.
Referenced by PoPs_version(), and PoPs_versionPatchLevel().
enum PoPs_errorTokens |
Enumerator | |
---|---|
PoPs_errorToken_Okay | |
PoPs_errorToken_badName | |
PoPs_errorToken_badIndex | |
PoPs_errorToken_badUnitConversion |
enum PoPs_genre |
Enumerator | |
---|---|
PoPs_genre_invalid | |
PoPs_genre_unknown | |
PoPs_genre_alias | |
PoPs_genre_photon | |
PoPs_genre_lepton | |
PoPs_genre_quark | |
PoPs_genre_meson | |
PoPs_genre_baryon | |
PoPs_genre_nucleus | |
PoPs_genre_atom |
int lPoPs_addParticleIfNeeded | ( | statusMessageReporting * | smr, |
char const * | name, | ||
char const * | special ) |
Definition at line 36 of file lPoPs.cc.
Referenced by MCGIDI_map_findAllOfTarget(), MCGIDI_map_findTarget(), MCGIDI_map_initialize(), MCGIDI_POPs_addParticleIfNeeded(), and PoPs_particleReadDatabase().
int PoP_copyParticle | ( | statusMessageReporting * | smr, |
PoP * | desc, | ||
PoP * | src ) |
Definition at line 567 of file PoPs.cc.
Referenced by PoPs_copyAddParticleIfNeeded().
Definition at line 558 of file PoPs.cc.
Referenced by lPoPs_addParticleIfNeeded(), PoP_makeAlias(), PoP_makeParticle(), PoP_new(), PoPs_addAliasIfNeeded(), PoPs_copyAddParticleIfNeeded(), PoPs_particleCreateLoadInfo(), PoPs_particleReadDatabase(), and PoPs_releasePrivate().
int PoP_getIndex | ( | PoP * | pop | ) |
double PoP_getMassInUnitOf | ( | statusMessageReporting * | smr, |
PoP * | pop, | ||
char const * | unit ) |
Definition at line 626 of file PoPs.cc.
Referenced by PoPs_getMassInUnitOf_atIndex().
char const * PoP_getName | ( | PoP * | pop | ) |
int PoP_initialize | ( | statusMessageReporting * | smr, |
PoP * | pop ) |
Definition at line 533 of file PoPs.cc.
Referenced by PoP_new(), and PoP_release().
PoP * PoP_makeAlias | ( | statusMessageReporting * | smr, |
char const * | name, | ||
char const * | alias ) |
Definition at line 647 of file PoPs.cc.
Referenced by lPoPs_addParticleIfNeeded(), and PoPs_addAliasIfNeeded().
PoP * PoP_makeParticle | ( | statusMessageReporting * | smr, |
enum PoPs_genre | genre, | ||
char const * | name, | ||
double | mass, | ||
char const * | massUnit ) |
Definition at line 585 of file PoPs.cc.
PoP * PoP_new | ( | statusMessageReporting * | smr | ) |
Definition at line 522 of file PoPs.cc.
Referenced by PoP_makeAlias(), PoP_makeParticle(), and PoPs_particleCreateLoadInfo().
int PoP_release | ( | PoP * | pop | ) |
int PoP_setZ_A_l | ( | statusMessageReporting * | smr, |
PoP * | pop, | ||
int | Z, | ||
int | A, | ||
int | l ) |
PoP * PoPs_addAliasIfNeeded | ( | statusMessageReporting * | smr, |
char const * | name, | ||
char const * | alias ) |
Definition at line 179 of file PoPs.cc.
Referenced by MCGIDI_map_initialize().
PoP * PoPs_addParticleIfNeeded | ( | statusMessageReporting * | smr, |
PoP * | pop ) |
Definition at line 113 of file PoPs.cc.
Referenced by lPoPs_addParticleIfNeeded(), PoPs_addAliasIfNeeded(), PoPs_copyAddParticleIfNeeded(), and PoPs_particleReadDatabase().
PoP * PoPs_copyAddParticleIfNeeded | ( | statusMessageReporting * | smr, |
PoP * | pop ) |
Definition at line 153 of file PoPs.cc.
char const * PoPs_genreTokenToString | ( | enum PoPs_genre | genre | ) |
Definition at line 446 of file PoPs.cc.
Referenced by PoPs_write().
int PoPs_getAtomsIndex | ( | statusMessageReporting * | smr, |
char const * | name ) |
Definition at line 397 of file PoPs.cc.
int PoPs_getAtomsIndex_atIndex | ( | statusMessageReporting * | smr, |
int | index ) |
Definition at line 407 of file PoPs.cc.
Referenced by PoPs_getAtomsIndex(), and PoPs_getAtomsName_atIndex().
char const * PoPs_getAtomsName | ( | statusMessageReporting * | smr, |
char const * | name ) |
Definition at line 377 of file PoPs.cc.
char const * PoPs_getAtomsName_atIndex | ( | statusMessageReporting * | smr, |
int | index ) |
Definition at line 387 of file PoPs.cc.
Referenced by PoPs_getAtomsName().
enum PoPs_genre PoPs_getGenre | ( | statusMessageReporting * | smr, |
char const * | name ) |
enum PoPs_genre PoPs_getGenre_atIndex | ( | statusMessageReporting * | smr, |
int | index ) |
Definition at line 311 of file PoPs.cc.
double PoPs_getMassInUnitOf | ( | statusMessageReporting * | smr, |
char const * | name, | ||
char const * | unit ) |
Definition at line 265 of file PoPs.cc.
double PoPs_getMassInUnitOf_atIndex | ( | statusMessageReporting * | smr, |
int | index, | ||
char const * | unit ) |
Definition at line 286 of file PoPs.cc.
Referenced by PoPs_getMassInUnitOf().
char const * PoPs_getName_atIndex | ( | statusMessageReporting * | smr, |
int | index ) |
Definition at line 275 of file PoPs.cc.
Referenced by MCGIDI_map_findTargetViaPoPIDs().
int PoPs_getZ_A_l | ( | statusMessageReporting * | smr, |
char const * | name, | ||
int * | Z, | ||
int * | A, | ||
int * | l ) |
Definition at line 325 of file PoPs.cc.
int PoPs_getZ_A_l_atIndex | ( | statusMessageReporting * | smr, |
int | index, | ||
int * | Z, | ||
int * | A, | ||
int * | l ) |
Definition at line 335 of file PoPs.cc.
Referenced by PoPs_getZ_A_l().
int PoPs_hasNucleus | ( | statusMessageReporting * | smr, |
char const * | name, | ||
int | protonIsNucleus ) |
Definition at line 349 of file PoPs.cc.
Referenced by PoPs_write().
int PoPs_hasNucleus_atIndex | ( | statusMessageReporting * | smr, |
int | index, | ||
int | protonIsNucleus ) |
Definition at line 359 of file PoPs.cc.
Referenced by PoPs_hasNucleus().
int PoPs_numberOfParticle | ( | void | ) |
PoP * PoPs_particleCreateLoadInfo | ( | statusMessageReporting * | smr, |
const char * | name ) |
Definition at line 61 of file PoPs_data.cc.
Referenced by lPoPs_addParticleIfNeeded(), and PoPs_particleReadDatabase().
int PoPs_particleIndex | ( | char const * | name | ) |
Definition at line 204 of file PoPs.cc.
Referenced by lPoPs_addParticleIfNeeded(), PoP_makeAlias(), PoPs_copyAddParticleIfNeeded(), and PoPs_particleIndex_smr().
int PoPs_particleIndex_smr | ( | statusMessageReporting * | smr, |
char const * | name, | ||
char const * | file, | ||
int | line, | ||
char const * | func ) |
Definition at line 216 of file PoPs.cc.
Referenced by PoPs_getAtomsIndex(), PoPs_getAtomsIndex_atIndex(), PoPs_getAtomsName(), PoPs_getGenre(), PoPs_getMassInUnitOf(), PoPs_getZ_A_l(), and PoPs_hasNucleus().
int PoPs_particleLoadInfo | ( | statusMessageReporting * | smr, |
const char * | name, | ||
PoP * | pop ) |
Definition at line 73 of file PoPs_data.cc.
Referenced by PoPs_particleCreateLoadInfo().
int PoPs_particleReadDatabase | ( | statusMessageReporting * | smr, |
char const * | name ) |
Definition at line 36 of file PoPs_data.cc.
Referenced by PoPs_readDatabase().
void PoPs_print | ( | int | sorted | ) |
int PoPs_readDatabase | ( | statusMessageReporting * | smr, |
char const * | fileName ) |
Definition at line 81 of file PoPs.cc.
int PoPs_register | ( | void | ) |
int PoPs_release | ( | statusMessageReporting * | smr | ) |
Definition at line 88 of file PoPs.cc.
int PoPs_setBDFLS_File | ( | char const * | name | ) |
Definition at line 121 of file PoPs_data.cc.
int PoPs_unitConversionRatio | ( | char const * | _from, |
char const * | _to, | ||
double * | ratio ) |
Definition at line 748 of file PoPs.cc.
Referenced by PoP_getMassInUnitOf().
const char * PoPs_version | ( | void | ) |
Definition at line 59 of file PoPs.cc.
void PoPs_write | ( | FILE * | f, |
int | sorted ) |
Definition at line 462 of file PoPs.cc.
Referenced by PoPs_print().
|
extern |
Definition at line 35 of file PoPs.cc.
Referenced by lPoPs_addParticleIfNeeded(), PoP_getMassInUnitOf(), PoP_makeAlias(), PoPs_getAtomsIndex_atIndex(), PoPs_getGenre_atIndex(), PoPs_getMassInUnitOf_atIndex(), PoPs_getName_atIndex(), PoPs_getZ_A_l_atIndex(), PoPs_hasNucleus_atIndex(), PoPs_particleIndex_smr(), and unitsDB_stringFromIndex().