#include <G4RDLinLogLogInterpolation.hh>
G4RDLinLogLogInterpolation::G4RDLinLogLogInterpolation |
( |
| ) |
|
G4RDLinLogLogInterpolation::~G4RDLinLogLogInterpolation |
( |
| ) |
|
Implements G4RDVDataSetAlgorithm.
Definition at line 51 of file G4RDLinLogLogInterpolation.cc.
55 G4int nBins = data.size() - 1;
67 if(d1 > 0.0 && d2 > 0.0) {
68 value = (std::log10(d1)*std::log10(e2/
x) + std::log10(d2)*std::log10(
x/e1)) / std::log10(e2/e1);
69 value = std::pow(10.,value);
71 value = (d1*std::log10(e2/
x) + d2*std::log10(
x/e1)) / std::log10(e2/e1);
const XML_Char int const XML_Char * value
The documentation for this class was generated from the following files: