Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <tpia_target.h>
Public Attributes | |
tpia_particle * | prior |
tpia_particle * | next |
int | ordinal |
int | Z |
int | A |
int | m |
double | mass |
double | fullMass_MeV |
char * | name |
tpi_spectralID * | spectralID |
Definition at line 124 of file tpia_target.h.
int tpia_particle_s::A |
Definition at line 128 of file tpia_target.h.
Referenced by G4GIDI_target::getFinalState(), and tpia_particle_getInternalID().
double tpia_particle_s::fullMass_MeV |
Definition at line 130 of file tpia_target.h.
Referenced by tpia_decayChannel_sampleProductsAtE(), tpia_kinetics_2BodyReaction(), tpia_particle_getInternalID(), and tpia_product_getDecayChannelFromElement().
int tpia_particle_s::m |
Definition at line 128 of file tpia_target.h.
Referenced by G4GIDI_target::getFinalState(), and tpia_particle_getInternalID().
double tpia_particle_s::mass |
Definition at line 129 of file tpia_target.h.
Referenced by tpia_particle_getInternalID().
char* tpia_particle_s::name |
Definition at line 131 of file tpia_target.h.
Referenced by G4GIDI_Misc_channelProductsCompare(), tpia_decayChannel_sampleProductsAtE(), tpia_depot_addTargetFromMap(), tpia_particle_getInternalID(), and tpia_target_heated_getChannelAtIndex_smr().
tpia_particle* tpia_particle_s::next |
Definition at line 126 of file tpia_target.h.
Referenced by tpia_particle_free(), and tpia_particle_getInternalID().
int tpia_particle_s::ordinal |
Definition at line 127 of file tpia_target.h.
Referenced by tpia_particle_getInternalID().
tpia_particle* tpia_particle_s::prior |
Definition at line 125 of file tpia_target.h.
Referenced by tpia_particle_free(), and tpia_particle_getInternalID().
tpi_spectralID* tpia_particle_s::spectralID |
Definition at line 132 of file tpia_target.h.
Referenced by tpia_particle_getInternalID(), and tpia_particle_release().
int tpia_particle_s::Z |
Definition at line 128 of file tpia_target.h.
Referenced by G4GIDI_target::getFinalState(), and tpia_particle_getInternalID().