#include <G4DNAOneStepThermalizationModel.hh>
double DNA::Penetration::Terrisol1990::Get3DStdDeviation |
( |
double |
energy | ) |
|
|
static |
Definition at line 132 of file G4DNAOneStepThermalizationModel.cc.
141 size_t lowBin, upBin;
144 lowBin=floor(k_eV)+1;
145 upBin=
std::min(lowBin+1,
size_t(10));
163 double tanA = (lowS-upS)/(lowE-upE);
164 double sigma3D = lowS + (k_eV-lowE)*tanA;
static constexpr double eV
static const double gEnergies_T1990[11]
G4double energy(const ThreeVector &p, const G4double m)
T min(const T t1, const T t2)
brief Return the smallest of the two arguments
static constexpr double nanometer
static const double gStdDev_T1990[11]
Definition at line 178 of file G4DNAOneStepThermalizationModel.cc.
183 static constexpr
double factor = 2.20496999539;
186 double sigma1D = sqrt(pow(sigma3D, 2.)*factor);
ThreeVector shoot(const G4int Ap, const G4int Af)
CLHEP::Hep3Vector G4ThreeVector
G4double energy(const ThreeVector &p, const G4double m)
static double Get3DStdDeviation(double energy)
double DNA::Penetration::Terrisol1990::GetRmean |
( |
double |
energy | ) |
|
|
static |
Definition at line 168 of file G4DNAOneStepThermalizationModel.cc.
171 static constexpr
double s2r=1.595769121605731;
174 double r_mean=sigma3D*s2r;
G4double energy(const ThreeVector &p, const G4double m)
static double Get3DStdDeviation(double energy)
const double DNA::Penetration::Terrisol1990::gEnergies_T1990 |
|
static |
Initial value:=
{ 0.2, 0.5, 1, 2, 3, 4, 5, 6, 7,
8, 9}
Definition at line 86 of file G4DNAOneStepThermalizationModel.hh.
const double DNA::Penetration::Terrisol1990::gStdDev_T1990 |
|
static |
The documentation for this struct was generated from the following files: