|
char const * | MCGIDI_version (void) |
|
int | MCGIDI_versionMajor (void) |
|
int | MCGIDI_versionMinor (void) |
|
int | MCGIDI_versionPatchLevel (void) |
|
MCGIDI_target * | MCGIDI_target_new (statusMessageReporting *smr) |
|
int | MCGIDI_target_initialize (statusMessageReporting *smr, MCGIDI_target *target) |
|
MCGIDI_target * | MCGIDI_target_newRead (statusMessageReporting *smr, const char *fileName) |
|
int | MCGIDI_target_readFromMapViaPoPIDs (statusMessageReporting *smr, MCGIDI_target *target, MCGIDI_map *map, const char *evaluation, int projectile_PoPID, int target_PoPID) |
|
int | MCGIDI_target_readFromMap (statusMessageReporting *smr, MCGIDI_target *target, MCGIDI_map *map, const char *evaluation, const char *projectileName, const char *targetName) |
|
MCGIDI_target * | MCGIDI_target_newReadFromMapViaPoPIDs (statusMessageReporting *smr, MCGIDI_map *map, const char *evaluation, int projectile_PoPID, int target_PoPID) |
|
MCGIDI_target * | MCGIDI_target_newReadFromMap (statusMessageReporting *smr, MCGIDI_map *map, const char *evaluation, const char *projectileName, const char *targetName) |
|
MCGIDI_target * | MCGIDI_target_free (statusMessageReporting *smr, MCGIDI_target *target) |
|
int | MCGIDI_target_release (statusMessageReporting *smr, MCGIDI_target *target) |
|
int | MCGIDI_target_read (statusMessageReporting *smr, MCGIDI_target *target, const char *fileName) |
|
char const * | MCGIDI_target_getAttributesValue (statusMessageReporting *smr, MCGIDI_target *target, char const *name) |
|
int | MCGIDI_target_getTemperatures (statusMessageReporting *smr, MCGIDI_target *target, double *temperatures) |
|
int | MCGIDI_target_readHeatedTarget (statusMessageReporting *smr, MCGIDI_target *target, int index) |
|
MCGIDI_target_heated * | MCGIDI_target_getHeatedTargetAtIndex_ReadIfNeeded (statusMessageReporting *smr, MCGIDI_target *target, int index) |
|
MCGIDI_target_heated * | MCGIDI_target_getHeatedTargetAtTIndex (statusMessageReporting *smr, MCGIDI_target *target, int index) |
|
int | MCGIDI_target_numberOfReactions (statusMessageReporting *smr, MCGIDI_target *target) |
|
enum MCGIDI_reactionType | MCGIDI_target_getReactionTypeAtIndex (statusMessageReporting *smr, MCGIDI_target *target, int index) |
|
MCGIDI_reaction * | MCGIDI_target_getReactionAtIndex (MCGIDI_target *target, int index) |
|
MCGIDI_reaction * | MCGIDI_target_getReactionAtIndex_smr (statusMessageReporting *smr, MCGIDI_target *target, int index) |
|
int | MCGIDI_target_numberOfProductionReactions (statusMessageReporting *smr, MCGIDI_target *target) |
|
transportabilitiesMap const * | MCGIDI_target_getUniqueProducts (statusMessageReporting *smr, MCGIDI_target *target) |
|
int | MCGIDI_target_recast (statusMessageReporting *smr, MCGIDI_target *target, GIDI_settings &settings) |
|
int | MCGIDI_target_getDomain (statusMessageReporting *smr, MCGIDI_target *target, double *EMin, double *EMax) |
|
double | MCGIDI_target_getTotalCrossSectionAtTAndE (statusMessageReporting *smr, MCGIDI_target *target, MCGIDI_quantitiesLookupModes &modes, bool sampling) |
|
double | MCGIDI_target_getIndexReactionCrossSectionAtE (statusMessageReporting *smr, MCGIDI_target *target, int index, MCGIDI_quantitiesLookupModes &modes, bool sampling) |
|
int | MCGIDI_target_sampleReaction (statusMessageReporting *smr, MCGIDI_target *target, MCGIDI_quantitiesLookupModes &modes, double totalXSec, double(*userrng)(void *), void *rngState) |
|
int | MCGIDI_target_sampleNullReactionProductsAtE (statusMessageReporting *smr, MCGIDI_target *target, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo, MCGIDI_sampledProductsDatas *productDatas) |
|
int | MCGIDI_target_sampleIndexReactionProductsAtE (statusMessageReporting *smr, MCGIDI_target *target, int index, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo, MCGIDI_sampledProductsDatas *productData) |
|
double | MCGIDI_target_getIndexReactionFinalQ (statusMessageReporting *smr, MCGIDI_target *target, int index, MCGIDI_quantitiesLookupModes &modes) |
|
MCGIDI_target_heated * | MCGIDI_target_heated_new (statusMessageReporting *smr) |
|
int | MCGIDI_target_heated_initialize (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
MCGIDI_target_heated * | MCGIDI_target_heated_newRead (statusMessageReporting *smr, const char *fileName) |
|
MCGIDI_target_heated * | MCGIDI_target_heated_free (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
int | MCGIDI_target_heated_release (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
int | MCGIDI_target_heated_read (statusMessageReporting *smr, MCGIDI_target_heated *target, const char *fileName) |
|
int | MCGIDI_target_heated_numberOfReactions (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
int | MCGIDI_target_heated_numberOfProductionReactions (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
MCGIDI_reaction * | MCGIDI_target_heated_getReactionAtIndex (MCGIDI_target_heated *target, int index) |
|
MCGIDI_reaction * | MCGIDI_target_heated_getReactionAtIndex_smr (statusMessageReporting *smr, MCGIDI_target_heated *target, int index) |
|
MCGIDI_POP * | MCGIDI_target_heated_getPOPForProjectile (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
MCGIDI_POP * | MCGIDI_target_heated_getPOPForTarget (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
double | MCGIDI_target_heated_getProjectileMass_MeV (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
double | MCGIDI_target_heated_getTargetMass_MeV (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
int | MCGIDI_target_heated_getEnergyGrid (statusMessageReporting *smr, MCGIDI_target_heated *target, double **energyGrid) |
|
double | MCGIDI_target_heated_getTotalCrossSectionAtE (statusMessageReporting *smr, MCGIDI_target_heated *target, MCGIDI_quantitiesLookupModes &modes, bool sampling) |
|
double | MCGIDI_target_heated_getIndexReactionCrossSectionAtE (statusMessageReporting *smr, MCGIDI_target_heated *target, int index, MCGIDI_quantitiesLookupModes &modes, bool sampling) |
|
int | MCGIDI_target_heated_sampleIndexReactionProductsAtE (statusMessageReporting *smr, MCGIDI_target_heated *target, int index, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo, MCGIDI_sampledProductsDatas *productData) |
|
double | MCGIDI_target_heated_getReactionsThreshold (statusMessageReporting *smr, MCGIDI_target_heated *target, int index) |
|
int | MCGIDI_target_heated_getReactionsDomain (statusMessageReporting *smr, MCGIDI_target_heated *target, int index, double *EMin, double *EMax) |
|
double | MCGIDI_target_heated_getIndexReactionFinalQ (statusMessageReporting *smr, MCGIDI_target_heated *target, int index, MCGIDI_quantitiesLookupModes &modes) |
|
transportabilitiesMap const * | MCGIDI_target_heated_getUniqueProducts (statusMessageReporting *smr, MCGIDI_target_heated *target) |
|
int | MCGIDI_target_heated_recast (statusMessageReporting *smr, MCGIDI_target_heated *target, GIDI_settings &settings) |
|
MCGIDI_reaction * | MCGIDI_reaction_new (statusMessageReporting *smr) |
|
int | MCGIDI_reaction_initialize (statusMessageReporting *smr, MCGIDI_reaction *reaction) |
|
MCGIDI_reaction * | MCGIDI_reaction_free (statusMessageReporting *smr, MCGIDI_reaction *reaction) |
|
int | MCGIDI_reaction_release (statusMessageReporting *smr, MCGIDI_reaction *reaction) |
|
int | MCGIDI_reaction_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_target_heated *target, MCGIDI_POPs *pops, MCGIDI_reaction *reaction) |
|
enum MCGIDI_reactionType | MCGIDI_reaction_getReactionType (statusMessageReporting *smr, MCGIDI_reaction *reaction) |
|
MCGIDI_target_heated * | MCGIDI_reaction_getTargetHeated (statusMessageReporting *smr, MCGIDI_reaction *reaction) |
|
double | MCGIDI_reaction_getProjectileMass_MeV (statusMessageReporting *smr, MCGIDI_reaction *reaction) |
|
double | MCGIDI_reaction_getTargetMass_MeV (statusMessageReporting *smr, MCGIDI_reaction *reaction) |
|
int | MCGIDI_reaction_getDomain (statusMessageReporting *smr, MCGIDI_reaction *reaction, double *EMin, double *EMax) |
|
int | MCGIDI_reaction_fixDomains (statusMessageReporting *smr, MCGIDI_reaction *reaction, double EMin, double EMax, nfu_status *status) |
|
double | MCGIDI_reaction_getCrossSectionAtE (statusMessageReporting *smr, MCGIDI_reaction *reaction, MCGIDI_quantitiesLookupModes &modes, bool sampling) |
|
double | MCGIDI_reaction_getFinalQ (statusMessageReporting *smr, MCGIDI_reaction *reaction, MCGIDI_quantitiesLookupModes &modes) |
|
int | MCGIDI_reaction_getENDF_MTNumber (MCGIDI_reaction *reaction) |
|
int | MCGIDI_reaction_getENDL_CSNumbers (MCGIDI_reaction *reaction, int *S) |
|
int | MCGIDI_reaction_recast (statusMessageReporting *smr, MCGIDI_reaction *reaction, GIDI_settings &settings, GIDI_settings_particle const *projectileSettings, double temperature_MeV, ptwXPoints *totalGroupedCrossSection) |
|
MCGIDI_productsInfo * | MCGIDI_reaction_getProductsInfo (MCGIDI_reaction *reaction) |
|
int | MCGIDI_productsInfo_getNumberOfUniqueProducts (MCGIDI_productsInfo *productsInfo) |
|
int | MCGIDI_productsInfo_getPoPsIndexAtIndex (MCGIDI_productsInfo *productsInfo, int index) |
|
enum MCGIDI_productMultiplicityType | MCGIDI_productsInfo_getMultiplicityTypeAtIndex (MCGIDI_productsInfo *productsInfo, int index) |
|
int | MCGIDI_productsInfo_getIntegerMultiplicityAtIndex (MCGIDI_productsInfo *productsInfo, int index) |
|
int | MCGIDI_productsInfo_getTransportableAtIndex (MCGIDI_productsInfo *productsInfo, int index) |
|
MCGIDI_POPs * | MCGIDI_POPs_new (statusMessageReporting *smr, int size) |
|
int | MCGIDI_POPs_initial (statusMessageReporting *smr, MCGIDI_POPs *pops, int size) |
|
void * | MCGIDI_POPs_free (MCGIDI_POPs *pops) |
|
int | MCGIDI_POPs_release (MCGIDI_POPs *pops) |
|
MCGIDI_POP * | MCGIDI_POPs_addParticleIfNeeded (statusMessageReporting *smr, MCGIDI_POPs *pops, char const *name, double mass_MeV, double level_MeV, MCGIDI_POP *parent, int globalParticle) |
|
int | MCGIDI_POPs_findParticleIndex (MCGIDI_POPs *pops, char const *name) |
|
MCGIDI_POP * | MCGIDI_POPs_findParticle (MCGIDI_POPs *pops, char const *name) |
|
void | MCGIDI_POPs_writeSortedList (MCGIDI_POPs *pops, FILE *f) |
|
void | MCGIDI_POPs_printSortedList (MCGIDI_POPs *pops) |
|
MCGIDI_POP * | MCGIDI_POP_new (statusMessageReporting *smr, char const *name, double mass_MeV, double level_MeV, MCGIDI_POP *parent) |
|
MCGIDI_POP * | MCGIDI_POP_free (MCGIDI_POP *pop) |
|
MCGIDI_POP * | MCGIDI_POP_release (MCGIDI_POP *pop) |
|
double | MCGIDI_POP_getMass_MeV (MCGIDI_POP *pop) |
|
MCGIDI_particle * | MCGIDI_particle_new (statusMessageReporting *smr) |
|
int | MCGIDI_particle_initialize (statusMessageReporting *smr, MCGIDI_particle *particle) |
|
MCGIDI_particle * | MCGIDI_particle_free (statusMessageReporting *smr, MCGIDI_particle *particle) |
|
int | MCGIDI_particle_release (statusMessageReporting *smr, MCGIDI_particle *particle) |
|
int | MCGIDI_particle_freeInternalList (statusMessageReporting *smr) |
|
MCGIDI_particle * | MCGIDI_particle_getInternalID (statusMessageReporting *smr, const char *const name, MCGIDI_POPs *pops) |
|
int | MCGIDI_particle_printInternalSortedList (statusMessageReporting *smr) |
|
MCGIDI_outputChannel * | MCGIDI_outputChannel_new (statusMessageReporting *smr) |
|
int | MCGIDI_outputChannel_initialize (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel) |
|
MCGIDI_outputChannel * | MCGIDI_outputChannel_free (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel) |
|
int | MCGIDI_outputChannel_release (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel) |
|
int | MCGIDI_outputChannel_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_POPs *pops, MCGIDI_outputChannel *outputChannel, MCGIDI_reaction *reaction, MCGIDI_product *parent) |
|
int | MCGIDI_outputChannel_numberOfProducts (MCGIDI_outputChannel *outputChannel) |
|
MCGIDI_product * | MCGIDI_outputChannel_getProductAtIndex (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel, int i) |
|
int | MCGIDI_outputChannel_getDomain (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel, double *EMin, double *EMax) |
|
MCGIDI_target_heated * | MCGIDI_outputChannel_getTargetHeated (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel) |
|
double | MCGIDI_outputChannel_getProjectileMass_MeV (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel) |
|
double | MCGIDI_outputChannel_getTargetMass_MeV (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel) |
|
double | MCGIDI_outputChannel_getQ_MeV (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel, double e_in) |
|
double | MCGIDI_outputChannel_getFinalQ (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel, double e_in) |
|
int | MCGIDI_outputChannel_sampleProductsAtE (statusMessageReporting *smr, MCGIDI_outputChannel *outputChannel, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo, MCGIDI_sampledProductsDatas *productDatas, double *masses) |
|
MCGIDI_product * | MCGIDI_product_new (statusMessageReporting *smr) |
|
int | MCGIDI_product_initialize (statusMessageReporting *smr, MCGIDI_product *product) |
|
MCGIDI_product * | MCGIDI_product_free (statusMessageReporting *smr, MCGIDI_product *product) |
|
int | MCGIDI_product_release (statusMessageReporting *smr, MCGIDI_product *product) |
|
int | MCGIDI_product_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_outputChannel *outputChannel, MCGIDI_POPs *pops, MCGIDI_product *product, int *delayedNeutronIndex) |
|
int | MCGIDI_product_getDomain (statusMessageReporting *smr, MCGIDI_product *product, double *EMin, double *EMax) |
|
int | MCGIDI_product_setTwoBodyMasses (statusMessageReporting *smr, MCGIDI_product *product, double projectileMass_MeV, double targetMass_MeV, double productMass_MeV, double residualMass_MeV) |
|
double | MCGIDI_product_getMass_MeV (statusMessageReporting *smr, MCGIDI_product *product) |
|
MCGIDI_target_heated * | MCGIDI_product_getTargetHeated (statusMessageReporting *smr, MCGIDI_product *product) |
|
double | MCGIDI_product_getProjectileMass_MeV (statusMessageReporting *smr, MCGIDI_product *product) |
|
double | MCGIDI_product_getTargetMass_MeV (statusMessageReporting *smr, MCGIDI_product *product) |
|
int | MCGIDI_product_sampleMultiplicity (statusMessageReporting *smr, MCGIDI_product *product, double e_in, double r) |
|
int | MCGIDI_product_sampleMu (statusMessageReporting *smr, MCGIDI_product *product, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
|
int | MCGIDI_sampledProducts_initialize (statusMessageReporting *smr, MCGIDI_sampledProductsDatas *sampledProductsDatas, int incrementSize) |
|
int | MCGIDI_sampledProducts_release (statusMessageReporting *smr, MCGIDI_sampledProductsDatas *sampledProductsDatas) |
|
int | MCGIDI_sampledProducts_remalloc (statusMessageReporting *smr, MCGIDI_sampledProductsDatas *sampledProductsDatas) |
|
int | MCGIDI_sampledProducts_addProduct (statusMessageReporting *smr, MCGIDI_sampledProductsDatas *sampledProductsDatas, MCGIDI_sampledProductsData *sampledProductsData) |
|
int | MCGIDI_sampledProducts_number (MCGIDI_sampledProductsDatas *sampledProductsDatas) |
|
MCGIDI_sampledProductsData * | MCGIDI_sampledProducts_getProductAtIndex (MCGIDI_sampledProductsDatas *sampledProductsDatas, int index) |
|
MCGIDI_distribution * | MCGIDI_distribution_new (statusMessageReporting *smr) |
|
int | MCGIDI_distribution_initialize (statusMessageReporting *smr, MCGIDI_distribution *distribution) |
|
MCGIDI_distribution * | MCGIDI_distribution_free (statusMessageReporting *smr, MCGIDI_distribution *distribution) |
|
int | MCGIDI_distribution_release (statusMessageReporting *smr, MCGIDI_distribution *distribution) |
|
int | MCGIDI_distribution_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_product *product, MCGIDI_POPs *pops, ptwXYPoints *norms) |
|
MCGIDI_angular * | MCGIDI_angular_new (statusMessageReporting *smr) |
|
int | MCGIDI_angular_initialize (statusMessageReporting *smr, MCGIDI_angular *angular) |
|
MCGIDI_angular * | MCGIDI_angular_free (statusMessageReporting *smr, MCGIDI_angular *angular) |
|
int | MCGIDI_angular_release (statusMessageReporting *smr, MCGIDI_angular *angular) |
|
int | MCGIDI_angular_setTwoBodyMasses (statusMessageReporting *smr, MCGIDI_angular *angular, double projectileMass_MeV, double targetMass_MeV, double productMass_MeV, double residualMass_MeV) |
|
int | MCGIDI_angular_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_distribution *distribution, ptwXYPoints *norms) |
|
int | MCGIDI_angular_sampleMu (statusMessageReporting *smr, MCGIDI_angular *angular, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
|
MCGIDI_energy * | MCGIDI_energy_new (statusMessageReporting *smr) |
|
int | MCGIDI_energy_initialize (statusMessageReporting *smr, MCGIDI_energy *energy) |
|
MCGIDI_energy * | MCGIDI_energy_free (statusMessageReporting *smr, MCGIDI_energy *energy) |
|
int | MCGIDI_energy_release (statusMessageReporting *smr, MCGIDI_energy *energy) |
|
int | MCGIDI_energy_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_distribution *distribution, ptwXYPoints *norms, enum MCGIDI_energyType energyType, double gammaEnergy_MeV) |
|
int | MCGIDI_energy_sampleEnergy (statusMessageReporting *smr, MCGIDI_energy *energy, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
|
int | MCGIDI_energyAngular_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_distribution *distribution) |
|
MCGIDI_energyAngular * | MCGIDI_energyAngular_new (statusMessageReporting *smr) |
|
int | MCGIDI_energyAngular_initialize (statusMessageReporting *smr, MCGIDI_energyAngular *energyAngular) |
|
MCGIDI_energyAngular * | MCGIDI_energyAngular_free (statusMessageReporting *smr, MCGIDI_energyAngular *energyAngular) |
|
int | MCGIDI_energyAngular_release (statusMessageReporting *smr, MCGIDI_energyAngular *energyAngular) |
|
int | MCGIDI_energyAngular_sampleDistribution (statusMessageReporting *smr, MCGIDI_distribution *distribution, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
|
MCGIDI_angularEnergy * | MCGIDI_angularEnergy_new (statusMessageReporting *smr) |
|
int | MCGIDI_angularEnergy_initialize (statusMessageReporting *smr, MCGIDI_angularEnergy *energyAngular) |
|
MCGIDI_angularEnergy * | MCGIDI_angularEnergy_free (statusMessageReporting *smr, MCGIDI_angularEnergy *energyAngular) |
|
int | MCGIDI_angularEnergy_release (statusMessageReporting *smr, MCGIDI_angularEnergy *energyAngular) |
|
int | MCGIDI_angularEnergy_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_distribution *distribution) |
|
int | MCGIDI_angularEnergy_sampleDistribution (statusMessageReporting *smr, MCGIDI_angularEnergy *angularEnergy, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
|
MCGIDI_KalbachMann * | MCGIDI_KalbachMann_new (statusMessageReporting *smr, ptwXY_interpolation interpolationWY, ptwXY_interpolation interpolationXY) |
|
int | MCGIDI_KalbachMann_initialize (statusMessageReporting *smr, MCGIDI_KalbachMann *KalbachMann, ptwXY_interpolation interpolationWY, ptwXY_interpolation interpolationXY) |
|
MCGIDI_KalbachMann * | MCGIDI_KalbachMann_free (statusMessageReporting *smr, MCGIDI_KalbachMann *KalbachMann) |
|
int | MCGIDI_KalbachMann_release (statusMessageReporting *smr, MCGIDI_KalbachMann *KalbachMann) |
|
int | MCGIDI_KalbachMann_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_distribution *distribution) |
|
int | MCGIDI_KalbachMann_sampleEp (statusMessageReporting *smr, MCGIDI_KalbachMann *KalbachMann, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
|
int | MCGIDI_uncorrelated_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_distribution *distribution, ptwXYPoints *norms, enum MCGIDI_energyType energyType, double gammaEnergy_MeV) |
|
int | MCGIDI_uncorrelated_sampleDistribution (statusMessageReporting *smr, MCGIDI_distribution *distribution, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
|
int | MCGIDI_LLNLAngular_angularEnergy_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_distribution *distribution) |
|
int | MCGIDI_kinetics_2BodyReaction (statusMessageReporting *smr, MCGIDI_angular *angular, double K, double mu, double phi, MCGIDI_sampledProductsData *outgoingData) |
|
int | MCGIDI_kinetics_COMKineticEnergy2LabEnergyAndMomentum (statusMessageReporting *smr, double beta, double e_kinetic_com, double mu, double phi, double m3cc, double m4cc, MCGIDI_sampledProductsData *outgoingData) |
|
int | MCGIDI_kinetics_COM2Lab (statusMessageReporting *smr, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo, double masses[3]) |
|
int | MCGIDI_sampling_pdfsOfXGivenW_initialize (statusMessageReporting *smr, MCGIDI_pdfsOfXGivenW *dists) |
|
int | MCGIDI_sampling_pdfsOfXGivenW_release (statusMessageReporting *smr, MCGIDI_pdfsOfXGivenW *dists) |
|
int | MCGIDI_sampling_pdfsOfX_release (statusMessageReporting *smr, MCGIDI_pdfOfX *dist) |
|
int | MCGIDI_sampling_sampleX_from_pdfsOfXGivenW (MCGIDI_pdfsOfXGivenW *dists, MCGIDI_pdfsOfXGivenW_sampled *sampled, double r) |
|
int | MCGIDI_sampling_sampleX_from_pdfOfX (MCGIDI_pdfOfX *dist, MCGIDI_pdfsOfXGivenW_sampled *sampled, double r) |
|
int | MCGIDI_sampling_doubleDistribution (statusMessageReporting *smr, MCGIDI_pdfsOfXGivenW *pdfOfWGivenV, MCGIDI_pdfsOfXGivenW *pdfOfXGivenVAndW, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
|
int | MCGIDI_sampling_interpolationValues (statusMessageReporting *smr, ptwXY_interpolation interpolation, double *ws, double y1, double y2, double *y) |
|
double | MCGIDI_sampling_ptwXY_getValueAtX (ptwXYPoints *ptwXY, double x1) |
|
int | MCGIDI_misc_NumberOfZSymbols (void) |
|
const char * | MCGIDI_misc_ZToSymbol (int iZ) |
|
int | MCGIDI_misc_symbolToZ (const char *Z) |
|
int | MCGIDI_miscNameToZAm (statusMessageReporting *smr, const char *name, int *Z, int *A, int *m, int *level) |
|
xDataTOM_Int | MCGIDI_misc_binarySearch (xDataTOM_Int n, double *ds, double d) |
|
int | MCGIDI_misc_PQUStringToDouble (statusMessageReporting *smr, char const *str, char const *unit, double conversion, double *value) |
|
int | MCGIDI_misc_PQUStringToDoubleInUnitOf (statusMessageReporting *smr, char const *str, char const *toUnit, double *value) |
|
void | MCGIDI_misc_updateTransportabilitiesMap (transportabilitiesMap *transportabilities, int PoPID, enum MCGIDI_transportability transportability) |
|
void | MCGIDI_misc_updateTransportabilitiesMap2 (transportabilitiesMap *transportabilities, int PoPID, int transportable) |
|