Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4eBremParametrizedModel.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4Electron.hh"
#include "G4Positron.hh"
#include "G4Gamma.hh"
#include "Randomize.hh"
#include "G4Material.hh"
#include "G4Element.hh"
#include "G4ElementVector.hh"
#include "G4ProductionCutsTable.hh"
#include "G4ParticleChangeForLoss.hh"
#include "G4LossTableManager.hh"
#include "G4ModifiedTsai.hh"
Go to the source code of this file.
Functions | |
G4double | ScreenFunction1 (G4double ScreenVariable) |
G4double | ScreenFunction2 (G4double ScreenVariable) |
G4double | ComputeParametrizedDXSectionPerAtom (G4double kineticEnergy, G4double gammaEnergy, G4double Z) |
G4double ComputeParametrizedDXSectionPerAtom | ( | G4double | kineticEnergy, |
G4double | gammaEnergy, | ||
G4double | Z | ||
) |
Definition at line 357 of file G4eBremParametrizedModel.cc.
Definition at line 323 of file G4eBremParametrizedModel.cc.
Referenced by ComputeParametrizedDXSectionPerAtom().
Definition at line 340 of file G4eBremParametrizedModel.cc.
Referenced by ComputeParametrizedDXSectionPerAtom().