G4TrackStatus.hh File Reference

Go to the source code of this file.

Defines

#define G4TrackStatus_h   1

Enumerations

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


Define Documentation

#define G4TrackStatus_h   1

Definition at line 46 of file G4TrackStatus.hh.


Enumeration Type Documentation

enum G4TrackStatus

Enumerator:
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 };


Generated on Mon May 27 17:51:11 2013 for Geant4 by  doxygen 1.4.7