Go to the source code of this file.
Defines | |
#define | G4AtomicShellEnumerator_h 1 |
Enumerations | |
enum | G4AtomicShellEnumerator { fKShell = 0, fL1Shell = 1, fL2Shell = 2, fL3Shell = 3, fM1Shell = 4, fM2Shell = 5, fM3Shell = 6, fM4Shell = 7, fM5Shell = 8 } |
#define G4AtomicShellEnumerator_h 1 |
Definition at line 49 of file G4AtomicShellEnumerator.hh.
Definition at line 51 of file G4AtomicShellEnumerator.hh.
00052 { 00053 //***********EADL shell Id 00054 fKShell = 0, // 1 00055 fL1Shell = 1, // 3 00056 fL2Shell = 2, // 5 00057 fL3Shell = 3, // 6 00058 fM1Shell = 4, // 8 00059 fM2Shell = 5, // 10 00060 fM3Shell = 6, // 11 00061 fM4Shell = 7, // 13 00062 fM5Shell = 8 // 14 00063 };