Geant4  10.00.p02
G4ChebyshevApproximation Class Reference

#include <G4ChebyshevApproximation.hh>

Public Member Functions

 G4ChebyshevApproximation (function pFunction, G4int n, G4double a, G4double b)
 
 G4ChebyshevApproximation (function pFunction, G4int n, G4int m, G4double a, G4double b)
 
 G4ChebyshevApproximation (function pFunction, G4double a, G4double b, G4int n)
 
 ~G4ChebyshevApproximation ()
 
G4double GetChebyshevCof (G4int number) const
 
G4double ChebyshevEvaluation (G4double x) const
 
void DerivativeChebyshevCof (G4double derCof[]) const
 
void IntegralChebyshevCof (G4double integralCof[]) const
 

Private Member Functions

 G4ChebyshevApproximation (const G4ChebyshevApproximation &)
 
G4ChebyshevApproximationoperator= (const G4ChebyshevApproximation &)
 

Private Attributes

function fFunction
 
G4int fNumber
 
G4doublefChebyshevCof
 
G4double fMean
 
G4double fDiff
 

Detailed Description

Definition at line 128 of file G4ChebyshevApproximation.hh.

Constructor & Destructor Documentation

G4ChebyshevApproximation::G4ChebyshevApproximation ( function  pFunction,
G4int  n,
G4double  a,
G4double  b 
)

Definition at line 39 of file G4ChebyshevApproximation.cc.

References fChebyshevCof, fDiff, fFunction, fMean, fNumber, and G4INCL::Math::pi.

G4ChebyshevApproximation::G4ChebyshevApproximation ( function  pFunction,
G4int  n,
G4int  m,
G4double  a,
G4double  b 
)

Definition at line 80 of file G4ChebyshevApproximation.cc.

References DerivativeChebyshevCof(), FatalException, fChebyshevCof, fDiff, fFunction, fMean, fNumber, G4Exception(), and G4INCL::Math::pi.

+ Here is the call graph for this function:

G4ChebyshevApproximation::G4ChebyshevApproximation ( function  pFunction,
G4double  a,
G4double  b,
G4int  n 
)

Definition at line 133 of file G4ChebyshevApproximation.cc.

References fChebyshevCof, fDiff, fFunction, fMean, fNumber, IntegralChebyshevCof(), and G4INCL::Math::pi.

+ Here is the call graph for this function:

G4ChebyshevApproximation::~G4ChebyshevApproximation ( )

Definition at line 179 of file G4ChebyshevApproximation.cc.

References fChebyshevCof.

G4ChebyshevApproximation::G4ChebyshevApproximation ( const G4ChebyshevApproximation )
private

Member Function Documentation

G4double G4ChebyshevApproximation::ChebyshevEvaluation ( G4double  x) const

Definition at line 207 of file G4ChebyshevApproximation.cc.

References FatalException, fChebyshevCof, fDiff, fMean, fNumber, and G4Exception().

+ Here is the call graph for this function:

void G4ChebyshevApproximation::DerivativeChebyshevCof ( G4double  derCof[]) const

Definition at line 234 of file G4ChebyshevApproximation.cc.

References fChebyshevCof, fDiff, and fNumber.

Referenced by G4ChebyshevApproximation().

+ Here is the caller graph for this function:

G4double G4ChebyshevApproximation::GetChebyshevCof ( G4int  number) const

Definition at line 191 of file G4ChebyshevApproximation.cc.

References FatalException, fChebyshevCof, fNumber, and G4Exception().

+ Here is the call graph for this function:

void G4ChebyshevApproximation::IntegralChebyshevCof ( G4double  integralCof[]) const

Definition at line 259 of file G4ChebyshevApproximation.cc.

References fChebyshevCof, fDiff, and fNumber.

Referenced by G4ChebyshevApproximation().

+ Here is the caller graph for this function:

G4ChebyshevApproximation& G4ChebyshevApproximation::operator= ( const G4ChebyshevApproximation )
private

Member Data Documentation

G4double G4ChebyshevApproximation::fDiff
private
function G4ChebyshevApproximation::fFunction
private

Definition at line 174 of file G4ChebyshevApproximation.hh.

Referenced by G4ChebyshevApproximation().

G4double G4ChebyshevApproximation::fMean
private

Definition at line 177 of file G4ChebyshevApproximation.hh.

Referenced by ChebyshevEvaluation(), and G4ChebyshevApproximation().

G4int G4ChebyshevApproximation::fNumber
private

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