Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include "G4WentzelOKandVIxSection.hh"
#include "G4ScreeningMottCrossSection.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "Randomize.hh"
#include "G4Electron.hh"
#include "G4Positron.hh"
#include "G4Proton.hh"
#include "G4EmParameters.hh"
#include "G4Log.hh"
#include "G4Exp.hh"
#include "G4AutoLock.hh"
Go to the source code of this file.
Variables | |
const G4double | alpha2 = CLHEP::fine_structure_const*CLHEP::fine_structure_const |
const G4double | factB1 = 0.5*CLHEP::pi*CLHEP::fine_structure_const |
const G4double | numlimit = 0.1 |
const G4int | nwarnlimit = 50 |
const G4double alpha2 = CLHEP::fine_structure_const*CLHEP::fine_structure_const |
Definition at line 70 of file G4WentzelOKandVIxSection.cc.
Referenced by G4DiffuseElastic::BuildAngleTable(), G4DiffuseElasticV2::BuildAngleTable(), G4NuclNuclDiffuseElastic::BuildAngleTable(), G4EmDNAPhysicsActivator::ConstructProcess(), G4Trap::CreatePolyhedron(), G4WentzelOKandVIxSection::InitialiseA(), G4EmCorrections::KShellCorrection(), G4EmCorrections::LShellCorrection(), G4KleinNishinaCompton::SampleSecondaries(), G4KleinNishinaModel::SampleSecondaries(), G4LivermoreComptonModel::SampleSecondaries(), G4LivermorePolarizedComptonModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), G4LowEPPolarizedComptonModel::SampleSecondaries(), G4PolarizedComptonModel::SampleSecondaries(), G4ScreeningMottCrossSection::SetupKinematic(), G4IonCoulombCrossSection::SetupTarget(), G4WentzelOKandVIxSection::SetupTarget(), G4EmCorrections::ShellCorrection(), G4Abla::spdef(), G4Trap::StreamInfo(), G4DiffuseElastic::TestAngleTable(), G4NuclNuclDiffuseElastic::TestAngleTable(), G4GDMLWriteParamvol::Trap_dimensionsWrite(), G4GDMLReadSolids::TrapRead(), and G4GDMLWriteSolids::TrapWrite().
const G4double factB1 = 0.5*CLHEP::pi*CLHEP::fine_structure_const |
Definition at line 71 of file G4WentzelOKandVIxSection.cc.
Referenced by G4WentzelOKandVIxSection::SampleSingleScattering().
const G4double numlimit = 0.1 |
Definition at line 72 of file G4WentzelOKandVIxSection.cc.
Referenced by G4WentzelVIModel::ComputeGeomPathLength(), G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom(), and G4WentzelVIModel::ComputeTrueStepLength().
const G4int nwarnlimit = 50 |
Definition at line 73 of file G4WentzelOKandVIxSection.cc.
Referenced by G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom().