ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/g3tog4/include/G3RotTable.hh>
Public Member Functions | |
G3RotTable () | |
virtual | ~G3RotTable () |
G4RotationMatrix * | Get (G4int id) const |
void | Put (G4int id, G4RotationMatrix *matrix) |
void | Clear () |
Private Attributes | |
G3RotMatrixVector * | fRotVector |
Definition at line 52 of file G3RotTable.hh.
View newest version in sPHENIX GitHub at line 52 of file G3RotTable.hh
G3RotTable::G3RotTable | ( | ) |
Definition at line 32 of file G3RotTable.cc.
View newest version in sPHENIX GitHub at line 32 of file G3RotTable.cc
References fRotVector.
|
virtual |
Definition at line 37 of file G3RotTable.cc.
View newest version in sPHENIX GitHub at line 37 of file G3RotTable.cc
References fRotVector.
void G3RotTable::Clear | ( | ) |
Definition at line 58 of file G3RotTable.cc.
View newest version in sPHENIX GitHub at line 58 of file G3RotTable.cc
References a, and fRotVector.
G4RotationMatrix * G3RotTable::Get | ( | G4int | id | ) | const |
Definition at line 43 of file G3RotTable.cc.
View newest version in sPHENIX GitHub at line 43 of file G3RotTable.cc
References fRotVector, G3RotTableEntry::GetID(), and G3RotTableEntry::GetMatrix().
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
void G3RotTable::Put | ( | G4int | id, |
G4RotationMatrix * | matrix | ||
) |
Definition at line 52 of file G3RotTable.cc.
View newest version in sPHENIX GitHub at line 52 of file G3RotTable.cc
References fRotVector.
Referenced by G4gsrotm().
|
private |
Definition at line 67 of file G3RotTable.hh.
View newest version in sPHENIX GitHub at line 67 of file G3RotTable.hh
Referenced by Clear(), G3RotTable(), Get(), Put(), and ~G3RotTable().