Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <string.h>
#include <ctype.h>
#include <gString.h>
#include <tpia_target.h>
#include <tpia_misc.h>
Go to the source code of this file.
Variables | |
const char * | tpia_productGenre_unknown = "unknown" |
const char * | tpia_productGenre_twoBody_angular = "twoBody_angular" |
const char * | tpia_productGenre_twoBody_formFactor = "twoBody_formFactor" |
const char * | tpia_productGenre_NBody_Legendre = "NBody_Legendre" |
const char * | tpia_productGenre_NBody_angular_energy = "NBody_angular_energy" |
const char * | tpia_productGenre_NBody_uncorrelate_Legendre = "NBody_uncorrelate_Legendre" |
const char * | tpia_productGenre_NBody_pairProduction = "NBody_pairProduction" |
tpia_product * tpia_product_create | ( | statusMessageReporting * | smr | ) |
Definition at line 71 of file tpia_product.cc.
Referenced by tpia_product_createGetFromElement().
tpia_product * tpia_product_createGetFromElement | ( | statusMessageReporting * | smr, |
tpia_channel * | channel, | ||
tpia_product * | parentProduct, | ||
xData_element * | productElement | ||
) |
Definition at line 93 of file tpia_product.cc.
Referenced by tpia_product_getDecayChannelFromElement().
long tpia_product_dataRequired | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 359 of file tpia_product.cc.
int tpia_product_doesDecay | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 387 of file tpia_product.cc.
tpia_product * tpia_product_free | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 105 of file tpia_product.cc.
Referenced by tpia_channel_release(), tpia_product_create(), tpia_product_createGetFromElement(), and tpia_product_release().
int tpia_product_getDecayChannelFromElement | ( | statusMessageReporting * | smr, |
xData_element * | parentElement, | ||
tpia_channel * | channel, | ||
tpia_product * | parentProduct, | ||
tpia_product ** | priorProductNext | ||
) |
Definition at line 268 of file tpia_product.cc.
tpia_product * tpia_product_getFirstProduct | ( | tpia_product * | product | ) |
Definition at line 366 of file tpia_product.cc.
Referenced by tpia_product_getProductByIndex().
int tpia_product_getFromElement | ( | statusMessageReporting * | smr, |
tpia_channel * | channel, | ||
tpia_product * | parentProduct, | ||
xData_element * | productElement, | ||
tpia_product * | product | ||
) |
Definition at line 142 of file tpia_product.cc.
Referenced by tpia_product_createGetFromElement().
tpia_product * tpia_product_getProductByIndex | ( | statusMessageReporting * | smr, |
tpia_product * | product, | ||
int | index | ||
) |
Definition at line 374 of file tpia_product.cc.
int tpia_product_initialize | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 83 of file tpia_product.cc.
Referenced by tpia_product_create().
int tpia_product_isDataPresent | ( | statusMessageReporting * | smr, |
tpia_product * | product, | ||
int | b_data | ||
) |
Definition at line 403 of file tpia_product.cc.
int tpia_product_numberOfProducts | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 395 of file tpia_product.cc.
int tpia_product_release | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 114 of file tpia_product.cc.
Referenced by tpia_product_free().
int tpia_product_sampleMultiplicity | ( | statusMessageReporting * | smr, |
tpia_product * | product, | ||
double | e_in, | ||
double | r | ||
) |
Definition at line 411 of file tpia_product.cc.
Referenced by tpia_decayChannel_sampleProductsAtE().
const char * tpia_productGenre_NBody_angular_energy = "NBody_angular_energy" |
Definition at line 60 of file tpia_product.cc.
const char * tpia_productGenre_NBody_Legendre = "NBody_Legendre" |
Definition at line 59 of file tpia_product.cc.
const char * tpia_productGenre_NBody_pairProduction = "NBody_pairProduction" |
Definition at line 62 of file tpia_product.cc.
const char * tpia_productGenre_NBody_uncorrelate_Legendre = "NBody_uncorrelate_Legendre" |
Definition at line 61 of file tpia_product.cc.
const char * tpia_productGenre_twoBody_angular = "twoBody_angular" |
Definition at line 57 of file tpia_product.cc.
const char * tpia_productGenre_twoBody_formFactor = "twoBody_formFactor" |
Definition at line 58 of file tpia_product.cc.
const char* tpia_productGenre_unknown = "unknown" |
Definition at line 56 of file tpia_product.cc.
Referenced by tpia_product_getFromElement().