#include <G4tgrRotationMatrix.hh>
Definition at line 49 of file G4tgrRotationMatrix.hh.
G4tgrRotationMatrix::G4tgrRotationMatrix |
( |
| ) |
|
G4tgrRotationMatrix::~G4tgrRotationMatrix |
( |
| ) |
|
G4tgrRotationMatrix::G4tgrRotationMatrix |
( |
const std::vector< G4String > & |
wl | ) |
|
Definition at line 57 of file G4tgrRotationMatrix.cc.
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];
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)
static constexpr double deg
const G4String& G4tgrRotationMatrix::GetName |
( |
| ) |
|
|
inline |
std::vector<G4double>& G4tgrRotationMatrix::GetValues |
( |
| ) |
|
|
inline |
Definition at line 109 of file G4tgrRotationMatrix.cc.
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] <<
" ";
The documentation for this class was generated from the following files: