Geant4_10
Functions
tpia_target_heated.cc File Reference
#include <string.h>
#include <tpia_target.h>
#include <tpia_misc.h>
Include dependency graph for tpia_target_heated.cc:

Go to the source code of this file.

Functions

tpia_target_heatedtpia_target_heated_create (statusMessageReporting *smr)
 
int tpia_target_heated_initialize (statusMessageReporting *, tpia_target_heated *target)
 
tpia_target_heatedtpia_target_heated_createRead (statusMessageReporting *smr, const char *fileName, int checkElememtsForAccess)
 
tpia_target_heatedtpia_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_channeltpia_target_heated_getChannelAtIndex (tpia_target_heated *target, int index)
 
tpia_channeltpia_target_heated_getChannelAtIndex_smr (statusMessageReporting *smr, tpia_target_heated *target, int index)
 
tpia_channeltpia_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)
 

Function Documentation

tpia_target_heated* tpia_target_heated_create ( statusMessageReporting smr)

Definition at line 52 of file tpia_target_heated.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

tpia_target_heated* tpia_target_heated_createRead ( statusMessageReporting smr,
const char *  fileName,
int  checkElememtsForAccess 
)

Definition at line 74 of file tpia_target_heated.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

tpia_target_heated* tpia_target_heated_free ( statusMessageReporting smr,
tpia_target_heated target 
)

Definition at line 86 of file tpia_target_heated.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

tpia_channel* tpia_target_heated_getChannelAtIndex ( tpia_target_heated target,
int  index 
)

Definition at line 263 of file tpia_target_heated.cc.

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

xData_Int tpia_target_heated_getEIndex ( tpia_target_heated target,
double  e_in 
)

Definition at line 305 of file tpia_target_heated.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

xData_Int tpia_target_heated_getEnergyGrid ( statusMessageReporting ,
tpia_target_heated target,
double **  energyGrid 
)

Definition at line 297 of file tpia_target_heated.cc.

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

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  ,
double  e_in,
int  crossSectionType 
)

Definition at line 313 of file tpia_target_heated.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

int tpia_target_heated_initialize ( statusMessageReporting ,
tpia_target_heated target 
)

Definition at line 66 of file tpia_target_heated.cc.

Here is the caller graph for this function:

int tpia_target_heated_numberOfChannels ( statusMessageReporting ,
tpia_target_heated target 
)

Definition at line 248 of file tpia_target_heated.cc.

Here is the caller graph for this function:

int tpia_target_heated_numberOfProductionChannels ( statusMessageReporting ,
tpia_target_heated target 
)

Definition at line 256 of file tpia_target_heated.cc.

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

int tpia_target_heated_release ( statusMessageReporting smr,
tpia_target_heated target 
)

Definition at line 95 of file tpia_target_heated.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function: