|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GaussLegendreQ.hh>
Inheritance diagram for G4GaussLegendreQ:Public Member Functions | |
| G4GaussLegendreQ (function pFunction) | |
| G4GaussLegendreQ (function pFunction, G4int nLegendre) | |
| G4GaussLegendreQ (const G4GaussLegendreQ &)=delete | |
| G4GaussLegendreQ & | operator= (const G4GaussLegendreQ &)=delete |
| G4double | Integral (G4double a, G4double b) const |
| G4double | QuickIntegral (G4double a, G4double b) const |
| G4double | AccurateIntegral (G4double a, G4double b) const |
Public Member Functions inherited from G4VGaussianQuadrature | |
| 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 |
Additional Inherited Members | |
Protected Member Functions inherited from G4VGaussianQuadrature | |
| G4double | GammaLogarithm (G4double xx) |
Protected Attributes inherited from G4VGaussianQuadrature | |
| function | fFunction |
| G4double * | fAbscissa = nullptr |
| G4double * | fWeight = nullptr |
| G4int | fNumber = 0 |
Definition at line 44 of file G4GaussLegendreQ.hh.
|
explicit |
Definition at line 34 of file G4GaussLegendreQ.cc.
Definition at line 47 of file G4GaussLegendreQ.cc.
|
delete |
Definition at line 147 of file G4GaussLegendreQ.cc.
Definition at line 96 of file G4GaussLegendreQ.cc.
|
delete |
Definition at line 117 of file G4GaussLegendreQ.cc.