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

Go to the source code of this file.

Enumerations

enum  G4BuilderType {
  bUnknown = 0 , bTransportation = 1 , bElectromagnetic = 2 , bEmExtra = 3 ,
  bDecay = 4 , bHadronElastic = 5 , bHadronInelastic = 6 , bStopping = 7 ,
  bIons = 8
}
 

Enumeration Type Documentation

◆ G4BuilderType

Enumerator
bUnknown 
bTransportation 
bElectromagnetic 
bEmExtra 
bDecay 
bHadronElastic 
bHadronInelastic 
bStopping 
bIons 

Definition at line 43 of file G4BuilderType.hh.

44{
45 bUnknown = 0,
46 bTransportation = 1,
48 bEmExtra = 3,
49 bDecay = 4,
50 bHadronElastic = 5,
52 bStopping = 7,
53 bIons = 8
54};
@ bDecay
@ bElectromagnetic
@ bStopping
@ bEmExtra
@ bHadronElastic
@ bUnknown
@ bIons
@ bHadronInelastic
@ bTransportation