Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "G4LindhardSorensenData.hh"
#include "G4PhysicsVector.hh"
#include "G4PhysicsLinearVector.hh"
#include "G4Log.hh"
#include "G4Pow.hh"
Go to the source code of this file.
Variables | |
const G4int | zlist [9] = {1, 10, 18, 36, 54, 66, 79, 92, 109} |
const G4int | LVECT = 8 |
const G4int | NPOINT = 41 |
const G4int LVECT = 8 |
Definition at line 51 of file G4LindhardSorensenData.cc.
Referenced by G4LindhardSorensenData::GetDeltaL(), and G4LindhardSorensenData::~G4LindhardSorensenData().
const G4int NPOINT = 41 |
Definition at line 52 of file G4LindhardSorensenData.cc.
const G4int zlist[9] = {1, 10, 18, 36, 54, 66, 79, 92, 109} |
Definition at line 50 of file G4LindhardSorensenData.cc.
Referenced by G4LindhardSorensenData::GetDeltaL().