Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4SteppingControl.hh File Reference
This graph shows which files directly or indirectly include this file:

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 };