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

Go to the source code of this file.

Enumerations

enum  G4GPILSelection { CandidateForSelection, NotCandidateForSelection }
 

Enumeration Type Documentation

Enumerator
CandidateForSelection 
NotCandidateForSelection 

Definition at line 49 of file G4GPILSelection.hh.

51 {
53  // This AlongStep process partecipates in the process selection
54  // mechanism, i.e. it can be the winner of the GPIL race.
55  // (this case is default)
56 
58  // This AlongStep process does not partecipate in the
59  // process selection mechanism even when it limits the Step.
60 
61 };