Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4LPhysicsFreeVector.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4PhysicsVector | |
virtual size_t | FindBinLocation (G4double theEnergy) const =0 |
void | DeleteData () |
void | CopyData (const G4PhysicsVector &vec) |
Protected Attributes inherited from G4PhysicsVector | |
G4PhysicsVectorType | type |
G4double | edgeMin |
G4double | edgeMax |
size_t | numberOfNodes |
G4PhysicsVectorCache * | cache |
G4PVDataVector | dataVector |
G4PVDataVector | binVector |
G4PVDataVector | secDerivative |
G4double | dBin |
G4double | baseBin |
G4int | verboseLevel |
Definition at line 52 of file G4LPhysicsFreeVector.hh.
G4LPhysicsFreeVector::G4LPhysicsFreeVector | ( | ) |
Definition at line 48 of file G4LPhysicsFreeVector.cc.
Definition at line 56 of file G4LPhysicsFreeVector.cc.
G4LPhysicsFreeVector::~G4LPhysicsFreeVector | ( | ) |
Definition at line 77 of file G4LPhysicsFreeVector.cc.
void G4LPhysicsFreeVector::DumpValues | ( | ) |
Definition at line 83 of file G4LPhysicsFreeVector.cc.