40#ifndef G4tgrRotationMatrixFactory_h
41#define G4tgrRotationMatrixFactory_h
49typedef std::map< G4String, G4tgrRotationMatrix* >
G4mstgrrotm;
65 {
return theTgrRotMats; }
67 {
return theTgrRotMatList; }
81 std::vector<G4tgrRotationMatrix*> theTgrRotMatList;
std::map< G4String, G4tgrRotationMatrix * > G4mstgrrotm
G4tgrRotationMatrix * FindRotMatrix(const G4String &rotm)
const G4mstgrrotm & GetRotMatMap() const
G4tgrRotationMatrix * AddRotMatrix(const std::vector< G4String > &wl)
std::vector< G4tgrRotationMatrix * > GetRotMatList() const
static G4tgrRotationMatrixFactory * GetInstance()