#include <G4tgbRotationMatrixMgr.hh>
Definition at line 56 of file G4tgbRotationMatrixMgr.hh.
 
      
        
          | G4tgbRotationMatrixMgr::~G4tgbRotationMatrixMgr  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 66 of file G4tgbRotationMatrixMgr.cc.
   68   G4mstgbrotm::const_iterator tgbcite;
 
   69   for( tgbcite = theTgbRotMats.begin();
 
   70        tgbcite != theTgbRotMats.end(); tgbcite++)
 
   72     delete (*tgbcite).second;
 
   74   theTgbRotMats.clear();
 
 
 
 
Definition at line 117 of file G4tgbRotationMatrixMgr.cc.
  121   G4msg4rotm::const_iterator cite = theG4RotMats.find( name );
 
  122   if( cite != theG4RotMats.end() )
 
  124     g4rotm = (*cite).second;
 
  130     G4cout << 
" G4tgbRotationMatrixMgr::FindG4RotMatrix(): " << 
G4endl 
  131            << 
"   Name: " << name << 
" = " << g4rotm << 
G4endl;
 
G4GLOB_DLL std::ostream G4cout
 
static G4int GetVerboseLevel()
 
 
 
 
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()
 
 
 
 
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)
 
 
 
 
Definition at line 157 of file G4tgbRotationMatrixMgr.cc.
  161   G4mstgbrotm::const_iterator cite = theTgbRotMats.find( name );
 
  162   if( cite != theTgbRotMats.end() )
 
  164     rotm = (*cite).second;
 
 
 
 
  
  
      
        
          | const G4msg4rotm& G4tgbRotationMatrixMgr::GetG4RotMatList  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const G4mstgbrotm G4tgbRotationMatrixMgr::GetTgbRotMatList  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following files: