ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Functions | |
int | xDataTOM_V_W_XYs_initialize (statusMessageReporting *smr, xDataTOM_V_W_XYs *V_W_XYs, int length, xDataTOM_axes *axes) |
int | xDataTOM_V_W_XYs_free (xDataTOM_xDataInfo *xDI) |
Variables | |
char const * | xDataTOM_V_W_XYs_ID = "V_W_XYs" |
int xDataTOM_V_W_XYs_free | ( | xDataTOM_xDataInfo * | xDI | ) |
Definition at line 34 of file xDataTOM_V_W_XYs.cc.
View newest version in sPHENIX GitHub at line 34 of file xDataTOM_V_W_XYs.cc
References xDataTOM_xDataInfo_s::data, xDataTOM_xDataInfo_s::ID, xDataTOM_V_W_XYs_s::length, smr_freeMemory(), xDataTOM_V_W_XYs_s::W_XYs, xDataTOM_V_W_XYs_ID, and xDataTOM_W_XYs_release().
Referenced by xDataTOM_releaseElement().
int xDataTOM_V_W_XYs_initialize | ( | statusMessageReporting * | smr, |
xDataTOM_V_W_XYs * | V_W_XYs, | ||
int | length, | ||
xDataTOM_axes * | axes | ||
) |
Definition at line 19 of file xDataTOM_V_W_XYs.cc.
View newest version in sPHENIX GitHub at line 19 of file xDataTOM_V_W_XYs.cc
References BTOF::length, xDataTOM_V_W_XYs_s::length, smr_freeMemory(), smr_malloc2, xDataTOM_V_W_XYs_s::subAxes, xDataTOM_V_W_XYs_s::W_XYs, xDataTOM_subAxes_initialize(), and xDataTOM_subAxesType_proxy.
Referenced by xDataXML_V_W_XYsToTOM().
char const* xDataTOM_V_W_XYs_ID = "V_W_XYs" |
Definition at line 14 of file xDataTOM_V_W_XYs.cc.
View newest version in sPHENIX GitHub at line 14 of file xDataTOM_V_W_XYs.cc
Referenced by xDataTOM_releaseElement(), xDataTOM_V_W_XYs_free(), xDataXML_constructTOM(), and xDataXML_V_W_XYsToTOM().