Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
geomdefs.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Enumerations

enum  EAxis {
  kXAxis , kYAxis , kZAxis , kRho ,
  kRadial3D , kPhi , kUndefined
}
 
enum  EInside { kOutside , kSurface , kInside }
 
enum  EVolume { kNormal , kReplica , kParameterised , kExternal }
 

Enumeration Type Documentation

◆ EAxis

enum EAxis
Enumerator
kXAxis 
kYAxis 
kZAxis 
kRho 
kRadial3D 
kPhi 
kUndefined 

Definition at line 53 of file geomdefs.hh.

54{
55 kXAxis,
56 kYAxis,
57 kZAxis,
58 kRho,
60 kPhi,
62};
@ kPhi
Definition: geomdefs.hh:60
@ kYAxis
Definition: geomdefs.hh:56
@ kRadial3D
Definition: geomdefs.hh:59
@ kXAxis
Definition: geomdefs.hh:55
@ kZAxis
Definition: geomdefs.hh:57
@ kUndefined
Definition: geomdefs.hh:61
@ kRho
Definition: geomdefs.hh:58

◆ EInside

enum EInside
Enumerator
kOutside 
kSurface 
kInside 

Definition at line 66 of file geomdefs.hh.

67{
71};
@ kInside
Definition: geomdefs.hh:70
@ kOutside
Definition: geomdefs.hh:68
@ kSurface
Definition: geomdefs.hh:69

◆ EVolume

enum EVolume
Enumerator
kNormal 
kReplica 
kParameterised 
kExternal 

Definition at line 82 of file geomdefs.hh.

83{
84 kNormal,
88};
@ kNormal
Definition: geomdefs.hh:84
@ kParameterised
Definition: geomdefs.hh:86
@ kExternal
Definition: geomdefs.hh:87
@ kReplica
Definition: geomdefs.hh:85