#include <G4LogLogInterpolation.hh>
Definition at line 53 of file G4LogLogInterpolation.hh.
◆ G4LogLogInterpolation()
G4LogLogInterpolation::G4LogLogInterpolation |
( |
| ) |
|
◆ ~G4LogLogInterpolation()
G4LogLogInterpolation::~G4LogLogInterpolation |
( |
| ) |
|
◆ Calculate() [1/2]
Implements G4VDataSetAlgorithm.
Definition at line 57 of file G4LogLogInterpolation.cc.
62 G4int nBins = data.size() - 1;
76 if ((d1 > 0.) && (d2 > 0.) && (e1 > 0.) && (e2 > 0.))
83 value = std::log10(d1)+(std::log10(d2/d1)/std::log10(e2/e1)*std::log10(
x/e1));
84 value = std::pow(10.,value);
◆ Calculate() [2/2]
◆ Clone()
The documentation for this class was generated from the following files: