Geant4.10
|
#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.
References tpia_product_free(), tpia_product_initialize(), and xData_malloc2.
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.
References tpia_product_create(), tpia_product_free(), and tpia_product_getFromElement().
Referenced by tpia_product_getDecayChannelFromElement().
long tpia_product_dataRequired | ( | statusMessageReporting * | , |
tpia_product * | product | ||
) |
int tpia_product_doesDecay | ( | statusMessageReporting * | , |
tpia_product * | product | ||
) |
Definition at line 387 of file tpia_product.cc.
References tpia_product_s::decayChannel, and tpia_decayChannel_s::products.
tpia_product* tpia_product_free | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 105 of file tpia_product.cc.
References tpia_product_release(), and xData_free().
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.
References tpia_product_s::decayChannel, tpia_channel_s::decayChannel, xData_elementListItem_s::element, tpia_particle_s::fullMass_MeV, xData_elementList_s::items, tpia_decayChannel_s::m1_fullMass_MeV, tpia_decayChannel_s::m2_fullMass_MeV, xData_elementList_s::n, tpia_product_s::next, tpia_decayChannel_s::numberOfProducts, tpia_product_s::productID, tpia_target_heated_s::projectileID, status, tpia_channel_s::target, tpia_target_heated_s::targetID, tpia_product_createGetFromElement(), xData_freeElementList(), and xData_getElementsByTagName().
tpia_product* tpia_product_getFirstProduct | ( | tpia_product * | product | ) |
Definition at line 366 of file tpia_product.cc.
References tpia_product_s::decayChannel, and tpia_decayChannel_getFirstProduct().
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.
References xData_element_s::attributes, tpia_product_s::attributes, tpia_product_s::b_dataRequired, tpia_product_s::channel, tpia_product_s::genre, tpia_product_s::multiplicity, tpia_product_s::parentProduct, tpia_product_s::productID, smr_isOk(), tpia_misc_pointerToAttributeIfAllOk2, tpia_misc_setMessageError_Element(), tpia_particle_getInternalID(), tpia_productGenre_NBody_angular_energy, tpia_productGenre_NBody_Legendre, tpia_productGenre_NBody_pairProduction, tpia_productGenre_NBody_uncorrelate_Legendre, tpia_productGenre_twoBody_angular, tpia_productGenre_twoBody_formFactor, tpia_productGenre_unknown, xData_addToAccessed(), and xData_copyAttributionList().
Referenced by tpia_product_createGetFromElement().
tpia_product* tpia_product_getProductByIndex | ( | statusMessageReporting * | , |
tpia_product * | product, | ||
int | index | ||
) |
Definition at line 374 of file tpia_product.cc.
References tpia_decayChannel_getNextProduct(), and tpia_product_getFirstProduct().
int tpia_product_initialize | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 83 of file tpia_product.cc.
References tpia_product_s::angular, tpia_product_s::Legendre, tpia_angular_initialize(), and tpia_Legendre_initialize().
Referenced by tpia_product_create().
int tpia_product_isDataPresent | ( | statusMessageReporting * | , |
tpia_product * | product, | ||
int | b_data | ||
) |
int tpia_product_numberOfProducts | ( | statusMessageReporting * | , |
tpia_product * | product | ||
) |
Definition at line 395 of file tpia_product.cc.
References tpia_product_s::decayChannel, and tpia_decayChannel_s::numberOfProducts.
int tpia_product_release | ( | statusMessageReporting * | smr, |
tpia_product * | product | ||
) |
Definition at line 114 of file tpia_product.cc.
References tpia_product_s::angular, tpia_product_s::angularEnergy, tpia_product_s::attributes, tpia_1dData_s::data, tpia_product_s::decayChannel, tpia_product_s::delayedNeutronMultiplicityVsEnergy, tpia_product_s::depositionEnergyGrouped, tpia_product_s::Legendre, tpia_product_s::multiplicityVsEnergy, tpia_multiplicity_s::next, tpia_product_s::next, tpia_decayChannel_s::numberOfProducts, tpia_decayChannel_s::products, tpia_angular_release(), tpia_angularEnergy_release(), tpia_Legendre_release(), tpia_multiplicity_free(), tpia_product_free(), xData_free(), and xData_releaseAttributionList().
Referenced by tpia_product_free().
int tpia_product_sampleMultiplicity | ( | statusMessageReporting * | , |
tpia_product * | product, | ||
double | e_in, | ||
double | r | ||
) |
Definition at line 411 of file tpia_product.cc.
References int(), tpia_product_s::multiplicityVsEnergy, tpia_multiplicity_s::numberOfPointwise, and tpia_multiplicity_s::pointwise.
Referenced by tpia_decayChannel_sampleProductsAtE().
const char * tpia_productGenre_NBody_angular_energy = "NBody_angular_energy" |
Definition at line 60 of file tpia_product.cc.
Referenced by tpia_product_getFromElement().
const char * tpia_productGenre_NBody_Legendre = "NBody_Legendre" |
Definition at line 59 of file tpia_product.cc.
Referenced by tpia_product_getFromElement().
const char * tpia_productGenre_NBody_pairProduction = "NBody_pairProduction" |
Definition at line 62 of file tpia_product.cc.
Referenced by tpia_product_getFromElement().
const char * tpia_productGenre_NBody_uncorrelate_Legendre = "NBody_uncorrelate_Legendre" |
Definition at line 61 of file tpia_product.cc.
Referenced by tpia_product_getFromElement().
const char * tpia_productGenre_twoBody_angular = "twoBody_angular" |
Definition at line 57 of file tpia_product.cc.
Referenced by tpia_product_getFromElement().
const char * tpia_productGenre_twoBody_formFactor = "twoBody_formFactor" |
Definition at line 58 of file tpia_product.cc.
Referenced by tpia_product_getFromElement().
const char* tpia_productGenre_unknown = "unknown" |
Definition at line 56 of file tpia_product.cc.
Referenced by tpia_product_getFromElement().