65 G4Exception(
"G4tgrRotationMatrix::G4tgrRotationMatrix()",
"InvalidMatrix",
71 std::size_t siz = wl.size() - 2;
72 for(std::size_t ii = 0; ii < siz; ++ii)
86 G4cout <<
" G4tgrRotationMatrix::G4tgrRotationMatrix() - Created: "
88 for(std::size_t ii = 0; ii < siz; ++ii)
90 G4cout <<
" " << theValues[ii];
100 os <<
"G4tgrRotationMatrix= " << obj.theName
101 <<
" InputTyep = " << obj.theInputType <<
" VALUES= ";
103 for(std::size_t ii = 0; ii < obj.theValues.size(); ++ii)
105 os << obj.theValues[ii] <<
" ";
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
std::ostream & operator<<(std::ostream &os, const G4tgrRotationMatrix &obj)
static G4int GetVerboseLevel()
static G4String GetString(const G4String &str)
static G4double GetDouble(const G4String &str, G4double unitval=1.)