Geant4
10.00.p02
|
#include <G4CascadeInterpolator.hh>
Public Types | |
enum | { nBins =NBINS, last =NBINS-1 } |
Public Member Functions | |
G4CascadeInterpolator (const G4double(&xb)[nBins], G4bool extrapolate=true) | |
virtual | ~G4CascadeInterpolator () |
G4double | getBin (const G4double x) const |
G4double | interpolate (const G4double x, const G4double(&yb)[nBins]) const |
G4double | interpolate (const G4double(&yb)[nBins]) const |
void | printBins (std::ostream &os) const |
Private Attributes | |
const G4double(& | xBins )[nBins] |
G4bool | doExtrapolation |
G4double | lastX |
G4double | lastVal |
Definition at line 52 of file G4CascadeInterpolator.hh.
anonymous enum |
Enumerator | |
---|---|
nBins | |
last |
Definition at line 54 of file G4CascadeInterpolator.hh.
|
inline |
Definition at line 56 of file G4CascadeInterpolator.hh.
|
inlinevirtual |
Definition at line 60 of file G4CascadeInterpolator.hh.
G4double G4CascadeInterpolator< NBINS >::getBin | ( | const G4double | x | ) | const |
G4double G4CascadeInterpolator< NBINS >::interpolate | ( | const G4double | x, |
const G4double(&) | yb[nBins] | ||
) | const |
Referenced by G4NucleiModel::absorptionCrossSection(), and G4EquilibriumEvaporator::getQF().
G4double G4CascadeInterpolator< NBINS >::interpolate | ( | const G4double(&) | yb[nBins] | ) | const |
void G4CascadeInterpolator< NBINS >::printBins | ( | std::ostream & | os | ) | const |
|
private |
Definition at line 73 of file G4CascadeInterpolator.hh.
|
mutableprivate |
Definition at line 76 of file G4CascadeInterpolator.hh.
|
mutableprivate |
Definition at line 75 of file G4CascadeInterpolator.hh.
|
private |
Definition at line 72 of file G4CascadeInterpolator.hh.