Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VelocityTable.hh>
Public Member Functions | |
G4VelocityTable () | |
~G4VelocityTable () | |
G4double | Value (G4double theEnergy) |
Static Public Member Functions | |
static G4VelocityTable * | GetVelocityTable () |
static void | SetVelocityTableProperties (G4double t_max, G4double t_min, G4int nbin) |
static G4double | GetMaxTOfVelocityTable () |
static G4double | GetMinTOfVelocityTable () |
static G4int | GetNbinOfVelocityTable () |
Definition at line 51 of file G4VelocityTable.hh.
G4VelocityTable::G4VelocityTable | ( | ) |
Definition at line 52 of file G4VelocityTable.cc.
G4VelocityTable::~G4VelocityTable | ( | ) |
Definition at line 63 of file G4VelocityTable.cc.
|
static |
Definition at line 190 of file G4VelocityTable.cc.
Referenced by G4Track::GetMaxTOfVelocityTable().
|
static |
Definition at line 195 of file G4VelocityTable.cc.
Referenced by G4Track::GetMinTOfVelocityTable().
|
static |
Definition at line 200 of file G4VelocityTable.cc.
Referenced by G4Track::GetNbinOfVelocityTable().
|
static |
Definition at line 160 of file G4VelocityTable.cc.
Referenced by G4Track::G4Track(), and G4Track::SetVelocityTableProperties().
|
static |
Definition at line 167 of file G4VelocityTable.cc.
Referenced by G4Track::SetVelocityTableProperties().
Definition at line 123 of file G4VelocityTable.cc.
Referenced by G4Track::CalculateVelocity().