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

Go to the source code of this file.

Enumerations

enum  G4TransportationProcessType {
  TRANSPORTATION = 91 , COUPLED_TRANSPORTATION = 92 , STEP_LIMITER = 401 , USER_SPECIAL_CUTS = 402 ,
  NEUTRON_KILLER = 403 , PARALLEL_WORLD_PROCESS = 491
}
 

Enumeration Type Documentation

◆ G4TransportationProcessType

Enumerator
TRANSPORTATION 
COUPLED_TRANSPORTATION 
STEP_LIMITER 
USER_SPECIAL_CUTS 
NEUTRON_KILLER 
PARALLEL_WORLD_PROCESS 

Definition at line 42 of file G4TransportationProcessType.hh.

43{
44 TRANSPORTATION = 91 ,
46 // following processes belong to 'General' type
47 STEP_LIMITER = 401,
49 NEUTRON_KILLER = 403,
51};