Geant4 9.6.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 40 of file G4ClassificationOfNewTrack.hh.

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