Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ClassificationOfNewTrack.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4ClassificationOfNewTrack {
  fUrgent =0 , fWaiting =1 , fPostpone =-1 , fKill =-9 ,
  fWaiting_1 =11 , fWaiting_2 =12 , fWaiting_3 =13 , fWaiting_4 =14 ,
  fWaiting_5 =15 , fWaiting_6 =16 , fWaiting_7 =17 , fWaiting_8 =18 ,
  fWaiting_9 =19 , fWaiting_10 =20
}
 

Enumeration Type Documentation

◆ G4ClassificationOfNewTrack

Enumerator
fUrgent 
fWaiting 
fPostpone 
fKill 
fWaiting_1 
fWaiting_2 
fWaiting_3 
fWaiting_4 
fWaiting_5 
fWaiting_6 
fWaiting_7 
fWaiting_8 
fWaiting_9 
fWaiting_10 

Definition at line 38 of file G4ClassificationOfNewTrack.hh.

39{
40 fUrgent=0, // put into the urgent stack
41 fWaiting=1, // put into the waiting stack
42 fPostpone=-1, // postpone to the next event
43 fKill=-9, // kill
44 //----------------------------------------------------------------
45 // following ENUM are available only if the user increases the
46 // number of waiting stacks
47 //----------------------------------------------------------------
50};