ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nf_incompleteGammaFunctions.cc File Reference
+ Include dependency graph for nf_incompleteGammaFunctions.cc:

Go to the source code of this file.

Functions

double nf_incompleteGammaFunctionComplementary (double a, double x, nfu_status *status)
 
double nf_incompleteGammaFunction (double a, double x, nfu_status *status)
 

Variables

static double big = 4.503599627370496e15
 
static double biginv = 2.22044604925031308085e-16
 

Function Documentation

double nf_incompleteGammaFunction ( double  a,
double  x,
nfu_status status 
)

Definition at line 155 of file nf_incompleteGammaFunctions.cc.

View newest version in sPHENIX GitHub at line 155 of file nf_incompleteGammaFunctions.cc

References a, KF_timing::ax, c, DBL_EPSILON, G4Exp(), G4Log(), isfinite, nf_gammaFunction(), nf_incompleteGammaFunctionComplementary(), nfu_badInput, nfu_Okay, and r.

Referenced by MCGIDI_energy_parseMadlandNixFromTOM_callback_g(), and nf_incompleteGammaFunctionComplementary().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

double nf_incompleteGammaFunctionComplementary ( double  a,
double  x,
nfu_status status 
)

Definition at line 88 of file nf_incompleteGammaFunctions.cc.

View newest version in sPHENIX GitHub at line 88 of file nf_incompleteGammaFunctions.cc

References a, KF_timing::ax, big, biginv, c, DBL_EPSILON, G4Exp(), G4Log(), isfinite, nf_gammaFunction(), nf_incompleteGammaFunction(), nfu_badInput, nfu_Okay, r, t, x, y, and z.

Referenced by MCGIDI_energy_parseMadlandNixFromTOM_callback_g(), and nf_incompleteGammaFunction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

double big = 4.503599627370496e15
static

Definition at line 82 of file nf_incompleteGammaFunctions.cc.

View newest version in sPHENIX GitHub at line 82 of file nf_incompleteGammaFunctions.cc

Referenced by nf_incompleteGammaFunctionComplementary().

double biginv = 2.22044604925031308085e-16
static

Definition at line 83 of file nf_incompleteGammaFunctions.cc.

View newest version in sPHENIX GitHub at line 83 of file nf_incompleteGammaFunctions.cc

Referenced by nf_incompleteGammaFunctionComplementary().