Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
tpia_channel * tpia_channel_create | ( | statusMessageReporting * | smr | ) |
Definition at line 50 of file tpia_channel.cc.
Referenced by tpia_channel_createGetFromElement().
tpia_channel * tpia_channel_createGetFromElement | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target, | ||
xData_element * | channelElement, | ||
int | pointwiseRequired | ||
) |
Definition at line 71 of file tpia_channel.cc.
Referenced by tpia_target_heated_read().
tpia_channel * tpia_channel_free | ( | statusMessageReporting * | smr, |
tpia_channel * | channel | ||
) |
Definition at line 83 of file tpia_channel.cc.
Referenced by tpia_channel_create(), tpia_channel_createGetFromElement(), and tpia_target_heated_release().
double tpia_channel_getCrossSectionAtE | ( | statusMessageReporting * | smr, |
tpia_channel * | channel, | ||
xData_Int | iEg, | ||
double | e_in, | ||
int | crossSectionType | ||
) |
Definition at line 222 of file tpia_channel.cc.
Referenced by tpia_target_heated_getIndexChannelCrossSectionAtE().
tpia_product * tpia_channel_getFirstProduct | ( | tpia_channel * | channel | ) |
Definition at line 185 of file tpia_channel.cc.
Referenced by G4GIDI_Misc_channelProductsCompare(), and tpia_channel_getProductByIndex().
int tpia_channel_getFromElement | ( | statusMessageReporting * | smr, |
tpia_target_heated * | target, | ||
xData_element * | channelElement, | ||
tpia_channel * | channel, | ||
int | pointwiseRequired | ||
) |
Definition at line 114 of file tpia_channel.cc.
Referenced by tpia_channel_createGetFromElement().
tpia_product * tpia_channel_getProductByIndex | ( | statusMessageReporting * | smr, |
tpia_channel * | channel, | ||
int | index | ||
) |
Definition at line 193 of file tpia_channel.cc.
int tpia_channel_initialize | ( | statusMessageReporting * | smr, |
tpia_channel * | channel | ||
) |
Definition at line 63 of file tpia_channel.cc.
Referenced by tpia_channel_create().
int tpia_channel_isProduction | ( | statusMessageReporting * | smr, |
tpia_channel * | channel | ||
) |
Definition at line 214 of file tpia_channel.cc.
Referenced by tpia_channel_getFromElement().
int tpia_channel_numberOfProducts | ( | statusMessageReporting * | smr, |
tpia_channel * | channel | ||
) |
Definition at line 206 of file tpia_channel.cc.
int tpia_channel_release | ( | statusMessageReporting * | smr, |
tpia_channel * | channel | ||
) |
Definition at line 92 of file tpia_channel.cc.
Referenced by tpia_channel_free().