Geant4
10.00.p02
|
#include <string.h>
#include <cmath>
#include "tpia_target.h"
Go to the source code of this file.
Functions | |
tpia_product * | tpia_decayChannel_getFirstProduct (tpia_decayChannel *decayChannel) |
tpia_product * | tpia_decayChannel_getNextProduct (tpia_product *product) |
int | tpia_decayChannel_sampleProductsAtE (statusMessageReporting *smr, tpia_decayChannel *decayChannel, tpia_decaySamplingInfo *decaySamplingInfo, int nProductData, tpia_productOutgoingData *productDatas) |
tpia_product* tpia_decayChannel_getFirstProduct | ( | tpia_decayChannel * | decayChannel | ) |
Definition at line 51 of file tpia_decayChannel.cc.
Referenced by G4GIDI_target::getElasticFinalState(), tpia_channel_getFirstProduct(), tpia_decayChannel_sampleProductsAtE(), tpia_kinetics_2BodyReaction(), and tpia_product_getFirstProduct().
tpia_product* tpia_decayChannel_getNextProduct | ( | tpia_product * | product | ) |
Definition at line 58 of file tpia_decayChannel.cc.
Referenced by G4GIDI_Misc_channelProductsCompare(), tpia_channel_getProductByIndex(), tpia_decayChannel_sampleProductsAtE(), tpia_kinetics_2BodyReaction(), and tpia_product_getProductByIndex().
int tpia_decayChannel_sampleProductsAtE | ( | statusMessageReporting * | smr, |
tpia_decayChannel * | decayChannel, | ||
tpia_decaySamplingInfo * | decaySamplingInfo, | ||
int | nProductData, | ||
tpia_productOutgoingData * | productDatas | ||
) |
Definition at line 65 of file tpia_decayChannel.cc.
References n, smr_isOk(), smr_setMessageError(), tpia_angular_SampleMu(), tpia_angularEnergy_SampleEp(), tpia_decayChannel_getFirstProduct(), tpia_decayChannel_getNextProduct(), tpia_frame_setColumns(), tpia_kinetics_2BodyReaction(), tpia_Legendre_SampleEp(), tpia_misc_drng(), and tpia_product_sampleMultiplicity().
Referenced by tpia_target_heated_sampleIndexChannelProductsAtE().