Geant4
10.01.p02
|
#include <G4GaussChebyshevQ.hh>
Public Member Functions | |
G4GaussChebyshevQ (function pFunction, G4int nChebyshev) | |
~G4GaussChebyshevQ () | |
G4double | Integral (G4double a, G4double b) 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 | |
G4GaussChebyshevQ (const G4GaussChebyshevQ &) | |
G4GaussChebyshevQ & | operator= (const G4GaussChebyshevQ &) |
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 63 of file G4GaussChebyshevQ.hh.
Definition at line 36 of file G4GaussChebyshevQ.cc.
References G4VGaussianQuadrature::fAbscissa, G4VGaussianQuadrature::fNumber, G4VGaussianQuadrature::fWeight, and G4INCL::Math::pi.
G4GaussChebyshevQ::~G4GaussChebyshevQ | ( | ) |
Definition at line 54 of file G4GaussChebyshevQ.cc.
|
private |
Definition at line 64 of file G4GaussChebyshevQ.cc.
References a, G4VGaussianQuadrature::fAbscissa, G4VGaussianQuadrature::fFunction, G4VGaussianQuadrature::fNumber, and G4VGaussianQuadrature::fWeight.
|
private |