Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups 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

Enumerator
fWorldBoundary 
fGeomBoundary 
fAtRestDoItProc 
fAlongStepDoItProc 
fPostStepDoItProc 
fUserDefinedLimit 
fExclusivelyForcedProc 
fUndefined 

Definition at line 49 of file G4StepStatus.hh.

51 {
53  // Step reached the world boundary
55  // Step defined by a geometry boundary
57  // Step defined by a PreStepDoItVector
59  // Step defined by a AlongStepDoItVector
61  // Step defined by a PostStepDoItVector
63  // Step defined by the user Step limit in the logical volume
65  // Step defined by an exclusively forced PostStepDoIt process
66  fUndefined
67  // Step not defined yet
68 };