#include "globals.hh"#include "PhysicsList.hh"#include "G4ProcessManager.hh"#include "G4ParticleTypes.hh"#include "G4ComptonScattering.hh"#include "G4GammaConversion.hh"#include "G4PhotoElectricEffect.hh"#include "G4MultipleScattering.hh"#include "G4eIonisation.hh"#include "G4eBremsstrahlung.hh"#include "G4eplusAnnihilation.hh"#include "G4hIonisation.hh"

Go to the source code of this file.
1.5.7.1