ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Functions | |
int | xDataTOM_XYs_free (xDataTOM_xDataInfo *xDI) |
int | xDataTOM_XYs_release (xDataTOM_XYs *XYs) |
int | xDataTOM_XYs_getData (xDataTOM_XYs *XYs, double **data) |
int | xDataTOM_XYs_getDataFromXDataInfo (xDataTOM_xDataInfo *xDI, double **data) |
Variables | |
char const * | xDataTOM_XYs_ID = "XYs" |
int xDataTOM_XYs_free | ( | xDataTOM_xDataInfo * | xDI | ) |
Definition at line 19 of file xDataTOM_XYs.cc.
View newest version in sPHENIX GitHub at line 19 of file xDataTOM_XYs.cc
References xDataTOM_xDataInfo_s::data, xDataTOM_xDataInfo_s::ID, smr_freeMemory(), xDataTOM_XYs_ID, and xDataTOM_XYs_release().
Referenced by xDataTOM_releaseElement().
int xDataTOM_XYs_getData | ( | xDataTOM_XYs * | XYs, |
double ** | data | ||
) |
Definition at line 42 of file xDataTOM_XYs.cc.
View newest version in sPHENIX GitHub at line 42 of file xDataTOM_XYs.cc
References xDataTOM_XYs_s::data, and xDataTOM_XYs_s::length.
Referenced by MCGIDI_misc_dataFromXYs2ptwXYPointsInUnitsOf(), and xDataTOM_XYs_getDataFromXDataInfo().
int xDataTOM_XYs_getDataFromXDataInfo | ( | xDataTOM_xDataInfo * | xDI, |
double ** | data | ||
) |
Definition at line 50 of file xDataTOM_XYs.cc.
View newest version in sPHENIX GitHub at line 50 of file xDataTOM_XYs.cc
References xDataTOM_xDataInfo_s::data, and xDataTOM_XYs_getData().
Referenced by MCGIDI_misc_dataFromElement2ptwXYPointsInUnitsOf().
int xDataTOM_XYs_release | ( | xDataTOM_XYs * | XYs | ) |
Definition at line 31 of file xDataTOM_XYs.cc.
View newest version in sPHENIX GitHub at line 31 of file xDataTOM_XYs.cc
References xDataTOM_XYs_s::data, xDataTOM_XYs_s::length, smr_freeMemory(), xDataTOM_XYs_s::subAxes, and xDataTOM_subAxes_release().
Referenced by xDataTOM_regionsXYs_free(), xDataTOM_W_XYs_release(), and xDataTOM_XYs_free().
char const* xDataTOM_XYs_ID = "XYs" |
Definition at line 14 of file xDataTOM_XYs.cc.
View newest version in sPHENIX GitHub at line 14 of file xDataTOM_XYs.cc
Referenced by xDataTOM_releaseElement(), xDataTOM_XYs_free(), xDataXML_constructTOM(), and xDataXML_XYsDataToTOM2().