Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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 49 of file G4TrackStatus.hh.

51{
52
53 fAlive, // Continue the tracking
54 fStopButAlive, // Invoke active rest physics processes and
55 // and kill the current track afterward
56 fStopAndKill, // Kill the current track
57
59 // Kill the current track and also associated
60 // secondaries.
61 fSuspend, // Suspend the current track
63 // Postpones the tracking of thecurrent track
64 // to the next event.
65
66};
@ fKillTrackAndSecondaries
@ fSuspend
@ fAlive
@ fStopAndKill
@ fStopButAlive
@ fPostponeToNextEvent