Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VGaussianQuadrature.hh>
Public Member Functions | |
G4VGaussianQuadrature (function pFunction) | |
virtual | ~G4VGaussianQuadrature () |
G4VGaussianQuadrature (const G4VGaussianQuadrature &)=delete | |
G4VGaussianQuadrature & | operator= (const G4VGaussianQuadrature &)=delete |
G4double | GetAbscissa (G4int index) const |
G4double | GetWeight (G4int index) const |
G4int | GetNumber () const |
Protected Member Functions | |
G4double | GammaLogarithm (G4double xx) |
Protected Attributes | |
function | fFunction |
G4double * | fAbscissa = nullptr |
G4double * | fWeight = nullptr |
G4int | fNumber = 0 |
Definition at line 47 of file G4VGaussianQuadrature.hh.
|
explicit |
Definition at line 35 of file G4VGaussianQuadrature.cc.
|
virtual |
Definition at line 44 of file G4VGaussianQuadrature.cc.
|
delete |
Definition at line 70 of file G4VGaussianQuadrature.cc.
Referenced by G4GaussJacobiQ::G4GaussJacobiQ(), and G4GaussLaguerreQ::G4GaussLaguerreQ().
Definition at line 53 of file G4VGaussianQuadrature.cc.
G4int G4VGaussianQuadrature::GetNumber | ( | ) | const |
Definition at line 63 of file G4VGaussianQuadrature.cc.
Definition at line 58 of file G4VGaussianQuadrature.cc.
|
delete |
|
protected |
Definition at line 71 of file G4VGaussianQuadrature.hh.
Referenced by G4GaussChebyshevQ::G4GaussChebyshevQ(), G4GaussHermiteQ::G4GaussHermiteQ(), G4GaussJacobiQ::G4GaussJacobiQ(), G4GaussLaguerreQ::G4GaussLaguerreQ(), G4GaussLegendreQ::G4GaussLegendreQ(), GetAbscissa(), G4GaussHermiteQ::Integral(), G4GaussJacobiQ::Integral(), G4GaussLaguerreQ::Integral(), G4GaussChebyshevQ::Integral(), G4GaussLegendreQ::Integral(), and ~G4VGaussianQuadrature().
|
protected |
Definition at line 70 of file G4VGaussianQuadrature.hh.
Referenced by G4GaussLegendreQ::AccurateIntegral(), G4GaussHermiteQ::Integral(), G4GaussJacobiQ::Integral(), G4GaussLaguerreQ::Integral(), G4GaussChebyshevQ::Integral(), G4GaussLegendreQ::Integral(), and G4GaussLegendreQ::QuickIntegral().
|
protected |
Definition at line 73 of file G4VGaussianQuadrature.hh.
Referenced by G4GaussChebyshevQ::G4GaussChebyshevQ(), G4GaussHermiteQ::G4GaussHermiteQ(), G4GaussJacobiQ::G4GaussJacobiQ(), G4GaussLaguerreQ::G4GaussLaguerreQ(), G4GaussLegendreQ::G4GaussLegendreQ(), GetNumber(), G4GaussHermiteQ::Integral(), G4GaussJacobiQ::Integral(), G4GaussLaguerreQ::Integral(), G4GaussChebyshevQ::Integral(), and G4GaussLegendreQ::Integral().
|
protected |
Definition at line 72 of file G4VGaussianQuadrature.hh.
Referenced by G4GaussChebyshevQ::G4GaussChebyshevQ(), G4GaussHermiteQ::G4GaussHermiteQ(), G4GaussJacobiQ::G4GaussJacobiQ(), G4GaussLaguerreQ::G4GaussLaguerreQ(), G4GaussLegendreQ::G4GaussLegendreQ(), GetWeight(), G4GaussHermiteQ::Integral(), G4GaussJacobiQ::Integral(), G4GaussLaguerreQ::Integral(), G4GaussChebyshevQ::Integral(), G4GaussLegendreQ::Integral(), and ~G4VGaussianQuadrature().