Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4GPILSelection.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4GPILSelection { CandidateForSelection , NotCandidateForSelection }
 

Enumeration Type Documentation

◆ G4GPILSelection

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};
@ CandidateForSelection
@ NotCandidateForSelection