#include "G4VEmProcess.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4ProcessManager.hh"#include "G4LossTableManager.hh"#include "G4LossTableBuilder.hh"#include "G4Step.hh"#include "G4ParticleDefinition.hh"#include "G4VEmModel.hh"#include "G4DataVector.hh"#include "G4PhysicsTable.hh"#include "G4PhysicsLogVector.hh"#include "G4VParticleChange.hh"#include "G4ProductionCutsTable.hh"#include "G4Region.hh"#include "G4Gamma.hh"#include "G4Electron.hh"#include "G4Positron.hh"#include "G4PhysicsTableHelper.hh"#include "G4EmBiasingManager.hh"#include "G4GenericIon.hh"Go to the source code of this file.
1.4.7