|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Functions | |
| int | MCGIDI_kinetics_2BodyReaction (statusMessageReporting *smr, MCGIDI_angular *angular, double K, double mu, double phi, MCGIDI_sampledProductsData *outgoingData) |
| int | MCGIDI_kinetics_COMKineticEnergy2LabEnergyAndMomentum (statusMessageReporting *, double beta, double e_kinetic_com, double mu, double phi, double m3cc, double m4cc, MCGIDI_sampledProductsData *outgoingData) |
| int | MCGIDI_kinetics_COM2Lab (statusMessageReporting *smr, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo, double masses[3]) |
| int MCGIDI_kinetics_2BodyReaction | ( | statusMessageReporting * | smr, |
| MCGIDI_angular * | angular, | ||
| double | K, | ||
| double | mu, | ||
| double | phi, | ||
| MCGIDI_sampledProductsData * | outgoingData ) |
Definition at line 18 of file MCGIDI_kinetics.cc.
Referenced by MCGIDI_outputChannel_sampleProductsAtE().
| int MCGIDI_kinetics_COM2Lab | ( | statusMessageReporting * | smr, |
| MCGIDI_quantitiesLookupModes & | modes, | ||
| MCGIDI_decaySamplingInfo * | decaySamplingInfo, | ||
| double | masses[3] ) |
Definition at line 105 of file MCGIDI_kinetics.cc.
Referenced by MCGIDI_outputChannel_sampleProductsAtE().
| int MCGIDI_kinetics_COMKineticEnergy2LabEnergyAndMomentum | ( | statusMessageReporting * | smr, |
| double | beta, | ||
| double | e_kinetic_com, | ||
| double | mu, | ||
| double | phi, | ||
| double | m3cc, | ||
| double | m4cc, | ||
| MCGIDI_sampledProductsData * | outgoingData ) |
Definition at line 38 of file MCGIDI_kinetics.cc.
Referenced by MCGIDI_kinetics_2BodyReaction().