|
Geant4-11
|
#include "G4WentzelVIModel.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "Randomize.hh"#include "G4ParticleChangeForMSC.hh"#include "G4PhysicsTableHelper.hh"#include "G4ElementVector.hh"#include "G4ProductionCutsTable.hh"#include "G4EmParameters.hh"#include "G4Log.hh"#include "G4Exp.hh"Go to the source code of this file.
Variables | |
| const G4double | invsqrt12 = 1./std::sqrt(12.) |
| const G4int | minNCollisions = 10 |
| const G4double | numlimit = 0.1 |
| const G4double invsqrt12 = 1./std::sqrt(12.) |
Definition at line 73 of file G4WentzelVIModel.cc.
Referenced by G4WentzelVIModel::SampleScattering().
| const G4int minNCollisions = 10 |
Definition at line 75 of file G4WentzelVIModel.cc.
Referenced by G4WentzelVIModel::ComputeGeomPathLength(), and G4WentzelVIModel::ComputeTrueStepLength().
| const G4double numlimit = 0.1 |
Definition at line 74 of file G4WentzelVIModel.cc.
Referenced by G4WentzelVIModel::ComputeGeomPathLength(), and G4WentzelVIModel::ComputeTrueStepLength().