Geant4 11.1.1
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 40 of file G4GPILSelection.hh.

41{
43 // This AlongStep process participates in the process selection
44 // mechanism, i.e. it can be the winner of the GPIL race.
45 // (this case is the default)
46
48 // This AlongStep process does not partecipate in the
49 // process selection mechanism even when it limits the Step.
50};
@ CandidateForSelection
@ NotCandidateForSelection