Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CrystalBravaisLattices.h File Reference

Go to the source code of this file.

Enumerations

enum  theBravaisLatticeType {
  Primitive = 0 , BodyCentered = 1 , FaceCentered = 2 , aBaseCentered = 3 ,
  bBaseCentered = 4 , cBaseCentered = 5 , Rombohedral = 6
}
 

Enumeration Type Documentation

◆ theBravaisLatticeType

Enumerator
Primitive 
BodyCentered 
FaceCentered 
aBaseCentered 
bBaseCentered 
cBaseCentered 
Rombohedral 

Definition at line 41 of file G4CrystalBravaisLattices.h.

41 {
42 Primitive = 0,
43 BodyCentered = 1,
44 FaceCentered = 2,
45 aBaseCentered = 3, //bc faces
46 bBaseCentered = 4, //ca faces
47 cBaseCentered = 5, //ab faces
48 Rombohedral = 6
49};