Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <tpia_target.h>
Public Attributes | |
char const * | genre |
int | isVelocity |
tpia_data_frame | frame |
tpia_particle * | productID |
double | kineticEnergy |
double | px_vx |
double | py_vy |
double | pz_vz |
tpia_decayChannel * | decayChannel |
Definition at line 161 of file tpia_target.h.
tpia_decayChannel* tpia_productOutgoingData_s::decayChannel |
Definition at line 170 of file tpia_target.h.
Referenced by tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_2BodyReaction().
tpia_data_frame tpia_productOutgoingData_s::frame |
Definition at line 164 of file tpia_target.h.
Referenced by tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum().
char const* tpia_productOutgoingData_s::genre |
Definition at line 162 of file tpia_target.h.
Referenced by tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_2BodyReaction().
int tpia_productOutgoingData_s::isVelocity |
Definition at line 163 of file tpia_target.h.
Referenced by tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum().
double tpia_productOutgoingData_s::kineticEnergy |
Definition at line 166 of file tpia_target.h.
Referenced by G4GIDI_target::getFinalState(), tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum().
tpia_particle* tpia_productOutgoingData_s::productID |
Definition at line 165 of file tpia_target.h.
Referenced by G4GIDI_target::getFinalState(), tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_2BodyReaction().
double tpia_productOutgoingData_s::px_vx |
Definition at line 167 of file tpia_target.h.
Referenced by G4GIDI_target::getFinalState(), tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum().
double tpia_productOutgoingData_s::py_vy |
Definition at line 168 of file tpia_target.h.
Referenced by G4GIDI_target::getFinalState(), tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum().
double tpia_productOutgoingData_s::pz_vz |
Definition at line 169 of file tpia_target.h.
Referenced by G4GIDI_target::getFinalState(), tpia_decayChannel_sampleProductsAtE(), and tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum().