|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "globals.hh"#include "G4ios.hh"#include "G4MscStepLimitType.hh"#include "G4NuclearFormfactorType.hh"#include "G4DNAModelSubType.hh"#include "G4EmFluoDirectory.hh"#include "G4EmSaturation.hh"#include "G4ThreeVector.hh"#include "G4ChemTimeStepModel.hh"#include <vector>#include <map>Go to the source code of this file.
Classes | |
| class | G4EmParameters |
Enumerations | |
| enum | G4eSingleScatteringType { fWVI = 0 , fMott , fDPWA } |
| enum class | G4TransportationWithMscType { fDisabled = 0 , fEnabled , fMultipleSteps } |
| enum | G4EmFluctuationType { fDummyFluctuation = 0 , fUniversalFluctuation , fUrbanFluctuation } |
| enum | G4PositronAtRestModelType { fSimplePositronium = 0 , fAllisonPositronium , fOrePowell , fOrePowellPolar } |
| enum G4EmFluctuationType |
| Enumerator | |
|---|---|
| fDummyFluctuation | |
| fUniversalFluctuation | |
| fUrbanFluctuation | |
Definition at line 80 of file G4EmParameters.hh.
| Enumerator | |
|---|---|
| fWVI | |
| fMott | |
| fDPWA | |
Definition at line 66 of file G4EmParameters.hh.
| Enumerator | |
|---|---|
| fSimplePositronium | |
| fAllisonPositronium | |
| fOrePowell | |
| fOrePowellPolar | |
Definition at line 87 of file G4EmParameters.hh.
|
strong |
| Enumerator | |
|---|---|
| fDisabled | |
| fEnabled | |
| fMultipleSteps | |
Definition at line 73 of file G4EmParameters.hh.