Go to the source code of this file.
Defines | |
| #define | G4EmTableType_h 1 |
Enumerations | |
| enum | G4EmTableType { fTotal = 0, fRestricted, fSubRestricted, fIsIonisation, fIsSubIonisation, fIsCrossSectionPrim } |
| #define G4EmTableType_h 1 |
Definition at line 45 of file G4EmTableType.hh.
| enum G4EmTableType |
Definition at line 47 of file G4EmTableType.hh.
00048 { 00049 fTotal = 0, 00050 fRestricted, 00051 fSubRestricted, 00052 fIsIonisation, 00053 fIsSubIonisation, 00054 fIsCrossSectionPrim 00055 };
1.4.7