Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4EmParameters.hh File Reference
#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 }
 

Enumeration Type Documentation

◆ G4EmFluctuationType

Enumerator
fDummyFluctuation 
fUniversalFluctuation 
fUrbanFluctuation 

Definition at line 80 of file G4EmParameters.hh.

81{
85};
@ fUniversalFluctuation
@ fUrbanFluctuation
@ fDummyFluctuation

◆ G4eSingleScatteringType

Enumerator
fWVI 
fMott 
fDPWA 

Definition at line 66 of file G4EmParameters.hh.

67{
68 fWVI = 0,
69 fMott,
70 fDPWA
71};
@ fWVI
@ fMott
@ fDPWA

◆ G4PositronAtRestModelType

Enumerator
fSimplePositronium 
fAllisonPositronium 
fOrePowell 
fOrePowellPolar 

Definition at line 87 of file G4EmParameters.hh.

88{
93};
@ fSimplePositronium
@ fAllisonPositronium
@ fOrePowell
@ fOrePowellPolar

◆ G4TransportationWithMscType

enum class G4TransportationWithMscType
strong
Enumerator
fDisabled 
fEnabled 
fMultipleSteps 

Definition at line 73 of file G4EmParameters.hh.