Geant4 11.2.2
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 , fSubEvent_1 =101 , fSubEvent_2 =102 ,
  fSubEvent_3 =103 , fSubEvent_4 =104 , fSubEvent_5 =105 , fSubEvent_6 =106 ,
  fSubEvent_7 =107 , fSubEvent_8 =108 , fSubEvent_9 =109 , fSubEvent_A =110 ,
  fSubEvent_B =111 , fSubEvent_C =112 , fSubEvent_D =113 , fSubEvent_E =114 ,
  fSubEvent_F =115
}
 

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 
fSubEvent_1 
fSubEvent_2 
fSubEvent_3 
fSubEvent_4 
fSubEvent_5 
fSubEvent_6 
fSubEvent_7 
fSubEvent_8 
fSubEvent_9 
fSubEvent_A 
fSubEvent_B 
fSubEvent_C 
fSubEvent_D 
fSubEvent_E 
fSubEvent_F 

Definition at line 41 of file G4ClassificationOfNewTrack.hh.

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