#include <G4tgrRotationMatrix.hh>
Definition at line 49 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 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++)
std::vector< G4double > theValues
G4RotMatInputType theInputType
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)
◆ GetName()
const G4String& G4tgrRotationMatrix::GetName |
( |
void |
| ) |
|
|
inline |
◆ GetValues()
std::vector<G4double>& G4tgrRotationMatrix::GetValues |
( |
| ) |
|
|
inline |
◆ operator<<
Definition at line 109 of file G4tgrRotationMatrix.cc.
111 os <<
"G4tgrRotationMatrix= " << obj.
theName 114 for(
size_t ii = 0; ii < obj.
theValues.size(); ii++ )
std::vector< G4double > theValues
G4RotMatInputType theInputType
◆ theInputType
◆ theName
◆ theValues
std::vector<G4double> G4tgrRotationMatrix::theValues |
|
private |
The documentation for this class was generated from the following files: