Go to the source code of this file.
Defines | |
#define | G4HadronicProcessType_h 1 |
Enumerations | |
enum | G4HadronicProcessType { fHadronElastic = 111, fHadronInelastic = 121, fCapture = 131, fFission = 141, fHadronAtRest = 151, fLeptonAtRest = 152, fChargeExchange = 161, fRadioactiveDecay = 210 } |
#define G4HadronicProcessType_h 1 |
Definition at line 40 of file G4HadronicProcessType.hh.
fHadronElastic | |
fHadronInelastic | |
fCapture | |
fFission | |
fHadronAtRest | |
fLeptonAtRest | |
fChargeExchange | |
fRadioactiveDecay |
Definition at line 42 of file G4HadronicProcessType.hh.
00043 { 00044 fHadronElastic = 111, 00045 fHadronInelastic = 121, 00046 fCapture = 131, 00047 fFission = 141, 00048 fHadronAtRest = 151, 00049 fLeptonAtRest = 152, 00050 fChargeExchange = 161, 00051 fRadioactiveDecay = 210 00052 };