#include <G4tgbRotationMatrixMgr.hh>
Definition at line 56 of file G4tgbRotationMatrixMgr.hh.
◆ ~G4tgbRotationMatrixMgr()
G4tgbRotationMatrixMgr::~G4tgbRotationMatrixMgr |
( |
| ) |
|
Definition at line 66 of file G4tgbRotationMatrixMgr.cc.
68 G4mstgbrotm::const_iterator tgbcite;
72 delete (*tgbcite).second;
static G4ThreadLocal G4tgbRotationMatrixMgr * theInstance
G4mstgbrotm theTgbRotMats
◆ G4tgbRotationMatrixMgr()
G4tgbRotationMatrixMgr::G4tgbRotationMatrixMgr |
( |
| ) |
|
|
private |
◆ CopyRotMats()
void G4tgbRotationMatrixMgr::CopyRotMats |
( |
| ) |
|
|
private |
Definition at line 80 of file G4tgbRotationMatrixMgr.cc.
84 G4mstgrrotm::iterator cite;
85 for( cite = tgrRotms.begin(); cite != tgrRotms.end(); cite++ )
std::map< G4String, G4tgrRotationMatrix *> G4mstgrrotm
static G4tgrRotationMatrixFactory * GetInstance()
const G4mstgrrotm & GetRotMatMap() const
G4mstgbrotm theTgbRotMats
◆ FindG4RotMatrix()
Definition at line 117 of file G4tgbRotationMatrixMgr.cc.
121 G4msg4rotm::const_iterator cite =
theG4RotMats.find( name );
124 g4rotm = (*cite).second;
130 G4cout <<
" G4tgbRotationMatrixMgr::FindG4RotMatrix(): " <<
G4endl 131 <<
" Name: " << name <<
" = " << g4rotm <<
G4endl;
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
◆ FindOrBuildG4RotMatrix()
Definition at line 96 of file G4tgbRotationMatrixMgr.cc.
101 G4cout <<
" G4tgbRotationMatrixMgr::FindOrBuildG4RotMatrix() - " G4tgbRotationMatrix * FindOrBuildTgbRotMatrix(const G4String &name)
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
G4RotationMatrix * FindG4RotMatrix(const G4String &name)
G4RotationMatrix * BuildG4RotMatrix()
◆ FindOrBuildTgbRotMatrix()
Definition at line 141 of file G4tgbRotationMatrixMgr.cc.
147 G4String ErrMessage =
"Rotation Matrix " + name +
" not found !";
148 G4Exception(
"G4tgbRotationMatrixFactory::FindOrBuildRotMatrix()",
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4tgbRotationMatrix * FindTgbRotMatrix(const G4String &name)
◆ FindTgbRotMatrix()
◆ GetG4RotMatList()
const G4msg4rotm& G4tgbRotationMatrixMgr::GetG4RotMatList |
( |
| ) |
const |
|
inline |
◆ GetInstance()
◆ GetTgbRotMatList()
const G4mstgbrotm G4tgbRotationMatrixMgr::GetTgbRotMatList |
( |
| ) |
const |
|
inline |
◆ theG4RotMats
◆ theInstance
◆ theTgbRotMats
The documentation for this class was generated from the following files: