#include "G4LivermoreBremsstrahlungModel.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4ParticleDefinition.hh"#include "G4MaterialCutsCouple.hh"#include "G4DynamicParticle.hh"#include "G4Element.hh"#include "G4Gamma.hh"#include "G4Electron.hh"#include "G4SemiLogInterpolation.hh"#include "G4VEmAngularDistribution.hh"#include "G4ModifiedTsai.hh"#include "G4Generator2BS.hh"#include "G4BremsstrahlungCrossSectionHandler.hh"#include "G4VEnergySpectrum.hh"#include "G4eBremsstrahlungSpectrum.hh"#include "G4VEMDataSet.hh"Go to the source code of this file.
1.4.7