![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/global/HEPNumerics/include/G4GaussLegendreQ.hh>
Public Member Functions | |
G4GaussLegendreQ (function pFunction) | |
G4GaussLegendreQ (function pFunction, G4int nLegendre) | |
G4double | Integral (G4double a, G4double b) const |
G4double | QuickIntegral (G4double a, G4double b) const |
G4double | AccurateIntegral (G4double a, G4double b) const |
![]() | |
G4VGaussianQuadrature (function pFunction) | |
virtual | ~G4VGaussianQuadrature () |
G4double | GetAbscissa (G4int index) const |
G4double | GetWeight (G4int index) const |
G4int | GetNumber () const |
Private Member Functions | |
G4GaussLegendreQ (const G4GaussLegendreQ &) | |
G4GaussLegendreQ & | operator= (const G4GaussLegendreQ &) |
Additional Inherited Members | |
![]() | |
G4double | GammaLogarithm (G4double xx) |
![]() | |
function | fFunction |
G4double * | fAbscissa |
G4double * | fWeight |
G4int | fNumber |
Definition at line 89 of file G4GaussLegendreQ.hh.
View newest version in sPHENIX GitHub at line 89 of file G4GaussLegendreQ.hh
|
explicit |
Definition at line 32 of file G4GaussLegendreQ.cc.
View newest version in sPHENIX GitHub at line 32 of file G4GaussLegendreQ.cc
Definition at line 46 of file G4GaussLegendreQ.cc.
View newest version in sPHENIX GitHub at line 46 of file G4GaussLegendreQ.cc
References G4VGaussianQuadrature::fAbscissa, FatalException, G4VGaussianQuadrature::fNumber, G4VGaussianQuadrature::fWeight, G4Exception(), k, pi, temp1, and temp2.
|
private |
Definition at line 153 of file G4GaussLegendreQ.cc.
View newest version in sPHENIX GitHub at line 153 of file G4GaussLegendreQ.cc
References b, dx, G4VGaussianQuadrature::fFunction, and weight.
Definition at line 98 of file G4GaussLegendreQ.cc.
View newest version in sPHENIX GitHub at line 98 of file G4GaussLegendreQ.cc
References b, dx, G4VGaussianQuadrature::fAbscissa, G4VGaussianQuadrature::fFunction, G4VGaussianQuadrature::fNumber, and G4VGaussianQuadrature::fWeight.
|
private |
Definition at line 121 of file G4GaussLegendreQ.cc.
View newest version in sPHENIX GitHub at line 121 of file G4GaussLegendreQ.cc
References b, dx, G4VGaussianQuadrature::fFunction, and weight.