Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G3RotTable.hh>
Public Member Functions | |
G3RotTable () | |
virtual | ~G3RotTable () |
G4RotationMatrix * | Get (G4int id) const |
void | Put (G4int id, G4RotationMatrix *matrix) |
void | Clear () |
Definition at line 52 of file G3RotTable.hh.
G3RotTable::G3RotTable | ( | ) |
Definition at line 32 of file G3RotTable.cc.
|
virtual |
Definition at line 37 of file G3RotTable.cc.
void G3RotTable::Clear | ( | ) |
Definition at line 58 of file G3RotTable.cc.
G4RotationMatrix * G3RotTable::Get | ( | G4int | id | ) | const |
Definition at line 43 of file G3RotTable.cc.
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
void G3RotTable::Put | ( | G4int | id, |
G4RotationMatrix * | matrix | ||
) |
Definition at line 52 of file G3RotTable.cc.
Referenced by G4gsrotm().