Geant4  10.02.p03
geomdefs.hh File Reference
#include "globals.hh"
Include dependency graph for geomdefs.hh:
This graph shows which files directly or indirectly include this file:

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 }
 

Variables

static const G4double kInfinity = 9.0E99
 
static const double kMinExitingNormalCosine = 1E-3
 
static const G4int kHistoryMax = 15
 
static const G4int kHistoryStride = 16
 
static const G4int kNavigatorVoxelStackMax = 3
 

Enumeration Type Documentation

◆ EAxis

enum EAxis
Enumerator
kXAxis 
kYAxis 
kZAxis 
kRho 
kRadial3D 
kPhi 
kUndefined 

Definition at line 54 of file geomdefs.hh.

◆ EInside

enum EInside
Enumerator
kOutside 
kSurface 
kInside 

Definition at line 58 of file geomdefs.hh.

◆ EVolume

enum EVolume
Enumerator
kNormal 
kReplica 
kParameterised 

Definition at line 68 of file geomdefs.hh.

Variable Documentation

◆ kHistoryMax

const G4int kHistoryMax = 15
static

Definition at line 72 of file geomdefs.hh.

◆ kHistoryStride

const G4int kHistoryStride = 16
static

Definition at line 76 of file geomdefs.hh.

◆ kInfinity

const G4double kInfinity = 9.0E99
static

Definition at line 42 of file geomdefs.hh.

◆ kMinExitingNormalCosine

const double kMinExitingNormalCosine = 1E-3
static

Definition at line 46 of file geomdefs.hh.

◆ kNavigatorVoxelStackMax

const G4int kNavigatorVoxelStackMax = 3
static

Definition at line 80 of file geomdefs.hh.