Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
G4SteppingControl.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4SteppingControl { NormalCondition, AvoidHitInvocation, Debug }
 

Enumeration Type Documentation

Enumerator
NormalCondition 
AvoidHitInvocation 
Debug 

Definition at line 49 of file G4SteppingControl.hh.

51 {
54  // Hit will NOT be called
55  Debug
56 };