Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <tpia_target.h>
Public Attributes | |
int | ordinal |
char * | path |
char * | absPath |
tpia_particle * | projectileID |
tpia_particle * | targetID |
int | nGroups |
xData_Int | energyGridLength |
double * | energyGrid |
tpia_1dData | totalCrossSectionPointwise |
tpia_1dData | totalCrossSectionGrouped |
xData_attributionList | attributes |
char * | contents |
int | nChannels |
int | nProductionChannels |
tpia_channel ** | channels |
tpia_channel ** | productionChannels |
double * | kerma |
Definition at line 267 of file tpia_target.h.
char* tpia_target_heated_s::absPath |
Definition at line 270 of file tpia_target.h.
Referenced by tpia_target_heated_read(), and tpia_target_heated_release().
xData_attributionList tpia_target_heated_s::attributes |
Definition at line 278 of file tpia_target.h.
Referenced by tpia_target_heated_read(), and tpia_target_heated_release().
tpia_channel** tpia_target_heated_s::channels |
Definition at line 281 of file tpia_target.h.
Referenced by tpia_target_heated_getChannelAtIndex(), tpia_target_heated_read(), and tpia_target_heated_release().
char* tpia_target_heated_s::contents |
Definition at line 279 of file tpia_target.h.
Referenced by tpia_channel_getFromElement(), and tpia_target_heated_read().
double* tpia_target_heated_s::energyGrid |
Definition at line 275 of file tpia_target.h.
Referenced by tpia_channel_getCrossSectionAtE(), tpia_channel_getFromElement(), tpia_target_heated_getEIndex(), tpia_target_heated_getEnergyGrid(), tpia_target_heated_getTotalCrossSectionAtE(), and tpia_target_heated_release().
xData_Int tpia_target_heated_s::energyGridLength |
Definition at line 274 of file tpia_target.h.
Referenced by tpia_target_heated_getEIndex(), tpia_target_heated_getEnergyGrid(), and tpia_target_heated_release().
double* tpia_target_heated_s::kerma |
Definition at line 283 of file tpia_target.h.
Referenced by tpia_target_heated_release().
int tpia_target_heated_s::nChannels |
Definition at line 280 of file tpia_target.h.
Referenced by tpia_target_heated_numberOfChannels(), tpia_target_heated_read(), and tpia_target_heated_release().
int tpia_target_heated_s::nGroups |
Definition at line 273 of file tpia_target.h.
Referenced by tpia_target_heated_read().
int tpia_target_heated_s::nProductionChannels |
Definition at line 280 of file tpia_target.h.
Referenced by tpia_target_heated_numberOfProductionChannels(), tpia_target_heated_read(), and tpia_target_heated_release().
int tpia_target_heated_s::ordinal |
Definition at line 268 of file tpia_target.h.
Referenced by tpia_target_readHeatedTarget().
char* tpia_target_heated_s::path |
Definition at line 269 of file tpia_target.h.
Referenced by tpia_target_heated_read(), and tpia_target_heated_release().
tpia_channel** tpia_target_heated_s::productionChannels |
Definition at line 282 of file tpia_target.h.
Referenced by tpia_target_heated_getProductionChannelAtIndex(), tpia_target_heated_read(), and tpia_target_heated_release().
tpia_particle* tpia_target_heated_s::projectileID |
Definition at line 271 of file tpia_target.h.
Referenced by tpia_product_getDecayChannelFromElement(), tpia_target_heated_getChannelAtIndex_smr(), and tpia_target_heated_read().
tpia_particle* tpia_target_heated_s::targetID |
Definition at line 272 of file tpia_target.h.
Referenced by tpia_product_getDecayChannelFromElement(), tpia_target_heated_getChannelAtIndex_smr(), and tpia_target_heated_read().
tpia_1dData tpia_target_heated_s::totalCrossSectionGrouped |
Definition at line 277 of file tpia_target.h.
Referenced by tpia_target_getTotalCrossSectionAtTIndex(), tpia_target_heated_read(), and tpia_target_heated_release().
tpia_1dData tpia_target_heated_s::totalCrossSectionPointwise |
Definition at line 276 of file tpia_target.h.
Referenced by tpia_target_getTotalCrossSectionAtTIndex(), tpia_target_heated_getTotalCrossSectionAtE(), tpia_target_heated_read(), and tpia_target_heated_release().