Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BoundingBox Namespace Reference

Enumerations

enum  Boundary { kMin , kMax }
 

Enumeration Type Documentation

◆ Boundary

Enumerator
kMin 
kMax 

Definition at line 88 of file G4ITNavigator2.cc.

89{
90 kMin,
91 kMax
92};