Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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 37 of file G4CrystalLatticeSystems.h.

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