Go to the source code of this file.
Defines | |
| #define | G4ProcessType_h 1 |
Enumerations | |
| enum | G4ProcessType { fNotDefined, fTransportation, fElectromagnetic, fOptical, fHadronic, fPhotolepton_hadron, fDecay, fGeneral, fParameterisation, fUserDefined, fParallel } |
| #define G4ProcessType_h 1 |
Definition at line 41 of file G4ProcessType.hh.
| enum G4ProcessType |
| fNotDefined | |
| fTransportation | |
| fElectromagnetic | |
| fOptical | |
| fHadronic | |
| fPhotolepton_hadron | |
| fDecay | |
| fGeneral | |
| fParameterisation | |
| fUserDefined | |
| fParallel |
Definition at line 43 of file G4ProcessType.hh.
00044 { 00045 fNotDefined, 00046 fTransportation, 00047 fElectromagnetic, 00048 fOptical, 00049 fHadronic, 00050 fPhotolepton_hadron, 00051 fDecay, 00052 fGeneral, 00053 fParameterisation, 00054 fUserDefined, 00055 fParallel 00056 };
1.4.7