Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Physics2DVectorCache.hh>
Public Member Functions | |
G4Physics2DVectorCache () | |
~G4Physics2DVectorCache () | |
void | Clear () |
Public Attributes | |
G4double | lastX |
G4double | lastY |
G4double | lastValue |
size_t | lastBinX |
size_t | lastBinY |
Definition at line 51 of file G4Physics2DVectorCache.hh.
G4Physics2DVectorCache::G4Physics2DVectorCache | ( | ) |
Definition at line 43 of file G4Physics2DVectorCache.cc.
G4Physics2DVectorCache::~G4Physics2DVectorCache | ( | ) |
Definition at line 48 of file G4Physics2DVectorCache.cc.
void G4Physics2DVectorCache::Clear | ( | ) |
Definition at line 52 of file G4Physics2DVectorCache.cc.
Referenced by G4Physics2DVectorCache(), G4Physics2DVector::operator=(), G4Physics2DVector::PutVectors(), and G4Physics2DVector::Retrieve().
size_t G4Physics2DVectorCache::lastBinX |
Definition at line 64 of file G4Physics2DVectorCache.hh.
Referenced by Clear(), and G4Physics2DVector::ComputeValue().
size_t G4Physics2DVectorCache::lastBinY |
Definition at line 65 of file G4Physics2DVectorCache.hh.
Referenced by Clear(), and G4Physics2DVector::ComputeValue().
G4double G4Physics2DVectorCache::lastValue |
Definition at line 63 of file G4Physics2DVectorCache.hh.
Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), and G4Physics2DVector::ComputeValue().
G4double G4Physics2DVectorCache::lastX |
Definition at line 61 of file G4Physics2DVectorCache.hh.
Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), and G4Physics2DVector::ComputeValue().
G4double G4Physics2DVectorCache::lastY |
Definition at line 62 of file G4Physics2DVectorCache.hh.
Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), and G4Physics2DVector::ComputeValue().