Geant4
9.6.p02
|
#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.
double tpia_decaySamplingInfo_s::Ep |
Definition at line 158 of file tpia_target.h.
tpia_data_frame tpia_decaySamplingInfo_s::frame |
Definition at line 152 of file tpia_target.h.
char const* tpia_decaySamplingInfo_s::genre |
Definition at line 156 of file tpia_target.h.
int tpia_decaySamplingInfo_s::isVelocity |
Definition at line 151 of file tpia_target.h.
double tpia_decaySamplingInfo_s::mu |
Definition at line 157 of file tpia_target.h.
tpia_particle* tpia_decaySamplingInfo_s::productID |
Definition at line 155 of file tpia_target.h.
double(* tpia_decaySamplingInfo_s::rng)(void *) |
Definition at line 153 of file tpia_target.h.
void* tpia_decaySamplingInfo_s::rngState |
Definition at line 154 of file tpia_target.h.
tpia_samplingMethods* tpia_decaySamplingInfo_s::samplingMethods |
Definition at line 150 of file tpia_target.h.