Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

enum EAxis
Enumerator
kXAxis 
kYAxis 
kZAxis 
kRho 
kRadial3D 
kPhi 
kUndefined 

Definition at line 54 of file geomdefs.hh.

enum EInside
Enumerator
kOutside 
kSurface 
kInside 

Definition at line 58 of file geomdefs.hh.

enum EVolume
Enumerator
kNormal 
kReplica 
kParameterised 

Definition at line 69 of file geomdefs.hh.

Variable Documentation

const G4int kHistoryMax = 15
static

Definition at line 73 of file geomdefs.hh.

const G4int kHistoryStride = 16
static

Definition at line 77 of file geomdefs.hh.

const G4double kInfinity = 9.0E99
static

Definition at line 42 of file geomdefs.hh.

const double kMinExitingNormalCosine = 1E-3
static

Definition at line 46 of file geomdefs.hh.

const G4int kNavigatorVoxelStackMax = 3
static

Definition at line 81 of file geomdefs.hh.