Geant4-11
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

◆ G4ForceCondition

Enumerator
InActivated 
Forced 
NotForced 
Conditionally 
ExclusivelyForced 
StronglyForced 

Definition at line 40 of file G4ForceCondition.hh.

41{
43 // This PostStepDoit is inactivated by a user
44 Forced,
45 // This PostStepDoIt is forced to invoke if particle is not in state of
46 // StopAndKill.
48 // This PostStepDoIt is not forced to invoke.
50 // This PostStepDoIt is forced to invoke only when corresponding
51 // AlongStepDoIt limits the Step.
53 // Only this PostStepDoIt (or AtRestDoIt) is exclusively forced
54 // to invoke - all other DoIt including AlongStepDoIts are ignored.
56 // This PostStepDoIt is really forced to invoke, anyway.
57};
@ InActivated
@ StronglyForced
@ NotForced
@ Conditionally
@ ExclusivelyForced
@ Forced