Geant4 11.2.2
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 <vector>

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 }
 

Enumeration Type Documentation

◆ G4EmFluctuationType

Enumerator
fDummyFluctuation 
fUniversalFluctuation 
fUrbanFluctuation 

Definition at line 79 of file G4EmParameters.hh.

80{
84};
@ fUniversalFluctuation
@ fUrbanFluctuation
@ fDummyFluctuation

◆ G4eSingleScatteringType

Enumerator
fWVI 
fMott 
fDPWA 

Definition at line 65 of file G4EmParameters.hh.

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

◆ G4TransportationWithMscType

enum class G4TransportationWithMscType
strong
Enumerator
fDisabled 
fEnabled 
fMultipleSteps 

Definition at line 72 of file G4EmParameters.hh.