Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <MCGIDI.h>
Public Attributes | |
MCGIDI_POP * | next |
MCGIDI_POP * | parent |
char * | name |
int | globalPoPsIndex |
int | Z |
int | A |
int | level |
int | m |
double | mass_MeV |
double | level_MeV |
int | numberOfGammaBranchs |
MCGIDI_GammaBranching * | gammas |
int MCGIDI_POP_s::A |
Definition at line 234 of file MCGIDI.h.
Referenced by G4GIDI_target::getFinalState(), MCGIDI_KalbachMann_parseFromTOM(), MCGIDI_outputChannel_parseFromTOM(), and MCGIDI_POP_new().
MCGIDI_GammaBranching* MCGIDI_POP_s::gammas |
Definition at line 238 of file MCGIDI.h.
Referenced by MCGIDI_POP_new(), and MCGIDI_POP_release().
int MCGIDI_POP_s::globalPoPsIndex |
Definition at line 233 of file MCGIDI.h.
Referenced by MCGIDI_POPs_addParticleIfNeeded(), and MCGIDI_target_heated_recast().
int MCGIDI_POP_s::level |
Definition at line 234 of file MCGIDI.h.
Referenced by MCGIDI_POP_new().
double MCGIDI_POP_s::level_MeV |
Definition at line 236 of file MCGIDI.h.
Referenced by MCGIDI_POP_new().
int MCGIDI_POP_s::m |
Definition at line 234 of file MCGIDI.h.
Referenced by G4GIDI_target::getFinalState(), and MCGIDI_POP_new().
double MCGIDI_POP_s::mass_MeV |
Definition at line 235 of file MCGIDI.h.
Referenced by MCGIDI_outputChannel_sampleProductsAtE(), MCGIDI_particle_getInternalID(), MCGIDI_POP_getMass_MeV(), MCGIDI_POP_new(), MCGIDI_POPs_writeSortedList(), and MCGIDI_target_sampleNullReactionProductsAtE().
char* MCGIDI_POP_s::name |
Definition at line 232 of file MCGIDI.h.
Referenced by MCGIDI_distribution_parseFromTOM(), MCGIDI_outputChannel_sampleProductsAtE(), MCGIDI_POP_new(), MCGIDI_POP_release(), MCGIDI_POPs_findParticleIndex(), MCGIDI_POPs_writeSortedList(), MCGIDI_product_parseFromTOM(), MCGIDI_target_heated_getReactionAtIndex_smr(), and MCGIDI_target_heated_recast().
MCGIDI_POP* MCGIDI_POP_s::next |
Definition at line 230 of file MCGIDI.h.
Referenced by MCGIDI_POP_new(), MCGIDI_POPs_addParticleIfNeeded(), and MCGIDI_POPs_release().
int MCGIDI_POP_s::numberOfGammaBranchs |
Definition at line 237 of file MCGIDI.h.
Referenced by MCGIDI_POP_new(), and MCGIDI_POP_release().
MCGIDI_POP* MCGIDI_POP_s::parent |
Definition at line 231 of file MCGIDI.h.
Referenced by MCGIDI_POP_new().
int MCGIDI_POP_s::Z |
Definition at line 234 of file MCGIDI.h.
Referenced by G4GIDI_target::getFinalState(), MCGIDI_KalbachMann_parseFromTOM(), MCGIDI_outputChannel_parseFromTOM(), and MCGIDI_POP_new().