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

Go to the source code of this file.

Enumerations

enum  G4ForceCondition {
  InActivated, Forced, NotForced, Conditionally,
  ExclusivelyForced, StronglyForced
}
 

Enumeration Type Documentation

Enumerator
InActivated 
Forced 
NotForced 
Conditionally 
ExclusivelyForced 
StronglyForced 

Definition at line 49 of file G4ForceCondition.hh.

51 {
52  InActivated,
53  // This PostStepDoit is inactivated by a user
54  Forced,
55  // This PostStepDoIt is forced to invoke if particle is not a state of StopAndKill.
56  NotForced,
57  // This PostStepDoIt is not forced to invoke.
59  // This PostStepDoIt is forced to invoke only when corresponding
60  // AlongStepDoIt limits the Step.
62  // Only this PostStepDoIt (or AtRestDoIt) is exclusively forced
63  // to invoke - all other DoIt including AlongStepDoIts are ignored.
65  // This PostStepDoIt is really forced to invoke, anyway.
66 };