Go to the source code of this file.
Defines | |
#define | G4GPILSelection_h 1 |
Enumerations | |
enum | G4GPILSelection { CandidateForSelection, NotCandidateForSelection } |
#define G4GPILSelection_h 1 |
Definition at line 46 of file G4GPILSelection.hh.
enum G4GPILSelection |
Definition at line 49 of file G4GPILSelection.hh.
00051 { 00052 CandidateForSelection, 00053 // This AlongStep process partecipates in the process selection 00054 // mechanism, i.e. it can be the winner of the GPIL race. 00055 // (this case is default) 00056 00057 NotCandidateForSelection 00058 // This AlongStep process does not partecipate in the 00059 // process selection mechanism even when it limits the Step. 00060 00061 };