Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ChannelingFastSimInterpolation.hh>
Public Member Functions | |
G4ChannelingFastSimInterpolation (G4double dx0, G4double dy0, G4int nPointsx0, G4int nPointsy0, G4int iModel0) | |
~G4ChannelingFastSimInterpolation ()=default | |
G4double | GetIF (G4double xx, G4double yy) |
Get Spline Function. | |
void | SetCoefficients1D (G4double AI0, G4double BI0, G4double CI0, G4double DI0, G4int i) |
Set spline coefficients. | |
void | SetCoefficients2D (G4double AI3D0, G4double BI3D0, G4double CI3D0, G4int i, G4int j, G4int k) |
Definition at line 45 of file G4ChannelingFastSimInterpolation.hh.
G4ChannelingFastSimInterpolation::G4ChannelingFastSimInterpolation | ( | G4double | dx0, |
G4double | dy0, | ||
G4int | nPointsx0, | ||
G4int | nPointsy0, | ||
G4int | iModel0 ) |
Definition at line 33 of file G4ChannelingFastSimInterpolation.cc.
|
default |
Get Spline Function.
Definition at line 74 of file G4ChannelingFastSimInterpolation.cc.
Referenced by G4VChannelingFastSimCrystalData::ElectronDensity(), G4VChannelingFastSimCrystalData::Ex(), G4VChannelingFastSimCrystalData::Ey(), and G4VChannelingFastSimCrystalData::MinIonizationEnergy().
void G4ChannelingFastSimInterpolation::SetCoefficients1D | ( | G4double | AI0, |
G4double | BI0, | ||
G4double | CI0, | ||
G4double | DI0, | ||
G4int | i ) |
Set spline coefficients.
Definition at line 89 of file G4ChannelingFastSimInterpolation.cc.
Referenced by G4ChannelingFastSimCrystalData::SetMaterialProperties().
void G4ChannelingFastSimInterpolation::SetCoefficients2D | ( | G4double | AI3D0, |
G4double | BI3D0, | ||
G4double | CI3D0, | ||
G4int | i, | ||
G4int | j, | ||
G4int | k ) |
Definition at line 102 of file G4ChannelingFastSimInterpolation.cc.
Referenced by G4ChannelingFastSimCrystalData::SetMaterialProperties().