Geant4
10.01.p02
|
#include <G4GaussLaguerreQ.hh>
Public Member Functions | |
G4GaussLaguerreQ (function pFunction, G4double alpha, G4int nLaguerre) | |
G4double | Integral () const |
Public Member Functions inherited from G4VGaussianQuadrature | |
G4VGaussianQuadrature (function pFunction) | |
virtual | ~G4VGaussianQuadrature () |
G4double | GetAbscissa (G4int index) const |
G4double | GetWeight (G4int index) const |
G4int | GetNumber () const |
Private Member Functions | |
G4GaussLaguerreQ (const G4GaussLaguerreQ &) | |
G4GaussLaguerreQ & | operator= (const G4GaussLaguerreQ &) |
Additional Inherited Members | |
Protected Member Functions inherited from G4VGaussianQuadrature | |
G4double | GammaLogarithm (G4double xx) |
Protected Attributes inherited from G4VGaussianQuadrature | |
function | fFunction |
G4double * | fAbscissa |
G4double * | fWeight |
G4int | fNumber |
Definition at line 68 of file G4GaussLaguerreQ.hh.
Definition at line 42 of file G4GaussLaguerreQ.cc.
References alpha, G4VGaussianQuadrature::fAbscissa, FatalException, G4VGaussianQuadrature::fNumber, G4VGaussianQuadrature::fWeight, G4Exception(), G4VGaussianQuadrature::GammaLogarithm(), and tolerance.
|
private |
G4double G4GaussLaguerreQ::Integral | ( | ) | const |
Definition at line 116 of file G4GaussLaguerreQ.cc.
References G4VGaussianQuadrature::fAbscissa, G4VGaussianQuadrature::fFunction, G4VGaussianQuadrature::fNumber, and G4VGaussianQuadrature::fWeight.
|
private |