Go to the source code of this file.
Macros | |
#define | EPS 3.0e-7 |
#define | FPMIN 1.0e-30 |
#define | ITMAX 100 |
Functions | |
float | GammaContinuedFraction (float a, float x) |
#define EPS 3.0e-7 |
Definition at line 6 of file GammaContinuedFraction.cc.
Referenced by SingleParticleEvent::Eloss(), GammaContinuedFraction(), reco::PreshowerCluster::operator==(), and SingleParticleEvent::subtractEloss().
#define FPMIN 1.0e-30 |
Definition at line 7 of file GammaContinuedFraction.cc.
Referenced by GammaContinuedFraction().
#define ITMAX 100 |
Definition at line 5 of file GammaContinuedFraction.cc.
Referenced by GammaContinuedFraction().
float GammaContinuedFraction | ( | float | a, |
float | x | ||
) |
Returns the continued fraction summation of the (complement of the) incomplete gamma function P(a,x) evaluated by its continued fraction representation. source: Numerical Recipes
Definition at line 10 of file GammaContinuedFraction.cc.
References a, b, trackerHits::c, dtNoiseDBValidation_cfg::cerr, EPS, FPMIN, h, i, and ITMAX.
Referenced by IncompleteGammaComplement::ln(), and IncompleteGammaComplement::value().