Geant4-11
Data Structures | Enumerations
G4tgrRotationMatrix.hh File Reference
#include <vector>
#include "globals.hh"

Go to the source code of this file.

Data Structures

class  G4tgrRotationMatrix
 

Enumerations

enum  G4RotMatInputType { rm3 , rm6 , rm9 }
 

Enumeration Type Documentation

◆ G4RotMatInputType

Enumerator
rm3 
rm6 
rm9 

Definition at line 41 of file G4tgrRotationMatrix.hh.

42{
43 rm3,
44 rm6,
45 rm9
46};