G4ForceCondition.hh File Reference

Go to the source code of this file.

Defines

#define G4ForceCondition_h   1

Enumerations

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


Define Documentation

#define G4ForceCondition_h   1

Definition at line 46 of file G4ForceCondition.hh.


Enumeration Type Documentation

enum G4ForceCondition

Enumerator:
InActivated 
Forced 
NotForced 
Conditionally 
ExclusivelyForced 
StronglyForced 

Definition at line 49 of file G4ForceCondition.hh.

00051 {
00052   InActivated,       
00053   // This PostStepDoit is inactivated by a user
00054   Forced,            
00055     // This PostStepDoIt is forced to invoke if particle is not a state of StopAndKill.              
00056   NotForced,         
00057     // This PostStepDoIt is not forced to invoke.
00058   Conditionally,     
00059     // This PostStepDoIt is forced to invoke only when corresponding
00060     // AlongStepDoIt limits the Step.
00061   ExclusivelyForced, 
00062     // Only this PostStepDoIt (or AtRestDoIt) is exclusively forced 
00063     // to invoke - all other DoIt including AlongStepDoIts are ignored.
00064   StronglyForced
00065    // This PostStepDoIt is really forced to invoke, anyway.
00066 };


Generated on Mon May 27 17:50:44 2013 for Geant4 by  doxygen 1.4.7