Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4AtomicShellEnumerator.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4AtomicShellEnumerator {
  fKShell = 0 , fL1Shell = 1 , fL2Shell = 2 , fL3Shell = 3 ,
  fM1Shell = 4 , fM2Shell = 5 , fM3Shell = 6 , fM4Shell = 7 ,
  fM5Shell = 8
}
 

Enumeration Type Documentation

◆ G4AtomicShellEnumerator

Enumerator
fKShell 
fL1Shell 
fL2Shell 
fL3Shell 
fM1Shell 
fM2Shell 
fM3Shell 
fM4Shell 
fM5Shell 

Definition at line 49 of file G4AtomicShellEnumerator.hh.

50{
51 //***********EADL shell Id
52 fKShell = 0, // 1
53 fL1Shell = 1, // 3
54 fL2Shell = 2, // 5
55 fL3Shell = 3, // 6
56 fM1Shell = 4, // 8
57 fM2Shell = 5, // 10
58 fM3Shell = 6, // 11
59 fM4Shell = 7, // 13
60 fM5Shell = 8 // 14
61};