#include <string.h>
#include <tpia_target.h>
#include <tpia_misc.h>
Go to the source code of this file.
|
tpia_target_heated * | tpia_target_heated_create (statusMessageReporting *smr) |
|
int | tpia_target_heated_initialize (statusMessageReporting *, tpia_target_heated *target) |
|
tpia_target_heated * | tpia_target_heated_createRead (statusMessageReporting *smr, const char *fileName, int checkElememtsForAccess) |
|
tpia_target_heated * | tpia_target_heated_free (statusMessageReporting *smr, tpia_target_heated *target) |
|
int | tpia_target_heated_release (statusMessageReporting *smr, tpia_target_heated *target) |
|
int | tpia_target_heated_read (statusMessageReporting *smr, tpia_target_heated *target, const char *fileName, int checkElememtsForAccess) |
|
int | tpia_target_heated_numberOfChannels (statusMessageReporting *, tpia_target_heated *target) |
|
int | tpia_target_heated_numberOfProductionChannels (statusMessageReporting *, tpia_target_heated *target) |
|
tpia_channel * | tpia_target_heated_getChannelAtIndex (tpia_target_heated *target, int index) |
|
tpia_channel * | tpia_target_heated_getChannelAtIndex_smr (statusMessageReporting *smr, tpia_target_heated *target, int index) |
|
tpia_channel * | tpia_target_heated_getProductionChannelAtIndex (tpia_target_heated *target, int index) |
|
xData_Int | tpia_target_heated_getEnergyGrid (statusMessageReporting *, tpia_target_heated *target, double **energyGrid) |
|
xData_Int | tpia_target_heated_getEIndex (tpia_target_heated *target, double e_in) |
|
double | tpia_target_heated_getTotalCrossSectionAtE (statusMessageReporting *smr, tpia_target_heated *target, xData_Int, double e_in, int crossSectionType) |
|
double | tpia_target_heated_getIndexChannelCrossSectionAtE (statusMessageReporting *smr, tpia_target_heated *target, int index, xData_Int iEg, double e_in, int crossSectionType) |
|
int | tpia_target_heated_sampleIndexChannelProductsAtE (statusMessageReporting *smr, tpia_target_heated *target, int index, tpia_decaySamplingInfo *decaySamplingInfo, int nProductData, tpia_productOutgoingData *productDatas) |
|