45   : theName(
"Rotation-Matrix"), theInputType(
rm9)
 
   74       G4Exception(
"G4tgrRotationMatrix::G4tgrRotationMatrix()",
 
   76                   "Input line must have 5, 8 or 11 words.");
 
   81   size_t siz = wl.size() - 2;
 
   82   for( 
size_t ii = 0; ii < siz; ii++)
 
   96     G4cout << 
" G4tgrRotationMatrix::G4tgrRotationMatrix() - Created: " 
   98     for( 
size_t ii = 0; ii < siz; ii++)
 
  100       G4cout << 
" " << theValues[ii];
 
  111   os << 
"G4tgrRotationMatrix= " << obj.theName
 
  112      << 
" InputTyep = " << obj.theInputType << 
" VALUES= ";
 
  114   for( 
size_t ii = 0; ii < obj.theValues.size(); ii++ )
 
  116     os << obj.theValues[ii] << 
" ";
 
G4GLOB_DLL std::ostream G4cout
 
static G4int GetVerboseLevel()
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
static G4double GetDouble(const G4String &str, G4double unitval=1.)
 
static G4String GetString(const G4String &str)
 
std::ostream & operator<<(std::ostream &, const BasicVector3D< float > &)
 
static constexpr double deg