ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xDataTOM_W_XYs.cc File Reference
#include <string.h>
#include "xDataTOM_private.h"
+ Include dependency graph for xDataTOM_W_XYs.cc:

Go to the source code of this file.

Functions

xDataTOM_W_XYsxDataTOM_W_XYs_new (statusMessageReporting *smr, int index, int length, double value, xDataTOM_axes *axes, int axesOffset)
 
int xDataTOM_W_XYs_initialize (statusMessageReporting *smr, xDataTOM_W_XYs *W_XYs, int index, int length, double value, xDataTOM_axes *axes, int axesOffset)
 
xDataTOM_W_XYsxDataTOM_W_XYs_free (xDataTOM_W_XYs *W_XYs)
 
int xDataTOM_W_XYs_freeFrom_xDataInfo (xDataTOM_xDataInfo *xDI)
 
int xDataTOM_W_XYs_release (xDataTOM_W_XYs *W_XYs)
 

Variables

char const * xDataTOM_W_XYs_ID = "W_XYs"
 

Function Documentation

xDataTOM_W_XYs* xDataTOM_W_XYs_free ( xDataTOM_W_XYs W_XYs)

Definition at line 48 of file xDataTOM_W_XYs.cc.

View newest version in sPHENIX GitHub at line 48 of file xDataTOM_W_XYs.cc

References smr_freeMemory(), and xDataTOM_W_XYs_release().

Referenced by xDataTOM_W_XYs_freeFrom_xDataInfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_W_XYs_freeFrom_xDataInfo ( xDataTOM_xDataInfo xDI)

Definition at line 58 of file xDataTOM_W_XYs.cc.

View newest version in sPHENIX GitHub at line 58 of file xDataTOM_W_XYs.cc

References xDataTOM_xDataInfo_s::data, xDataTOM_xDataInfo_s::ID, xDataTOM_W_XYs_free(), and xDataTOM_W_XYs_ID.

Referenced by xDataTOM_releaseElement().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_W_XYs_initialize ( statusMessageReporting smr,
xDataTOM_W_XYs W_XYs,
int  index,
int  length,
double  value,
xDataTOM_axes axes,
int  axesOffset 
)

Definition at line 30 of file xDataTOM_W_XYs.cc.

View newest version in sPHENIX GitHub at line 30 of file xDataTOM_W_XYs.cc

References xDataTOM_W_XYs_s::index, BTOF::length, xDataTOM_W_XYs_s::length, smr_freeMemory(), smr_malloc2, xDataTOM_W_XYs_s::subAxes, xDataTOM_W_XYs_s::value, xDataTOM_subAxes_initialize(), xDataTOM_subAxesType_proxy, and xDataTOM_W_XYs_s::XYs.

Referenced by xDataTOM_W_XYs_new(), and xDataXML_W_XYsDataToTOM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

xDataTOM_W_XYs* xDataTOM_W_XYs_new ( statusMessageReporting smr,
int  index,
int  length,
double  value,
xDataTOM_axes axes,
int  axesOffset 
)

Definition at line 19 of file xDataTOM_W_XYs.cc.

View newest version in sPHENIX GitHub at line 19 of file xDataTOM_W_XYs.cc

References smr_freeMemory(), smr_malloc2, and xDataTOM_W_XYs_initialize().

+ Here is the call graph for this function:

int xDataTOM_W_XYs_release ( xDataTOM_W_XYs W_XYs)

Definition at line 68 of file xDataTOM_W_XYs.cc.

View newest version in sPHENIX GitHub at line 68 of file xDataTOM_W_XYs.cc

References xDataTOM_W_XYs_s::length, smr_freeMemory(), xDataTOM_W_XYs_s::subAxes, xDataTOM_subAxes_release(), xDataTOM_XYs_release(), and xDataTOM_W_XYs_s::XYs.

Referenced by xDataTOM_V_W_XYs_free(), and xDataTOM_W_XYs_free().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

char const* xDataTOM_W_XYs_ID = "W_XYs"

Definition at line 14 of file xDataTOM_W_XYs.cc.

View newest version in sPHENIX GitHub at line 14 of file xDataTOM_W_XYs.cc

Referenced by xDataTOM_releaseElement(), xDataTOM_W_XYs_freeFrom_xDataInfo(), xDataXML_constructTOM(), and xDataXML_W_XYsToTOM().