#include <G4tgrRotationMatrix.hh>
Definition at line 48 of file G4tgrRotationMatrix.hh.
◆ G4tgrRotationMatrix() [1/2]
G4tgrRotationMatrix::G4tgrRotationMatrix |
( |
| ) |
|
◆ ~G4tgrRotationMatrix()
G4tgrRotationMatrix::~G4tgrRotationMatrix |
( |
| ) |
|
◆ G4tgrRotationMatrix() [2/2]
G4tgrRotationMatrix::G4tgrRotationMatrix |
( |
const std::vector< G4String > & | wl | ) |
|
Definition at line 49 of file G4tgrRotationMatrix.cc.
50{
52
53 switch(wl.size())
54 {
55 case 5:
57 break;
58 case 8:
60 break;
61 case 11:
63 break;
64 default:
65 G4Exception(
"G4tgrRotationMatrix::G4tgrRotationMatrix()",
"InvalidMatrix",
67 break;
68 }
69
70
71 std::size_t siz = wl.size() - 2;
72 for(std::size_t ii = 0; ii < siz; ++ii)
73 {
74 if(siz == 9)
75 {
77 }
78 else
79 {
81 }
82 }
83#ifdef G4VERBOSE
85 {
86 G4cout <<
" G4tgrRotationMatrix::G4tgrRotationMatrix() - Created: "
88 for(std::size_t ii = 0; ii < siz; ++ii)
89 {
90 G4cout <<
" " << theValues[ii];
91 }
93 }
94#endif
95}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4String GetString(const G4String &str)
static G4double GetDouble(const G4String &str, G4double unitval=1.)
◆ GetName()
const G4String & G4tgrRotationMatrix::GetName |
( |
| ) |
|
|
inline |
◆ GetValues()
std::vector< G4double > & G4tgrRotationMatrix::GetValues |
( |
| ) |
|
|
inline |
◆ operator<<
Definition at line 98 of file G4tgrRotationMatrix.cc.
99{
100 os << "G4tgrRotationMatrix= " << obj.theName
101 << " InputTyep = " << obj.theInputType << " VALUES= ";
102
103 for(std::size_t ii = 0; ii < obj.theValues.size(); ++ii)
104 {
105 os << obj.theValues[ii] << " ";
106 }
107
109
110 return os;
111}
The documentation for this class was generated from the following files: