|
Geant4-11
|
#include "G4EmCorrections.hh"#include "Randomize.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4ParticleTable.hh"#include "G4IonTable.hh"#include "G4VEmModel.hh"#include "G4Proton.hh"#include "G4GenericIon.hh"#include "G4PhysicsLogVector.hh"#include "G4ProductionCutsTable.hh"#include "G4MaterialCutsCouple.hh"#include "G4AtomicShells.hh"#include "G4Log.hh"#include "G4Exp.hh"#include "G4Pow.hh"#include "G4Threading.hh"Go to the source code of this file.
Variables | |
| const G4double | alpha2 = CLHEP::fine_structure_const*CLHEP::fine_structure_const |
| const G4double | inveplus = 1.0/CLHEP::eplus |
| const G4double alpha2 = CLHEP::fine_structure_const*CLHEP::fine_structure_const |
Definition at line 79 of file G4EmCorrections.cc.
Referenced by G4EmCorrections::KShellCorrection(), G4EmCorrections::LShellCorrection(), G4EmCorrections::SetupKinematics(), and G4EmCorrections::ShellCorrection().
| const G4double inveplus = 1.0/CLHEP::eplus |
Definition at line 78 of file G4EmCorrections.cc.
Referenced by G4EmCorrections::IonHighOrderCorrections(), and G4EmCorrections::SetupKinematics().