Geant4-11
|
Go to the source code of this file.
Functions | |
ptwXYPoints * | ptwXY_convolution (ptwXYPoints *ptwXY1, ptwXYPoints *ptwXY2, nfu_status *status, int mode) |
static nfu_status | ptwXY_convolution2 (ptwXYPoints *f1, ptwXYPoints *f2, double y, double yMin, double *c) |
static nfu_status | ptwXY_convolution3 (ptwXYPoints *convolute, ptwXYPoints *f1, ptwXYPoints *f2, double y1, double c1, double y2, double c2, double yMin) |
nfu_status | ptwXY_exp (ptwXYPoints *ptwXY, double a) |
static nfu_status | ptwXY_exp_s (ptwXYPoints *ptwXY, double x1, double y1, double z1, double x2, double y2, double z2, int level) |
nfu_status | ptwXY_pow (ptwXYPoints *ptwXY, double v) |
static nfu_status | ptwXY_pow_callback (ptwXYPoint *point, void *argList) |
ptwXYPoints * ptwXY_convolution | ( | ptwXYPoints * | ptwXY1, |
ptwXYPoints * | ptwXY2, | ||
nfu_status * | status, | ||
int | mode | ||
) |
Definition at line 96 of file ptwXY_functions.cc.
References ptwXYPoints_s::accuracy, ptwXYPoints_s::interpolation, ptwXYPoints_s::length, CLHEP::detail::n, nfu_Okay, nfu_tooFewPoints, nfu_unsupportedInterpolation, ptwXYPoints_s::points, ptwXY_convolution2(), ptwXY_convolution3(), ptwXY_free(), ptwXY_interpolationLinLin, ptwXY_new(), ptwXY_setValueAtX(), ptwXY_simpleCoalescePoints(), and ptwXYPoint_s::x.
|
static |
Definition at line 174 of file ptwXY_functions.cc.
References ptwXYOverflowPoint_s::index, ptwXYPoints_s::interpolation, ptwXYPoints_s::length, nfu_Okay, ptwXYPoints_s::points, ptwXY_getPointsAroundX(), ptwXY_interpolatePoint(), ptwXY_lessEqualGreaterX_between, ptwXY_lessEqualGreaterX_empty, ptwXY_lessEqualGreaterX_equal, ptwXY_lessEqualGreaterX_greater, ptwXY_lessEqualGreaterX_lessThan, ptwXYPoint_s::x, and ptwXYPoint_s::y.
Referenced by ptwXY_convolution(), and ptwXY_convolution3().
|
static |
Definition at line 294 of file ptwXY_functions.cc.
References ptwXYPoints_s::accuracy, nfu_Okay, ptwXY_convolution2(), ptwXY_convolution3(), ptwXY_getXMax(), ptwXY_getXMin(), and ptwXY_setValueAtX().
Referenced by ptwXY_convolution(), and ptwXY_convolution3().
nfu_status ptwXY_exp | ( | ptwXYPoints * | ptwXY, |
double | a | ||
) |
Definition at line 43 of file ptwXY_functions.cc.
References G4Exp(), ptwXYPoints_s::interpolation, ptwXYPoints_s::length, nfu_invalidInterpolation, nfu_Okay, nfu_otherInterpolation, ptwXYPoints_s::points, ptwXY_exp_s(), ptwXY_interpolationFlat, ptwXY_interpolationOther, ptwXY_simpleCoalescePoints(), ptwXYPoints_s::status, ptwXYPoint_s::x, and ptwXYPoint_s::y.
|
static |
Definition at line 71 of file ptwXY_functions.cc.
References ptwXYPoints_s::accuracy, ptwXYPoints_s::biSectionMax, G4Exp(), nfu_Okay, ptwXY_exp_s(), ptwXY_setValueAtX(), and s.
Referenced by ptwXY_exp(), and ptwXY_exp_s().
nfu_status ptwXY_pow | ( | ptwXYPoints * | ptwXY, |
double | v | ||
) |
Definition at line 24 of file ptwXY_functions.cc.
References ptwXY_applyFunction(), and ptwXY_pow_callback().
|
static |
Definition at line 31 of file ptwXY_functions.cc.
References G4Pow::GetInstance(), nfu_Okay, G4Pow::powA(), and ptwXYPoint_s::y.
Referenced by ptwXY_pow().