Geant4-11
Enumerations
G4CrystalLatticeSystems.h File Reference

Go to the source code of this file.

Enumerations

enum  theLatticeSystemType {
  Amorphous = -1 , Triclinic = 1 , Monoclinic = 2 , Orthorhombic = 3 ,
  Tetragonal = 4 , Rhombohedral = 5 , Hexagonal = 6 , Cubic = 7
}
 

Enumeration Type Documentation

◆ theLatticeSystemType

Enumerator
Amorphous 
Triclinic 
Monoclinic 
Orthorhombic 
Tetragonal 
Rhombohedral 
Hexagonal 
Cubic 

Definition at line 41 of file G4CrystalLatticeSystems.h.

41 {
42 Amorphous = -1,
43 Triclinic = 1,
44 Monoclinic = 2,
45 Orthorhombic = 3,
46 Tetragonal = 4,
47 Rhombohedral = 5,
48 Hexagonal = 6,
49 Cubic = 7,
50};