#include <G4SemiLogInterpolation.hh>
Definition at line 53 of file G4SemiLogInterpolation.hh.
G4SemiLogInterpolation::G4SemiLogInterpolation |
( |
| ) |
|
G4SemiLogInterpolation::~G4SemiLogInterpolation |
( |
| ) |
|
Implements G4VDataSetAlgorithm.
Definition at line 80 of file G4SemiLogInterpolation.cc.
89 G4int nBins = data.size() - 1;
113 if (e1 == 0.0) log_e1 = -300;
114 if (e2 == 0.0) log_e2 = -300;
115 value = d1 + (d2 -
d1)*(log_x - log_e1)/(log_e2 - log_e1);
const XML_Char int const XML_Char * value
The documentation for this class was generated from the following files: