Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
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

Enumerator
fKShell 
fL1Shell 
fL2Shell 
fL3Shell 
fM1Shell 
fM2Shell 
fM3Shell 
fM4Shell 
fM5Shell 

Definition at line 50 of file G4AtomicShellEnumerator.hh.

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