Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <tpia_target.h>
Public Attributes | |
double | e_in |
tpia_samplingMethods * | samplingMethods |
int | isVelocity |
tpia_data_frame | frame |
double(* | rng )(void *) |
void * | rngState |
tpia_particle * | productID |
char const * | genre |
double | mu |
double | Ep |
Definition at line 148 of file tpia_target.h.
double tpia_decaySamplingInfo_s::e_in |
Definition at line 149 of file tpia_target.h.
Referenced by G4GIDI_target::getElasticFinalState(), G4GIDI_target::getFinalState(), tpia_angular_SampleMu(), tpia_angularEnergy_SampleEp(), tpia_decayChannel_sampleProductsAtE(), and tpia_Legendre_SampleEp().
double tpia_decaySamplingInfo_s::Ep |
Definition at line 158 of file tpia_target.h.
Referenced by tpia_angularEnergy_SampleEp(), tpia_decayChannel_sampleProductsAtE(), and tpia_Legendre_SampleEp().
tpia_data_frame tpia_decaySamplingInfo_s::frame |
Definition at line 152 of file tpia_target.h.
Referenced by G4GIDI_target::getElasticFinalState(), G4GIDI_target::getFinalState(), and tpia_decayChannel_sampleProductsAtE().
char const* tpia_decaySamplingInfo_s::genre |
Definition at line 156 of file tpia_target.h.
Referenced by tpia_decayChannel_sampleProductsAtE().
int tpia_decaySamplingInfo_s::isVelocity |
Definition at line 151 of file tpia_target.h.
Referenced by G4GIDI_target::getElasticFinalState(), G4GIDI_target::getFinalState(), and tpia_decayChannel_sampleProductsAtE().
double tpia_decaySamplingInfo_s::mu |
Definition at line 157 of file tpia_target.h.
Referenced by G4GIDI_target::getElasticFinalState(), tpia_angular_SampleMu(), tpia_angularEnergy_SampleEp(), tpia_decayChannel_sampleProductsAtE(), and tpia_Legendre_SampleEp().
tpia_particle* tpia_decaySamplingInfo_s::productID |
Definition at line 155 of file tpia_target.h.
Referenced by tpia_decayChannel_sampleProductsAtE().
double(* tpia_decaySamplingInfo_s::rng) (void *) |
Definition at line 153 of file tpia_target.h.
Referenced by G4GIDI_target::getElasticFinalState(), G4GIDI_target::getFinalState(), tpia_decayChannel_sampleProductsAtE(), tpia_Legendre_SampleEp(), and tpia_misc_sampleEqualProbableBin().
void* tpia_decaySamplingInfo_s::rngState |
Definition at line 154 of file tpia_target.h.
Referenced by G4GIDI_target::getElasticFinalState(), G4GIDI_target::getFinalState(), tpia_decayChannel_sampleProductsAtE(), tpia_Legendre_SampleEp(), and tpia_misc_sampleEqualProbableBin().
tpia_samplingMethods* tpia_decaySamplingInfo_s::samplingMethods |
Definition at line 150 of file tpia_target.h.
Referenced by G4GIDI_target::getElasticFinalState(), G4GIDI_target::getFinalState(), and tpia_misc_sampleEqualProbableBin().