Go to the source code of this file.
Defines | |
| #define | G4BuilderType_h 1 |
Enumerations | |
| enum | G4BuilderType { bUnknown = 0, bTransportation = 1, bElectromagnetic = 2, bEmExtra = 3, bDecay = 4, bHadronElastic = 5, bHadronInelastic = 6, bStopping = 7, bIons = 8 } |
| #define G4BuilderType_h 1 |
Definition at line 42 of file G4BuilderType.hh.
| enum G4BuilderType |
| bUnknown | |
| bTransportation | |
| bElectromagnetic | |
| bEmExtra | |
| bDecay | |
| bHadronElastic | |
| bHadronInelastic | |
| bStopping | |
| bIons |
Definition at line 44 of file G4BuilderType.hh.
00045 { 00046 bUnknown = 0, 00047 bTransportation = 1, 00048 bElectromagnetic = 2, 00049 bEmExtra = 3, 00050 bDecay = 4, 00051 bHadronElastic = 5, 00052 bHadronInelastic = 6, 00053 bStopping = 7, 00054 bIons = 8 00055 };
1.4.7