ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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" |
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().
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().
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().
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().
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().
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().