Geant4-11
Enumerations
G4TrackStatus.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4TrackStatus {
  fAlive , fStopButAlive , fStopAndKill , fKillTrackAndSecondaries ,
  fSuspend , fPostponeToNextEvent
}
 

Enumeration Type Documentation

◆ G4TrackStatus

Enumerator
fAlive 
fStopButAlive 
fStopAndKill 
fKillTrackAndSecondaries 
fSuspend 
fPostponeToNextEvent 

Definition at line 40 of file G4TrackStatus.hh.

41{
42 fAlive,
43 // Continue the tracking
45 // Invoke active rest physics processes and kill the current track afterward
47 // Kill the current track
49 // Kill the current track and also associated secondaries
51 // Suspend the current track
53 // Postpone the tracking of the current track to the next event
54};
@ fKillTrackAndSecondaries
@ fSuspend
@ fAlive
@ fStopAndKill
@ fStopButAlive
@ fPostponeToNextEvent