Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
tpia_target_heated * tpia_target_heated_create | ( | statusMessageReporting * | smr | ) |
Definition at line 52 of file tpia_target_heated.cc.
Referenced by tpia_target_heated_createRead().
tpia_target_heated * tpia_target_heated_createRead | ( | statusMessageReporting * | smr, |
const char * | fileName, | ||
int | checkElememtsForAccess | ||
) |
Definition at line 74 of file tpia_target_heated.cc.
Referenced by tpia_target_readHeatedTarget().
tpia_target_heated * tpia_target_heated_free | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target | ||
) |
Definition at line 86 of file tpia_target_heated.cc.
Referenced by tpia_target_release().
tpia_channel * tpia_target_heated_getChannelAtIndex | ( | tpia_target_heated * | target, |
int | index | ||
) |
Definition at line 263 of file tpia_target_heated.cc.
Referenced by G4GIDI_target::init(), and tpia_target_heated_getChannelAtIndex_smr().
tpia_channel * tpia_target_heated_getChannelAtIndex_smr | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target, | ||
int | index | ||
) |
Definition at line 273 of file tpia_target_heated.cc.
Referenced by G4GIDI_target::getElasticFinalState(), tpia_target_heated_getIndexChannelCrossSectionAtE(), and tpia_target_heated_sampleIndexChannelProductsAtE().
xData_Int tpia_target_heated_getEIndex | ( | tpia_target_heated * | target, |
double | e_in | ||
) |
Definition at line 305 of file tpia_target_heated.cc.
Referenced by tpia_channel_getCrossSectionAtE(), and tpia_target_heated_getTotalCrossSectionAtE().
xData_Int tpia_target_heated_getEnergyGrid | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target, | ||
double ** | energyGrid | ||
) |
Definition at line 297 of file tpia_target_heated.cc.
Referenced by tpia_target_getEnergyGridAtTIndex().
double tpia_target_heated_getIndexChannelCrossSectionAtE | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target, | ||
int | index, | ||
xData_Int | iEg, | ||
double | e_in, | ||
int | crossSectionType | ||
) |
Definition at line 329 of file tpia_target_heated.cc.
Referenced by tpia_target_getIndexChannelCrossSectionAtE().
tpia_channel * tpia_target_heated_getProductionChannelAtIndex | ( | tpia_target_heated * | target, |
int | index | ||
) |
Definition at line 286 of file tpia_target_heated.cc.
double tpia_target_heated_getTotalCrossSectionAtE | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target, | ||
xData_Int | gE, | ||
double | e_in, | ||
int | crossSectionType | ||
) |
Definition at line 313 of file tpia_target_heated.cc.
Referenced by tpia_target_getTotalCrossSectionAtTAndE().
int tpia_target_heated_initialize | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target | ||
) |
Definition at line 66 of file tpia_target_heated.cc.
Referenced by tpia_target_heated_create(), and tpia_target_heated_read().
int tpia_target_heated_numberOfChannels | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target | ||
) |
Definition at line 248 of file tpia_target_heated.cc.
Referenced by tpia_target_numberOfChannels().
int tpia_target_heated_numberOfProductionChannels | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target | ||
) |
Definition at line 256 of file tpia_target_heated.cc.
Referenced by tpia_target_numberOfProductionChannels().
int tpia_target_heated_read | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target, | ||
const char * | fileName, | ||
int | checkElememtsForAccess | ||
) |
Definition at line 126 of file tpia_target_heated.cc.
Referenced by tpia_target_heated_createRead().
int tpia_target_heated_release | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target | ||
) |
Definition at line 95 of file tpia_target_heated.cc.
Referenced by tpia_target_heated_free(), and tpia_target_heated_read().
int tpia_target_heated_sampleIndexChannelProductsAtE | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target, | ||
int | index, | ||
tpia_decaySamplingInfo * | decaySamplingInfo, | ||
int | nProductData, | ||
tpia_productOutgoingData * | productDatas | ||
) |
Definition at line 341 of file tpia_target_heated.cc.
Referenced by G4GIDI_target::getFinalState(), and tpia_target_sampleIndexChannelProductsAtE().