Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrRotationMatrix.hh>
Public Member Functions | |
G4tgrRotationMatrix () | |
~G4tgrRotationMatrix () | |
G4tgrRotationMatrix (const std::vector< G4String > &wl) | |
const G4String & | GetName () |
std::vector< G4double > & | GetValues () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4tgrRotationMatrix &obj) |
Definition at line 48 of file G4tgrRotationMatrix.hh.
G4tgrRotationMatrix::G4tgrRotationMatrix | ( | ) |
Definition at line 39 of file G4tgrRotationMatrix.cc.
G4tgrRotationMatrix::~G4tgrRotationMatrix | ( | ) |
Definition at line 44 of file G4tgrRotationMatrix.cc.
G4tgrRotationMatrix::G4tgrRotationMatrix | ( | const std::vector< G4String > & | wl | ) |
Definition at line 49 of file G4tgrRotationMatrix.cc.
|
inline |
Definition at line 59 of file G4tgrRotationMatrix.hh.
Referenced by G4tgrRotationMatrixFactory::AddRotMatrix(), and G4tgbRotationMatrix::GetName().
|
inline |
Definition at line 60 of file G4tgrRotationMatrix.hh.
Referenced by G4tgbRotationMatrix::BuildG4RotMatrix().
|
friend |
Definition at line 98 of file G4tgrRotationMatrix.cc.