Go to the source code of this file.
Defines | |
| #define | G4OpProcessSubType_h 1 |
Enumerations | |
| enum | G4OpProcessSubType { fOpAbsorption = 31, fOpBoundary = 32, fOpRayleigh = 33, fOpWLS = 34, fOpMieHG = 35 } |
| #define G4OpProcessSubType_h 1 |
Definition at line 42 of file G4OpProcessSubType.hh.
| enum G4OpProcessSubType |
Definition at line 44 of file G4OpProcessSubType.hh.
00045 { 00046 fOpAbsorption = 31, 00047 fOpBoundary = 32, 00048 fOpRayleigh = 33, 00049 fOpWLS = 34, 00050 fOpMieHG = 35 00051 };
1.4.7