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

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"
 

Function Documentation

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

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().