#include <G4LogLogInterpolator.hh>
Definition at line 50 of file G4LogLogInterpolator.hh.
G4LogLogInterpolator::G4LogLogInterpolator |
( |
| ) |
|
G4LogLogInterpolator::~G4LogLogInterpolator |
( |
| ) |
|
Implements G4IInterpolator.
Definition at line 54 of file G4LogLogInterpolator.cc.
58 G4int nBins = data.size() - 1;
61 if (
x < points[0] ||
x == 0.)
72 if (d1 != 0. && d2 != 0.)
74 value = (std::log10(d1)*std::log10(e2/
x) + std::log10(d2)*std::log10(
x/e1)) / std::log10(e2/e1);
75 value = std::pow(10.,value);
const XML_Char int const XML_Char * value
The documentation for this class was generated from the following files: