Go to the source code of this file.
Defines | |
| #define | G4TransportationProcessType_h 1 |
Enumerations | |
| enum | G4TransportationProcessType { TRANSPORTATION = 91, COUPLED_TRANSPORTATION = 92, STEP_LIMITER = 401, USER_SPECIAL_CUTS = 402, NEUTRON_KILLER = 403 } |
| #define G4TransportationProcessType_h 1 |
Definition at line 41 of file G4TransportationProcessType.hh.
Definition at line 43 of file G4TransportationProcessType.hh.
00044 { 00045 TRANSPORTATION = 91 , 00046 COUPLED_TRANSPORTATION = 92 , 00047 // follwoing processes belong to 'General' type 00048 STEP_LIMITER = 401, 00049 USER_SPECIAL_CUTS = 402, 00050 NEUTRON_KILLER = 403 00051 };
1.4.7