Go to the source code of this file.
Defines | |
#define | G4TrackStatus_h 1 |
Enumerations | |
enum | G4TrackStatus { fAlive, fStopButAlive, fStopAndKill, fKillTrackAndSecondaries, fSuspend, fPostponeToNextEvent } |
#define G4TrackStatus_h 1 |
Definition at line 46 of file G4TrackStatus.hh.
enum G4TrackStatus |
fAlive | |
fStopButAlive | |
fStopAndKill | |
fKillTrackAndSecondaries | |
fSuspend | |
fPostponeToNextEvent |
Definition at line 49 of file G4TrackStatus.hh.
00051 { 00052 00053 fAlive, // Continue the tracking 00054 fStopButAlive, // Invoke active rest physics processes and 00055 // and kill the current track afterward 00056 fStopAndKill, // Kill the current track 00057 00058 fKillTrackAndSecondaries, 00059 // Kill the current track and also associated 00060 // secondaries. 00061 fSuspend, // Suspend the current track 00062 fPostponeToNextEvent 00063 // Postpones the tracking of thecurrent track 00064 // to the next event. 00065 00066 };