Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DataInterpolation.hh>
Public Member Functions | |
G4DataInterpolation (G4double pX[], G4double pY[], G4int number) | |
G4DataInterpolation (G4double pX[], G4double pY[], G4int number, G4double pFirstDerStart, G4double pFirstDerFinish) | |
~G4DataInterpolation () | |
G4DataInterpolation (const G4DataInterpolation &)=delete | |
G4DataInterpolation & | operator= (const G4DataInterpolation &)=delete |
G4double | PolynomInterpolation (G4double pX, G4double &deltaY) const |
void | PolIntCoefficient (G4double cof[]) const |
G4double | RationalPolInterpolation (G4double pX, G4double &deltaY) const |
G4double | CubicSplineInterpolation (G4double pX) const |
G4double | FastCubicSpline (G4double pX, G4int index) const |
G4int | LocateArgument (G4double pX) const |
void | CorrelatedSearch (G4double pX, G4int &index) const |
Definition at line 42 of file G4DataInterpolation.hh.
Definition at line 38 of file G4DataInterpolation.cc.
G4DataInterpolation::G4DataInterpolation | ( | G4double | pX[], |
G4double | pY[], | ||
G4int | number, | ||
G4double | pFirstDerStart, | ||
G4double | pFirstDerFinish ) |
Definition at line 57 of file G4DataInterpolation.cc.
G4DataInterpolation::~G4DataInterpolation | ( | ) |
Definition at line 135 of file G4DataInterpolation.cc.
|
delete |
Definition at line 413 of file G4DataInterpolation.cc.
Definition at line 310 of file G4DataInterpolation.cc.
Definition at line 352 of file G4DataInterpolation.cc.
Definition at line 376 of file G4DataInterpolation.cc.
|
delete |
void G4DataInterpolation::PolIntCoefficient | ( | G4double | cof[] | ) | const |
Definition at line 203 of file G4DataInterpolation.cc.
Definition at line 149 of file G4DataInterpolation.cc.
Definition at line 249 of file G4DataInterpolation.cc.