Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <statusMessageReporting.h>
#include <xDataTOM_importXML_private.h>
#include "MCGIDI_private.h"
Go to the source code of this file.
Macros | |
#define | MCGIDI_misc_pointerToTOMAttributeIfAllOk2(smr, required, attributes, name) MCGIDI_misc_pointerToTOMAttributeIfAllOk( smr, NULL, required, attributes, name, __FILE__, __LINE__ ) |
#define | MCGIDI_misc_pointerToTOMAttributeIfAllOk3(smr, path, required, attributes, name) MCGIDI_misc_pointerToTOMAttributeIfAllOk( smr, path, required, attributes, name, __FILE__, __LINE__ ) |
#define | MCGIDI_misc_pointerToAttributeIfAllOk2(smr, element, required, attributes, name) MCGIDI_misc_pointerToAttributeIfAllOk( smr, element, NULL, required, attributes, name, __FILE__, __LINE__ ) |
#define | MCGIDI_misc_pointerToAttributeIfAllOk3(smr, path, required, attributes, name) MCGIDI_misc_pointerToAttributeIfAllOk( smr, NULL, path, required, attributes, name, __FILE__, __LINE__ ) |
#define MCGIDI_misc_pointerToAttributeIfAllOk2 | ( | smr, | |
element, | |||
required, | |||
attributes, | |||
name | |||
) | MCGIDI_misc_pointerToAttributeIfAllOk( smr, element, NULL, required, attributes, name, __FILE__, __LINE__ ) |
Definition at line 31 of file MCGIDI_misc.h.
#define MCGIDI_misc_pointerToAttributeIfAllOk3 | ( | smr, | |
path, | |||
required, | |||
attributes, | |||
name | |||
) | MCGIDI_misc_pointerToAttributeIfAllOk( smr, NULL, path, required, attributes, name, __FILE__, __LINE__ ) |
Definition at line 33 of file MCGIDI_misc.h.
#define MCGIDI_misc_pointerToTOMAttributeIfAllOk2 | ( | smr, | |
required, | |||
attributes, | |||
name | |||
) | MCGIDI_misc_pointerToTOMAttributeIfAllOk( smr, NULL, required, attributes, name, __FILE__, __LINE__ ) |
Definition at line 26 of file MCGIDI_misc.h.
#define MCGIDI_misc_pointerToTOMAttributeIfAllOk3 | ( | smr, | |
path, | |||
required, | |||
attributes, | |||
name | |||
) | MCGIDI_misc_pointerToTOMAttributeIfAllOk( smr, path, required, attributes, name, __FILE__, __LINE__ ) |
Definition at line 28 of file MCGIDI_misc.h.
int MCGIDI_misc_copyXMLAttributesToTOM | ( | statusMessageReporting * | smr, |
xDataTOM_attributionList * | TOM, | ||
xDataXML_attributionList * | XML | ||
) |
Definition at line 296 of file MCGIDI_misc.cc.
ptwXYPoints * MCGIDI_misc_dataFromElement2ptwXYPointsInUnitsOf | ( | statusMessageReporting * | smr, |
xDataTOM_element * | linear, | ||
char const * | toUnits[2] | ||
) |
Definition at line 424 of file MCGIDI_misc.cc.
Referenced by MCGIDI_product_parseFromTOM(), and MCGIDI_reaction_parseFromTOM().
ptwXYPoints * MCGIDI_misc_dataFromXYs2ptwXYPointsInUnitsOf | ( | statusMessageReporting * | smr, |
xDataTOM_XYs * | XYs, | ||
ptwXY_interpolation | interpolation, | ||
char const * | units[2] | ||
) |
Definition at line 405 of file MCGIDI_misc.cc.
Referenced by MCGIDI_angular_parseFromTOM(), and MCGIDI_fromTOM_pdfsOfXGivenW().
char * MCGIDI_misc_getAbsPath | ( | statusMessageReporting * | smr, |
char const * | fileName | ||
) |
Definition at line 250 of file MCGIDI_misc.cc.
Referenced by MCGIDI_target_read().
enum xDataTOM_frame MCGIDI_misc_getProductFrame | ( | statusMessageReporting * | smr, |
xDataTOM_element * | frameElement | ||
) |
Definition at line 315 of file MCGIDI_misc.cc.
Referenced by MCGIDI_angular_parseFromTOM(), MCGIDI_energy_parseFromTOM(), and MCGIDI_KalbachMann_parseFromTOM().
double MCGIDI_misc_getUnitConversionFactor | ( | statusMessageReporting * | smr, |
char const * | fromUnit, | ||
char const * | toUnit | ||
) |
Definition at line 381 of file MCGIDI_misc.cc.
Referenced by MCGIDI_angular_parseFromTOM(), MCGIDI_fromTOM_pdfsOfXGivenW(), MCGIDI_KalbachMann_parseFromTOM(), MCGIDI_misc_PQUStringToDoubleInUnitOf(), and MCGIDI_target_heated_read().
char const * MCGIDI_misc_pointerToAttributeIfAllOk | ( | statusMessageReporting * | smr, |
xDataXML_element * | element, | ||
char const * | path, | ||
int | required, | ||
xDataTOM_attributionList * | attributes, | ||
char const * | name, | ||
char const * | file, | ||
int | line | ||
) |
Definition at line 184 of file MCGIDI_misc.cc.
char const * MCGIDI_misc_pointerToTOMAttributeIfAllOk | ( | statusMessageReporting * | smr, |
char const * | path, | ||
int | required, | ||
xDataTOM_attributionList * | attributes, | ||
char const * | name, | ||
char const * | file, | ||
int | line | ||
) |
Definition at line 168 of file MCGIDI_misc.cc.
int MCGIDI_misc_setMessageError_Element | ( | statusMessageReporting * | smr, |
void * | userInterface, | ||
xDataXML_element * | element, | ||
char const * | file, | ||
int | line, | ||
int | code, | ||
char const * | fmt, | ||
... | |||
) |
Definition at line 204 of file MCGIDI_misc.cc.
Referenced by MCGIDI_misc_pointerToAttributeIfAllOk(), and MCGIDI_target_read().