#include <G4GaussChebyshevQ.hh>
Definition at line 44 of file G4GaussChebyshevQ.hh.
◆ G4GaussChebyshevQ() [1/2]
G4GaussChebyshevQ::G4GaussChebyshevQ |
( |
function | pFunction, |
|
|
G4int | nChebyshev ) |
Definition at line 38 of file G4GaussChebyshevQ.cc.
40{
46 {
49 }
50}
G4VGaussianQuadrature(function pFunction)
◆ ~G4GaussChebyshevQ()
G4GaussChebyshevQ::~G4GaussChebyshevQ |
( |
| ) |
|
|
overridedefault |
◆ G4GaussChebyshevQ() [2/2]
◆ Integral()
Definition at line 57 of file G4GaussChebyshevQ.cc.
58{
59 G4double xDiff = 0.5 * (b - a), xMean = 0.5 * (a + b), dx = 0.0,
60 integral = 0.0;
61
63 {
66 }
67 return integral *= xDiff;
68}
◆ operator=()
The documentation for this class was generated from the following files: