Geant4  10.02
G4Bessel Class Reference

#include <G4Bessel.hh>

Public Member Functions

 G4Bessel ()
 
 ~G4Bessel ()
 
G4double I0 (G4double)
 
G4double I1 (G4double)
 
G4double K0 (G4double)
 
G4double K1 (G4double)
 
G4double pI0 (G4double)
 
G4double pI1 (G4double)
 
G4double pK0 (G4double)
 
G4double pK1 (G4double)
 

Detailed Description

Definition at line 66 of file G4Bessel.hh.

Constructor & Destructor Documentation

G4Bessel::G4Bessel ( )

Definition at line 72 of file G4Bessel.cc.

G4Bessel::~G4Bessel ( )

Definition at line 76 of file G4Bessel.cc.

Member Function Documentation

G4double G4Bessel::I0 ( G4double  x)

Definition at line 80 of file G4Bessel.cc.

References G4Exp(), G4Pow::GetInstance(), P1, P2, and G4Pow::powN().

Referenced by K0().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4Bessel::I1 ( G4double  x)

Definition at line 150 of file G4Bessel.cc.

References G4Exp(), G4Pow::GetInstance(), P1, P2, and G4Pow::powN().

Referenced by K1().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4Bessel::K0 ( G4double  x)

Definition at line 116 of file G4Bessel.cc.

References G4Exp(), G4Log(), I0(), P1, P2, and x.

+ Here is the call graph for this function:

G4double G4Bessel::K1 ( G4double  x)

Definition at line 188 of file G4Bessel.cc.

References G4Exp(), G4Log(), I1(), P1, P2, and x.

+ Here is the call graph for this function:

G4double G4Bessel::pI0 ( G4double  x)

Definition at line 222 of file G4Bessel.cc.

References A10, A11, G4Exp(), twopi, and x.

Referenced by pK0(), and pK1().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4Bessel::pI1 ( G4double  x)

Definition at line 265 of file G4Bessel.cc.

References A10, A11, G4Exp(), twopi, and x.

Referenced by pK1().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4Bessel::pK0 ( G4double  x)

Definition at line 310 of file G4Bessel.cc.

References C(), G4Log(), pI0(), and x.

Referenced by pK1().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4Bessel::pK1 ( G4double  x)

Definition at line 351 of file G4Bessel.cc.

References pI0(), pI1(), and pK0().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files: