Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include "xData.h"
Go to the source code of this file.
int xData_addToAccessed | ( | statusMessageReporting * | smr, |
xData_element * | element, | ||
int | increment | ||
) |
Definition at line 1078 of file xData.cc.
Referenced by tpia_angularEnergy_getFromElement(), tpia_channel_getFromElement(), tpia_Legendre_getFromElement(), tpia_misc_get2d_xShared_yHistogram_data(), tpia_misc_get2dx_y_data(), tpia_misc_get2dxindex_y_data(), tpia_misc_getEqualProbableBin(), tpia_misc_getEqualProbableBins(), tpia_multiplicity_getFromElement(), tpia_product_getFromElement(), and tpia_target_heated_read().
xData_attribute * xData_attributeByIndex | ( | xData_attributionList * | attributes, |
int | index | ||
) |
int xData_attributeListLength | ( | xData_attributionList * | attributes | ) |
xData_Int xData_convertAttributeTo_xData_Int | ( | statusMessageReporting * | smr, |
xData_element * | element, | ||
const char * | name, | ||
xData_Int * | n | ||
) |
Definition at line 710 of file xData.cc.
Referenced by tpia_angularEnergy_getFromElement(), tpia_channel_getFromElement(), tpia_misc_getEqualProbableBin(), tpia_misc_getEqualProbableBins(), tpia_target_heated_read(), and xData_xDataTypeConvertAttributes().
int xData_convertAttributeToDouble | ( | statusMessageReporting * | smr, |
xData_element * | element, | ||
const char * | name, | ||
double * | d | ||
) |
Definition at line 730 of file xData.cc.
Referenced by tpia_angularEnergy_getFromElement(), tpia_misc_getEqualProbableBins(), and tpia_target_read().
int xData_copyAttributionList | ( | statusMessageReporting * | smr, |
xData_attributionList * | dest, | ||
xData_attributionList * | src | ||
) |
Definition at line 564 of file xData.cc.
Referenced by tpia_channel_getFromElement(), tpia_product_getFromElement(), tpia_target_heated_read(), and tpia_target_read().
void xData_freeElementList | ( | statusMessageReporting * | smr, |
xData_elementList * | list | ||
) |
Definition at line 832 of file xData.cc.
Referenced by tpia_angularEnergy_getFromElement(), tpia_Legendre_getFromElement(), tpia_misc_getEqualProbableBins(), tpia_product_getDecayChannelFromElement(), and xData_getOneElementByTagName().
void * xData_get_smrUserInterfaceFromDocument | ( | xData_document * | doc | ) |
Definition at line 944 of file xData.cc.
Referenced by xData_get_smrUserInterfaceFromElement(), and xData_parseEndOfXML().
void * xData_get_smrUserInterfaceFromElement | ( | xData_element * | element | ) |
Definition at line 952 of file xData.cc.
Referenced by getRowStartEndAtIndex(), xData_1d_x_copyData(), xData_convertAttributeTo_xData_Int(), xData_convertAttributeToDouble(), xData_getCommonData(), xData_getOneElementByTagName(), xData_is_xDataType(), and xData_xDataTypeConvertAttributes().
int xData_getAccessed | ( | statusMessageReporting * | smr, |
xData_element * | element | ||
) |
char * xData_getAttributesValue | ( | xData_attributionList * | attributes, |
const char * | name | ||
) |
Definition at line 530 of file xData.cc.
Referenced by tpia_misc_pointerToAttributeIfAllOk(), tpia_multiplicity_getTimeScaleFromElement(), tpia_target_getAttributesValue(), tpia_target_heated_read(), and xData_getAttributesValueInElement().
const char * xData_getAttributesValueInElement | ( | xData_element * | element, |
const char * | name | ||
) |
Definition at line 546 of file xData.cc.
Referenced by tpia_frame_setFromElement(), tpia_map_readFile(), tpia_target_read(), xData_convertAttributeTo_xData_Int(), xData_convertAttributeToDouble(), and xData_getElementsByTagNameAndSort().
int xData_getCommonData | ( | statusMessageReporting * | smr, |
xData_element * | element, | ||
xData_Int * | index, | ||
xData_Int * | start, | ||
xData_Int * | end, | ||
xData_Int * | length | ||
) |
Definition at line 652 of file xData.cc.
xData_element * xData_getDocumentsElement | ( | xData_document * | doc | ) |
Definition at line 476 of file xData.cc.
Referenced by tpia_map_readFile(), tpia_target_heated_read(), and tpia_target_read().
xData_element * xData_getElements_xDataElement | ( | statusMessageReporting * | smr, |
xData_element * | element | ||
) |
Definition at line 622 of file xData.cc.
Referenced by tpia_misc_getEqualProbableBins().
xData_elementList * xData_getElementsByTagName | ( | statusMessageReporting * | smr, |
xData_element * | element, | ||
const char * | tagName | ||
) |
Definition at line 761 of file xData.cc.
Referenced by tpia_product_getDecayChannelFromElement(), xData_getElementsByTagNameAndSort(), and xData_getOneElementByTagName().
xData_elementList * xData_getElementsByTagNameAndSort | ( | statusMessageReporting * | smr, |
xData_element * | element, | ||
const char * | tagName, | ||
const char * | sortAttributeName, | ||
xData_sortElementFunc | sortFunction | ||
) |
Definition at line 788 of file xData.cc.
Referenced by tpia_angularEnergy_getFromElement(), tpia_Legendre_getFromElement(), and tpia_misc_getEqualProbableBins().
xData_document * xData_getElementsDocument | ( | xData_element * | element | ) |
Definition at line 934 of file xData.cc.
Referenced by xData_get_smrUserInterfaceFromElement().
char const * xData_getFileName | ( | xData_document * | doc | ) |
xData_element * xData_getFirstElement | ( | xData_element * | element | ) |
Definition at line 477 of file xData.cc.
Referenced by tpia_map_readFile(), tpia_multiplicity_getFromElement(), tpia_target_heated_read(), tpia_target_read(), xData_getElementsByTagName(), xData_getFirstItem(), and xData_numberOfElementsByTagName().
enum xData_itemMode xData_getFirstItem | ( | xData_element * | element, |
xData_item * | item | ||
) |
xData_element * xData_getNextElement | ( | xData_element * | element | ) |
Definition at line 478 of file xData.cc.
Referenced by tpia_map_readFile(), tpia_multiplicity_getFromElement(), tpia_target_heated_read(), tpia_target_read(), xData_getElementsByTagName(), and xData_numberOfElementsByTagName().
enum xData_itemMode xData_getNextItem | ( | xData_item * | item | ) |
xData_element * xData_getOneElementByTagName | ( | statusMessageReporting * | smr, |
xData_element * | element, | ||
char * | name, | ||
int | required | ||
) |
Definition at line 810 of file xData.cc.
Referenced by tpia_angularEnergy_getFromElement(), tpia_channel_getFromElement(), tpia_misc_get2d_xShared_yHistogram_data(), tpia_misc_get2dx_y_data(), tpia_misc_get2dxindex_y_data(), tpia_misc_getEqualProbableBin(), tpia_target_heated_read(), and xData_getElements_xDataElement().
int xData_initializeAttributionList | ( | statusMessageReporting * | smr, |
xData_attributionList * | attributes | ||
) |
Definition at line 554 of file xData.cc.
int xData_is_xDataType | ( | statusMessageReporting * | smr, |
xDataType * | xDT, | ||
char const *const | type, | ||
int | setMsg | ||
) |
Definition at line 900 of file xData.cc.
Referenced by xData_is_1d_x(), xData_is_2d_xindex_y(), xData_is_2d_xShared_yHistogram(), xData_is_2d_xy(), and xData_is_matrix().
int xData_numberOfElementsByTagName | ( | statusMessageReporting * | smr, |
xData_element * | element, | ||
const char * | tagName | ||
) |
Definition at line 750 of file xData.cc.
Referenced by tpia_target_heated_read(), and xData_getElementsByTagName().
int xData_parse | ( | xData_document * | doc, |
const char * | s | ||
) |
Definition at line 251 of file xData.cc.
Referenced by xData_parseReadFile(), and xData_parseString().
int xData_parseEndOfXML | ( | statusMessageReporting * | smr, |
xData_document * | doc | ||
) |
Definition at line 187 of file xData.cc.
Referenced by xData_parseFree(), xData_parseReadFile(), and xData_parseString().
void * xData_parseFree | ( | statusMessageReporting * | smr, |
xData_document * | doc | ||
) |
Definition at line 208 of file xData.cc.
Referenced by tpia_map_readFile(), tpia_target_heated_read(), tpia_target_read(), xData_parseMalloc(), xData_parseReadFile(), and xData_parseString().
int xData_parseInitialize | ( | statusMessageReporting * | smr, |
xData_document * | doc, | ||
xData_xDataTypeOk | func, | ||
void * | userData | ||
) |
Definition at line 157 of file xData.cc.
Referenced by xData_parseMalloc().
int xData_parseIsError | ( | xData_document * | doc | ) |
xData_document * xData_parseMalloc | ( | statusMessageReporting * | smr, |
xData_xDataTypeOk | func, | ||
void * | userData | ||
) |
Definition at line 141 of file xData.cc.
Referenced by xData_parseReadFile(), and xData_parseString().
xData_document * xData_parseReadFile | ( | statusMessageReporting * | smr, |
const char * | fileName, | ||
xData_xDataTypeOk | func, | ||
void * | userData | ||
) |
Definition at line 84 of file xData.cc.
Referenced by tpia_map_readFile(), tpia_target_heated_read(), and tpia_target_read().
xData_document * xData_parseString | ( | statusMessageReporting * | smr, |
const char * | str, | ||
xData_xDataTypeOk | func, | ||
void * | userData | ||
) |
Definition at line 123 of file xData.cc.
int xData_releaseAttributionList | ( | statusMessageReporting * | smr, |
xData_attributionList * | attributes | ||
) |
Definition at line 611 of file xData.cc.
Referenced by tpia_channel_release(), tpia_product_release(), tpia_target_heated_release(), and tpia_target_release().
int xData_setFileName | ( | statusMessageReporting * | smr, |
xData_document * | doc, | ||
char const * | fileName | ||
) |
Definition at line 921 of file xData.cc.
Referenced by xData_parseReadFile().
int xData_stringTo_double | ( | statusMessageReporting * | smr, |
void * | smrUserInterface, | ||
char const * | c, | ||
double * | value, | ||
char const * | endings, | ||
char ** | e | ||
) |
Definition at line 1044 of file xData.cc.
int xData_stringTo_xData_Int | ( | statusMessageReporting * | smr, |
void * | smrUserInterface, | ||
char const * | c, | ||
xData_Int * | value, | ||
char const * | endings, | ||
char ** | e | ||
) |
Definition at line 1010 of file xData.cc.
int xData_xDataTypeConvertAttributes | ( | statusMessageReporting * | smr, |
xData_element * | element | ||
) |
Definition at line 668 of file xData.cc.
Referenced by xData_init_1d_x(), xData_init_2d_xindex_y(), xData_init_2d_xShared_yHistogram(), xData_init_2d_xy(), and xData_init_matrix().