Geant4
10.01.p03
|
#include <iostream>
#include <float.h>
#include <string.h>
#include <cmath>
#include <tpia_target.h>
Go to the source code of this file.
Functions | |
int | tpia_kinetics_2BodyReaction (statusMessageReporting *smr, tpia_decayChannel *decayChannel, double K, double mu, double phi, tpia_productOutgoingData *outgoingData) |
int | tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum (statusMessageReporting *, double beta, double e_kinetic_com, double mu, double phi, double m3cc, double m4cc, tpia_productOutgoingData *outgoingData) |
int tpia_kinetics_2BodyReaction | ( | statusMessageReporting * | smr, |
tpia_decayChannel * | decayChannel, | ||
double | K, | ||
double | mu, | ||
double | phi, | ||
tpia_productOutgoingData * | outgoingData | ||
) |
Definition at line 50 of file tpia_kinetics.cc.
References m2, m3, tpia_decayChannel_getFirstProduct(), tpia_decayChannel_getNextProduct(), and tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum().
Referenced by tpia_decayChannel_sampleProductsAtE().
int tpia_kinetics_COMKineticEnergy2LabEnergyAndMomentum | ( | statusMessageReporting * | , |
double | beta, | ||
double | e_kinetic_com, | ||
double | mu, | ||
double | phi, | ||
double | m3cc, | ||
double | m4cc, | ||
tpia_productOutgoingData * | outgoingData | ||
) |
Definition at line 79 of file tpia_kinetics.cc.
References FLT_MIN, and tpia_frame_getColumn().
Referenced by tpia_kinetics_2BodyReaction().