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

Go to the source code of this file.

Functions

int xDataTOM_polynomial_initialize (statusMessageReporting *smr, xDataTOM_polynomial *polynomial, int length, xDataTOM_axes *axes)
 
int xDataTOM_polynomial_free (xDataTOM_xDataInfo *xDI)
 
int xDataTOM_polynomial_release (xDataTOM_polynomial *polynomial)
 
int xDataTOM_polynomial_getData (xDataTOM_polynomial *polynomial, double **data)
 
int xDataTOM_polynomial_getDataFromXDataInfo (xDataTOM_xDataInfo *xDI, double **data)
 

Variables

char const * xDataTOM_polynomial_ID = "polynomial"
 

Function Documentation

int xDataTOM_polynomial_free ( xDataTOM_xDataInfo xDI)

Definition at line 33 of file xDataTOM_polynomial.cc.

View newest version in sPHENIX GitHub at line 33 of file xDataTOM_polynomial.cc

References xDataTOM_xDataInfo_s::data, xDataTOM_xDataInfo_s::ID, smr_freeMemory(), xDataTOM_polynomial_ID, and xDataTOM_polynomial_release().

Referenced by xDataTOM_releaseElement().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_polynomial_getData ( xDataTOM_polynomial polynomial,
double **  data 
)

Definition at line 55 of file xDataTOM_polynomial.cc.

View newest version in sPHENIX GitHub at line 55 of file xDataTOM_polynomial.cc

References xDataTOM_polynomial_s::coefficients, and xDataTOM_polynomial_s::length.

Referenced by xDataTOM_polynomial_getDataFromXDataInfo().

+ Here is the caller graph for this function:

int xDataTOM_polynomial_getDataFromXDataInfo ( xDataTOM_xDataInfo xDI,
double **  data 
)

Definition at line 63 of file xDataTOM_polynomial.cc.

View newest version in sPHENIX GitHub at line 63 of file xDataTOM_polynomial.cc

References xDataTOM_xDataInfo_s::data, and xDataTOM_polynomial_getData().

Referenced by MCGIDI_product_parsePolynomialMultiplicity().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_polynomial_initialize ( statusMessageReporting smr,
xDataTOM_polynomial polynomial,
int  length,
xDataTOM_axes axes 
)

Definition at line 19 of file xDataTOM_polynomial.cc.

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

References xDataTOM_polynomial_s::coefficients, BTOF::length, xDataTOM_polynomial_s::length, smr_freeMemory(), smr_malloc2, xDataTOM_polynomial_s::subAxes, xDataTOM_subAxes_initialize(), and xDataTOM_subAxesType_proxy.

Referenced by xDataXML_polynomialToTOM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int xDataTOM_polynomial_release ( xDataTOM_polynomial polynomial)

Definition at line 44 of file xDataTOM_polynomial.cc.

View newest version in sPHENIX GitHub at line 44 of file xDataTOM_polynomial.cc

References xDataTOM_polynomial_s::coefficients, xDataTOM_polynomial_s::length, smr_freeMemory(), xDataTOM_polynomial_s::subAxes, and xDataTOM_subAxes_release().

Referenced by xDataTOM_polynomial_free(), and xDataXML_polynomialToTOM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

char const* xDataTOM_polynomial_ID = "polynomial"

Definition at line 14 of file xDataTOM_polynomial.cc.

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

Referenced by xDataTOM_polynomial_free(), xDataTOM_releaseElement(), xDataXML_constructTOM(), and xDataXML_polynomialToTOM().