G4GPILSelection.hh File Reference

Go to the source code of this file.

Defines

#define G4GPILSelection_h   1

Enumerations

enum  G4GPILSelection { CandidateForSelection, NotCandidateForSelection }


Define Documentation

#define G4GPILSelection_h   1

Definition at line 46 of file G4GPILSelection.hh.


Enumeration Type Documentation

enum G4GPILSelection

Enumerator:
CandidateForSelection 
NotCandidateForSelection 

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 };


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