Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PhysicsVectorCache.hh>
Public Member Functions | |
G4PhysicsVectorCache () | |
~G4PhysicsVectorCache () | |
void * | operator new (size_t) |
void | operator delete (void *) |
Public Attributes | |
G4double | lastEnergy |
G4double | lastValue |
size_t | lastBin |
Definition at line 50 of file G4PhysicsVectorCache.hh.
G4PhysicsVectorCache::G4PhysicsVectorCache | ( | ) |
Definition at line 42 of file G4PhysicsVectorCache.cc.
G4PhysicsVectorCache::~G4PhysicsVectorCache | ( | ) |
Definition at line 47 of file G4PhysicsVectorCache.cc.
|
inline |
Definition at line 81 of file G4PhysicsVectorCache.hh.
|
inline |
Definition at line 74 of file G4PhysicsVectorCache.hh.
size_t G4PhysicsVectorCache::lastBin |
Definition at line 65 of file G4PhysicsVectorCache.hh.
Referenced by G4PhysicsVector::CopyData(), and G4PhysicsVector::Retrieve().
G4double G4PhysicsVectorCache::lastEnergy |
Definition at line 63 of file G4PhysicsVectorCache.hh.
Referenced by G4PhysicsVector::CopyData(), G4PhysicsVector::Retrieve(), and G4PhysicsVector::ScaleVector().
G4double G4PhysicsVectorCache::lastValue |
Definition at line 64 of file G4PhysicsVectorCache.hh.
Referenced by G4PhysicsVector::CopyData(), G4PhysicsVector::Retrieve(), and G4PhysicsVector::ScaleVector().