Geant4 11.2.2
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 37 of file G4CrystalBravaisLattices.h.

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