Geant4-11
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations
G4StepStatus.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4StepStatus {
  fWorldBoundary , fGeomBoundary , fAtRestDoItProc , fAlongStepDoItProc ,
  fPostStepDoItProc , fUserDefinedLimit , fExclusivelyForcedProc , fUndefined
}
 

Enumeration Type Documentation

◆ G4StepStatus

Enumerator
fWorldBoundary 
fGeomBoundary 
fAtRestDoItProc 
fAlongStepDoItProc 
fPostStepDoItProc 
fUserDefinedLimit 
fExclusivelyForcedProc 
fUndefined 

Definition at line 39 of file G4StepStatus.hh.

40{
42 // Step reached the world boundary
44 // Step defined by a geometry boundary
46 // Step defined by a PreStepDoItVector
48 // Step defined by a AlongStepDoItVector
50 // Step defined by a PostStepDoItVector
52 // Step defined by the user Step limit in the logical volume
54 // Step defined by an exclusively forced PostStepDoIt process
56 // Step not defined yet
57};
@ fGeomBoundary
Definition: G4StepStatus.hh:43
@ fWorldBoundary
Definition: G4StepStatus.hh:41
@ fUserDefinedLimit
Definition: G4StepStatus.hh:51
@ fUndefined
Definition: G4StepStatus.hh:55
@ fPostStepDoItProc
Definition: G4StepStatus.hh:49
@ fAtRestDoItProc
Definition: G4StepStatus.hh:45
@ fAlongStepDoItProc
Definition: G4StepStatus.hh:47
@ fExclusivelyForcedProc
Definition: G4StepStatus.hh:53