#include <G4tgrRotationMatrixFactory.hh>
◆ G4tgrRotationMatrixFactory()
G4tgrRotationMatrixFactory::G4tgrRotationMatrixFactory |
( |
| ) |
|
|
private |
◆ ~G4tgrRotationMatrixFactory()
G4tgrRotationMatrixFactory::~G4tgrRotationMatrixFactory |
( |
| ) |
|
|
private |
Definition at line 62 of file G4tgrRotationMatrixFactory.cc.
64 G4mstgrrotm::iterator cite;
67 delete (*cite).second;
static G4ThreadLocal G4tgrRotationMatrixFactory * theInstance
G4mstgrrotm theTgrRotMats
◆ AddRotMatrix()
Definition at line 76 of file G4tgrRotationMatrixFactory.cc.
79 if( wl.size() != 5 && wl.size() != 8 && wl.size() != 11 )
82 G4Exception(
"G4tgrRotationMatrixFactory::AddRotMatrix()",
"InvalidMatrix",
89 G4cout <<
" G4tgrRotationMatrixFactory::AddRotMatrix() - Adding: " 96 G4String ErrMessage =
"Rotation matrix repeated... " + wl[1];
97 G4Exception(
"G4tgrRotationMatrixFactory::AddRotMatrix()",
G4mstgrrotm theTgrRotMats
G4tgrRotationMatrix * FindRotMatrix(const G4String &rotm)
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
std::vector< G4tgrRotationMatrix * > theTgrRotMatList
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static void DumpVS(const std::vector< G4String > &wl, const char *msg)
const G4String & GetName()
static G4String GetString(const G4String &str)
◆ DumpRotmList()
void G4tgrRotationMatrixFactory::DumpRotmList |
( |
| ) |
|
Definition at line 126 of file G4tgrRotationMatrixFactory.cc.
128 G4cout <<
" @@@@@@@@@@@@@@@@ DUMPING G4tgrRotationMatrix's List " <<
G4endl;
129 G4mstgrrotm::const_iterator cite;
132 G4cout <<
" ROTM: " << (*cite).second->GetName() <<
G4endl;
G4mstgrrotm theTgrRotMats
G4GLOB_DLL std::ostream G4cout
◆ FindRotMatrix()
◆ GetInstance()
◆ GetRotMatList()
◆ GetRotMatMap()
const G4mstgrrotm& G4tgrRotationMatrixFactory::GetRotMatMap |
( |
| ) |
const |
|
inline |
◆ theInstance
◆ theTgrRotMatList
◆ theTgrRotMats
The documentation for this class was generated from the following files: