ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/global/HEPNumerics/include/G4GaussJacobiQ.hh>
Public Member Functions | |
G4GaussJacobiQ (function pFunction, G4double alpha, G4double beta, G4int nJacobi) | |
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 | |
G4GaussJacobiQ (const G4GaussJacobiQ &) | |
G4GaussJacobiQ & | operator= (const G4GaussJacobiQ &) |
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 61 of file G4GaussJacobiQ.hh.
View newest version in sPHENIX GitHub at line 61 of file G4GaussJacobiQ.hh
Definition at line 36 of file G4GaussJacobiQ.cc.
View newest version in sPHENIX GitHub at line 36 of file G4GaussJacobiQ.cc
References a, alpha, b, c, G4VGaussianQuadrature::fAbscissa, FatalException, G4VGaussianQuadrature::fNumber, G4VGaussianQuadrature::fWeight, G4Exception(), G4VGaussianQuadrature::GammaLogarithm(), and k.
|
private |
G4double G4GaussJacobiQ::Integral | ( | ) | const |
Definition at line 151 of file G4GaussJacobiQ.cc.
View newest version in sPHENIX GitHub at line 151 of file G4GaussJacobiQ.cc
References G4VGaussianQuadrature::fAbscissa, G4VGaussianQuadrature::fFunction, G4VGaussianQuadrature::fNumber, and G4VGaussianQuadrature::fWeight.
|
private |