Go to the source code of this file.
Enumerations | |
| enum | G4ITStepStatus { eInteractionWithMedium, eCollisionBetweenTracks, eUndefined } |
| enum G4ITStepStatus |
Definition at line 41 of file G4ITStepStatus.hh.
00042 { 00043 eInteractionWithMedium, 00044 eCollisionBetweenTracks, 00045 eUndefined 00046 };
1.4.7